| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 58fe178 commit 35c13bc
43 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,16 +7,19 @@ The Community | |||
| 7 | 7 | ||
| 8 | 8 | .. image:: /_static/photos/34689432801_78d97ecec9_k_d.jpg | |
| 9 | 9 | ||
| 10 | + | ||
| 11 | + **** | ||
| 10 | 12 | BDFL | |
| 11 | - ---- | ||
| 13 | + **** | ||
| 12 | 14 | ||
| 13 | 15 | Guido van Rossum, the creator of Python, is often referred to as the BDFL — the | |
| 14 | 16 | Benevolent Dictator For Life. | |
| 15 | 17 | ||
| 16 | 18 | ||
| 17 | - | ||
| 19 | + ************************** | ||
| 18 | 20 | Python Software Foundation | |
| 19 | - -------------------------- | ||
| 21 | + ************************** | ||
| 22 | + | ||
| 20 | 23 | ||
| 21 | 24 | The mission of the Python Software Foundation is to promote, protect, and | |
| 22 | 25 | advance the Python programming language, and to support and facilitate the | |
@@ -25,8 +28,9 @@ growth of a diverse and international community of Python programmers. | |||
| 25 | 28 | `Learn More about the PSF <http://www.python.org/psf/>`_. | |
| 26 | 29 | ||
| 27 | 30 | ||
| 31 | + **** | ||
| 28 | 32 | PEPs | |
| 29 | - ---- | ||
| 33 | + **** | ||
| 30 | 34 | ||
| 31 | 35 | PEPs are *Python Enhancement Proposals*. They describe changes to Python itself, | |
| 32 | 36 | or the standards around it. | |
@@ -72,8 +76,9 @@ Here's an overview of the PEP acceptance workflow: | |||
| 72 | 76 | .. image:: ../_static/pep-0001-1.png | |
| 73 | 77 | ||
| 74 | 78 | ||
| 79 | + ****************** | ||
| 75 | 80 | Python Conferences | |
| 76 | - ------------------ | ||
| 81 | + ****************** | ||
| 77 | 82 | ||
| 78 | 83 | The major events for the Python community are developer conferences. The two | |
| 79 | 84 | most notable conferences are PyCon, which is held in the US, and its European | |
@@ -82,25 +87,28 @@ sibling, EuroPython. | |||
| 82 | 87 | A comprehensive list of conferences is maintained at `pycon.org <http://www.pycon.org/>`_. | |
| 83 | 88 | ||
| 84 | 89 | ||
| 90 | + ****************** | ||
| 85 | 91 | Python User Groups | |
| 86 | - ------------------ | ||
| 92 | + ****************** | ||
| 87 | 93 | ||
| 88 | 94 | User Groups are where a bunch of Python developers meet to present or talk | |
| 89 | 95 | about Python topics of interest. A list of local user groups is maintained at | |
| 90 | 96 | the `Python Software Foundation Wiki <http://wiki.python.org/moin/LocalUserGroups>`_. | |
| 91 | 97 | ||
| 92 | 98 | ||
| 99 | + ****************** | ||
| 93 | 100 | Online Communities | |
| 94 | - ------------------ | ||
| 101 | + ****************** | ||
| 95 | 102 | ||
| 96 | 103 | `PythonistaCafe <https://www.pythonistacafe.com>`_ is an invite-only, online community | |
| 97 | 104 | of Python and software development enthusiasts helping each other succeed and grow. | |
| 98 | 105 | Think of it as a club of mutual improvement for Pythonistas where a broad range of | |
| 99 | 106 | programming questions, career advice, and other topics are discussed every day. | |
| 100 | 107 | ||
| 101 | 108 | ||
| 109 | + ***************** | ||
| 102 | 110 | Python Job Boards | |
| 103 | - ----------------- | ||
| 111 | + ***************** | ||
| 104 | 112 | ||
| 105 | 113 | `Python Jobs HQ <https://www.pythonjobshq.com>`_ is a Python job board, by Python Developers | |
| 106 | 114 | for Python Developers. The site aggregates Python job postings from across the web and | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,17 +6,20 @@ Documentation | |||
| 6 | 6 | ||
| 7 | 7 | .. image:: /_static/photos/33928823133_2f3d32cf32_k_d.jpg | |
| 8 | 8 | ||
| 9 | + | ||
| 10 | + ********************** | ||
| 9 | 11 | Official Documentation | |
| 10 | - ---------------------- | ||
| 12 | + ********************** | ||
| 11 | 13 | ||
| 12 | 14 | The official Python Language and Library documentation can be found here: | |
| 13 | 15 | ||
| 14 | 16 | - `Python 2.x <https://docs.python.org/2/>`_ | |
| 15 | 17 | - `Python 3.x <https://docs.python.org/3/>`_ | |
| 16 | 18 | ||
| 17 | 19 | ||
| 20 | + ************* | ||
| 18 | 21 | Read the Docs | |
| 19 | - ------------- | ||
| 22 | + ************* | ||
| 20 | 23 | ||
| 21 | 24 | Read the Docs is a popular community project that hosts documentation | |
| 22 | 25 | for open source software. It holds documentation for many Python modules, | |
@@ -25,8 +28,9 @@ both popular and exotic. | |||
| 25 | 28 | `Read the Docs <https://readthedocs.org/>`_ | |
| 26 | 29 | ||
| 27 | 30 | ||
| 31 | + ***** | ||
| 28 | 32 | pydoc | |
| 29 | - ----- | ||
| 33 | + ***** | ||
| 30 | 34 | ||
| 31 | 35 | :program:`pydoc` is a utility that is installed when you install Python. | |
| 32 | 36 | It allows you to quickly retrieve and search for documentation from your | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -59,8 +59,10 @@ include: | |||
| 59 | 59 | ||
| 60 | 60 | .. _about-ref: | |
| 61 | 61 | ||
| 62 | + | ||
| 63 | + **************** | ||
| 62 | 64 | About This Guide | |
| 63 | - ---------------- | ||
| 65 | + **************** | ||
| 64 | 66 | ||
| 65 | 67 | Purpose | |
| 66 | 68 | ~~~~~~~ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,8 +6,10 @@ Learning Python | |||
| 6 | 6 | ||
| 7 | 7 | .. image:: /_static/photos/32800783863_11a00db52c_k_d.jpg | |
| 8 | 8 | ||
| 9 | + | ||
| 10 | + ******** | ||
| 9 | 11 | Beginner | |
| 10 | - -------- | ||
| 12 | + ******** | ||
| 11 | 13 | ||
| 12 | 14 | The Python Tutorial | |
| 13 | 15 | ~~~~~~~~~~~~~~~~~~~~ | |
@@ -195,8 +197,9 @@ making the process of learning Python fun and engaging. | |||
| 195 | 197 | `Code the blocks <https://codetheblocks.com/tutorials/introduction>`_ | |
| 196 | 198 | ||
| 197 | 199 | ||
| 200 | + ************ | ||
| 198 | 201 | Intermediate | |
| 199 | - ------------ | ||
| 202 | + ************ | ||
| 200 | 203 | ||
| 201 | 204 | Python Tricks: The Book | |
| 202 | 205 | ~~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -218,8 +221,9 @@ programmers. | |||
| 218 | 221 | `Effective Python <http://www.effectivepython.com/>`_ | |
| 219 | 222 | ||
| 220 | 223 | ||
| 224 | + ******** | ||
| 221 | 225 | Advanced | |
| 222 | - -------- | ||
| 226 | + ******** | ||
| 223 | 227 | ||
| 224 | 228 | Pro Python | |
| 225 | 229 | ~~~~~~~~~~ | |
@@ -261,9 +265,9 @@ and can make classes and objects behave in different and magical ways. | |||
| 261 | 265 | `A Guide to Python's Magic Methods (repo on GitHub) <https://github.com/RafeKettler/magicmethods/blob/master/magicmethods.pdf>`_ | |
| 262 | 266 | ||
| 263 | 267 | ||
| 264 | - | ||
| 268 | + **************************** | ||
| 265 | 269 | For Engineers and Scientists | |
| 266 | - ---------------------------- | ||
| 270 | + **************************** | ||
| 267 | 271 | ||
| 268 | 272 | A Primer on Scientific Programming with Python | |
| 269 | 273 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -282,8 +286,10 @@ puts the emphasis on numerical methods and how to implement them in Python. | |||
| 282 | 286 | ||
| 283 | 287 | `Numerical Methods in Engineering with Python <http://www.cambridge.org/us/academic/subjects/engineering/engineering-mathematics-and-programming/numerical-methods-engineering-python-2nd-edition>`_ | |
| 284 | 288 | ||
| 289 | + | ||
| 290 | + ******************** | ||
| 285 | 291 | Miscellaneous Topics | |
| 286 | - -------------------- | ||
| 292 | + ******************** | ||
| 287 | 293 | ||
| 288 | 294 | Problem Solving with Algorithms and Data Structures | |
| 289 | 295 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -339,8 +345,9 @@ PythonistaCafe is an invite-only, online community of Python and software develo | |||
| 339 | 345 | `PythonistaCafe <https://www.pythonistacafe.com>`_ | |
| 340 | 346 | ||
| 341 | 347 | ||
| 348 | + ********** | ||
| 342 | 349 | References | |
| 343 | - ---------- | ||
| 350 | + ********** | ||
| 344 | 351 | ||
| 345 | 352 | Python in a Nutshell | |
| 346 | 353 | ~~~~~~~~~~~~~~~~~~~~ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,76 +6,96 @@ News | |||
| 6 | 6 | ||
| 7 | 7 | .. image:: /_static/photos/33573767786_eececc5d27_k_d.jpg | |
| 8 | 8 | ||
| 9 | + | ||
| 10 | + **************** | ||
| 9 | 11 | PyCoder’s Weekly | |
| 10 | - ~~~~~~~~~~~~~~~~ | ||
| 12 | + **************** | ||
| 11 | 13 | ||
| 12 | 14 | PyCoder’s Weekly is a free weekly Python newsletter for Python developers | |
| 13 | 15 | by Python developers (Projects, Articles, News, and Jobs). | |
| 14 | 16 | ||
| 15 | 17 | `PyCoder’s Weekly <https://pycoders.com/>`_ | |
| 16 | 18 | ||
| 19 | + | ||
| 20 | + *********** | ||
| 17 | 21 | Real Python | |
| 18 | - ~~~~~~~~~~~ | ||
| 22 | + *********** | ||
| 19 | 23 | ||
| 20 | 24 | At Real Python you can learn all things Python from the ground up, with weekly free and in-depth tutorials. Everything from the absolute basics of Python, to web development and web scraping, to data visualization, and beyond. | |
| 21 | 25 | ||
| 22 | 26 | `Real Python <https://realpython.com/>`_ | |
| 23 | 27 | ||
| 28 | + | ||
| 29 | + ************* | ||
| 24 | 30 | Planet Python | |
| 25 | - ~~~~~~~~~~~~~ | ||
| 31 | + ************* | ||
| 26 | 32 | ||
| 27 | 33 | This is an aggregate of Python news from a growing number of developers. | |
| 28 | 34 | ||
| 29 | 35 | `Planet Python <http://planet.python.org>`_ | |
| 30 | 36 | ||
| 37 | + | ||
| 38 | + ********* | ||
| 31 | 39 | /r/python | |
| 32 | - ~~~~~~~~~ | ||
| 40 | + ********* | ||
| 33 | 41 | ||
| 34 | 42 | /r/python is the Reddit Python community where users contribute and vote on | |
| 35 | 43 | Python-related news. | |
| 36 | 44 | ||
| 37 | 45 | `/r/python <http://reddit.com/r/python>`_ | |
| 38 | 46 | ||
| 47 | + | ||
| 48 | + ******************* | ||
| 39 | 49 | Talk Python Podcast | |
| 40 | - ~~~~~~~~~~~~~~~~~~~ | ||
| 50 | + ******************* | ||
| 41 | 51 | ||
| 42 | 52 | The #1 Python-focused podcast covering the people and ideas in Python. | |
| 43 | 53 | ||
| 44 | 54 | `Talk Python To Me <https://talkpython.fm>`_ | |
| 45 | 55 | ||
| 56 | + | ||
| 57 | + ******************** | ||
| 46 | 58 | Python Bytes Podcast | |
| 47 | - ~~~~~~~~~~~~~~~~~~~~ | ||
| 59 | + ******************** | ||
| 48 | 60 | ||
| 49 | 61 | A short-form Python podcast covering recent developer headlines. | |
| 50 | 62 | ||
| 51 | 63 | `Python Bytes <https://pythonbytes.fm>`_ | |
| 52 | 64 | ||
| 65 | + | ||
| 66 | + ************* | ||
| 53 | 67 | Python Weekly | |
| 54 | - ~~~~~~~~~~~~~ | ||
| 68 | + ************* | ||
| 55 | 69 | ||
| 56 | 70 | Python Weekly is a free weekly newsletter featuring curated news, articles, | |
| 57 | 71 | new releases, jobs, etc. related to Python. | |
| 58 | 72 | ||
| 59 | 73 | `Python Weekly <http://www.pythonweekly.com/>`_ | |
| 60 | 74 | ||
| 75 | + | ||
| 76 | + *********** | ||
| 61 | 77 | Python News | |
| 62 | - ~~~~~~~~~~~~~ | ||
| 78 | + *********** | ||
| 63 | 79 | ||
| 64 | 80 | Python News is the news section in the official Python web site | |
| 65 | 81 | (www.python.org). It briefly highlights the news from the Python community. | |
| 66 | 82 | ||
| 67 | 83 | `Python News <http://www.python.org/news/>`_ | |
| 68 | 84 | ||
| 85 | + | ||
| 86 | + ******************** | ||
| 69 | 87 | Import Python Weekly | |
| 70 | - ~~~~~~~~~~~~~~~~~~~~ | ||
| 88 | + ******************** | ||
| 71 | 89 | ||
| 72 | 90 | Weekly Python Newsletter containing Python Articles, Projects, Videos, Tweets | |
| 73 | 91 | delivered in your inbox. Keep Your Python Programming Skills Updated. | |
| 74 | 92 | ||
| 75 | 93 | `Import Python Weekly Newsletter <http://www.importpython.com/newsletter/>`_ | |
| 76 | 94 | ||
| 95 | + | ||
| 96 | + ************************* | ||
| 77 | 97 | Awesome Python Newsletter | |
| 78 | - ~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 98 | + ************************* | ||
| 79 | 99 | ||
| 80 | 100 | A weekly overview of the most popular Python news, articles and packages. | |
| 81 | 101 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,15 +11,19 @@ issue on GitHub_. To submit patches, please send a pull request on GitHub_. | |||
| 11 | 11 | Once your changes get merged back in, you'll automatically be added to the | |
| 12 | 12 | `Contributors List <https://github.com/kennethreitz/python-guide/contributors>`_. | |
| 13 | 13 | ||
| 14 | + | ||
| 15 | + *********** | ||
| 14 | 16 | Style Guide | |
| 15 | - ----------- | ||
| 17 | + *********** | ||
| 16 | 18 | ||
| 17 | 19 | For all contributions, please follow the :ref:`guide-style-guide`. | |
| 18 | 20 | ||
| 19 | 21 | .. _todo-list-ref: | |
| 20 | 22 | ||
| 23 | + | ||
| 24 | + ********* | ||
| 21 | 25 | Todo List | |
| 22 | - --------- | ||
| 26 | + ********* | ||
| 23 | 27 | ||
| 24 | 28 | If you'd like to contribute, there's plenty to do. Here's a short todo_ list. | |
| 25 | 29 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments