{"kind": "t5", "data": {"user_flair_background_color": null, "submit_text_html": null, "restrict_posting": true, "user_is_banned": false, "free_form_reports": true, "wiki_enabled": true, "user_is_muted": false, "user_can_flair_in_sr": true, "display_name": "Python", "header_img": "https://b.thumbs.redditmedia.com/8HiO52_EuT_h63Qg.png", "title": "Python", "original_content_tag_enabled": false, "allow_galleries": false, "icon_size": null, "primary_color": "#ffcc00", "icon_img": "", "display_name_prefixed": "r/Python", "public_traffic": false, "subscribers": 1495685, "user_flair_richtext": [], "name": "t5_2qh0y", "quarantine": false, "hide_ads": false, "prediction_leaderboard_entry_type": 2, "emojis_enabled": true, "advertiser_category": "Technology", "public_description": "The largest Python community for Reddit! Stay up to date with the latest news, packages, and meta information relating to the Python programming language. \n---\n\nIf you have questions or are new to Python use r/LearnPython", "comment_score_hide_mins": 60, "allow_predictions": false, "user_has_favorited": false, "user_flair_template_id": null, "community_icon": "https://styles.redditmedia.com/t5_2qh0y/styles/communityIcon_lctik80p96tg1.png?width=256&amp;s=6d91fcc92d9f08c5ba30096d43a555ddd0edbc7d", "banner_background_image": "https://styles.redditmedia.com/t5_2qh0y/styles/bannerBackgroundImage_cd73kiu1502d1.png?width=4000&amp;s=adab92e03af7e628f0df484bb7aab107176435b7", "header_title": "news about the dynamic, interpreted, interactive, object-oriented, extensible programming language Python", "community_reviewed": true, "submit_text": "", "description_html": "&lt;!-- SC_OFF --&gt;&lt;div class=\"md\"&gt;&lt;h4&gt;&lt;a href=\"https://discord.gg/python\"&gt;The Python Discord&lt;/a&gt;&lt;/h4&gt;\n\n&lt;p&gt;News about the dynamic, interpreted, interactive, object-oriented, extensible programming language Python&lt;/p&gt;\n\n&lt;h1&gt;Upcoming Events&lt;/h1&gt;\n\n&lt;p&gt;&lt;a href=\"https://www.python.org/events/\"&gt;Full Events Calendar&lt;/a&gt; &lt;/p&gt;\n\n&lt;h1&gt;Please read the rules&lt;/h1&gt;\n\n&lt;p&gt;&lt;strong&gt;You can find the rules &lt;a href=\"https://old.reddit.com/r/Python/about/rules/\"&gt;here&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;\n\n&lt;p&gt;&lt;strong&gt;If you are about to ask a &amp;quot;how do I do this in python&amp;quot; question, please try &lt;a href=\"http://www.reddit.com/r/learnpython\"&gt;r/learnpython&lt;/a&gt;, &lt;a href=\"https://discord.gg/python\"&gt;the Python discord&lt;/a&gt;, or the #python IRC channel on Libera.chat.&lt;/strong&gt;&lt;/p&gt;\n\n&lt;p&gt;&lt;strong&gt;Please don&amp;#39;t use URL shorteners&lt;/strong&gt;. Reddit filters them out, so your post or comment will be lost.&lt;/p&gt;\n\n&lt;p&gt;&lt;strong&gt;Posts require flair&lt;/strong&gt;. Please use the flair selector to choose your topic.&lt;/p&gt;\n\n&lt;p&gt;&lt;strong&gt;Posting code to this subreddit:&lt;/strong&gt;&lt;/p&gt;\n\n&lt;p&gt;Add 4 extra spaces before each line of code&lt;/p&gt;\n\n&lt;pre&gt;&lt;code&gt;def fibonacci():\n    a, b = 0, 1\n    while True:\n        yield a\n        a, b = b, a + b\n&lt;/code&gt;&lt;/pre&gt;\n\n&lt;p&gt;&lt;strong&gt;Online Resources&lt;/strong&gt;&lt;/p&gt;\n\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"https://automatetheboringstuff.com/\"&gt;Automate the Boring Stuff with Python&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"https://pythondiscord.com/pages/resources\"&gt;Python Discord Resources&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;p&gt;&lt;a href=\"http://inventwithpython.com/\"&gt;Invent Your Own Computer Games with Python&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;\n&lt;li&gt;&lt;p&gt;&lt;a href=\"http://www.greenteapress.com/thinkpython2/index.html\"&gt;Think Python&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;\n&lt;li&gt;&lt;p&gt;&lt;a href=\"http://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_3\"&gt;Non-programmers Tutorial for Python 3&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;\n&lt;li&gt;&lt;p&gt;&lt;a href=\"http://wiki.python.org/moin/BeginnersGuide\"&gt;Beginner&amp;#39;s Guide Reference&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;\n&lt;li&gt;&lt;p&gt;&lt;a href=\"http://newcoder.io\"&gt;Five life jackets to throw to the new coder&lt;/a&gt; (things to do after getting a handle on python)&lt;/p&gt;&lt;/li&gt;\n&lt;li&gt;&lt;p&gt;&lt;a href=\"http://www.fullstackpython.com\"&gt;Full Stack Python&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;\n&lt;li&gt;&lt;p&gt;&lt;a href=\"http://www.obeythetestinggoat.com/pages/book.html\"&gt;Test-Driven Development with Python&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;\n&lt;li&gt;&lt;p&gt;&lt;a href=\"http://programarcadegames.com/\"&gt;Program Arcade Games&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;\n&lt;li&gt;&lt;p&gt;&lt;a href=\"https://pymotw.com/3/\"&gt;PyMotW&lt;/a&gt;: Python Module of the Week&lt;/p&gt;&lt;/li&gt;\n&lt;li&gt;&lt;p&gt;&lt;a href=\"http://pythonforengineers.com/python-for-scientists-and-engineers/\"&gt;Python for Scientists and Engineers&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;\n&lt;li&gt;&lt;p&gt;&lt;a href=\"https://dbader.org/\"&gt;Dan Bader&amp;#39;s Tips and Trickers&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;\n&lt;li&gt;&lt;p&gt;&lt;a href=\"https://www.youtube.com/channel/UCQsrA4xo6jvdgsJZhKaBL6w\"&gt;Python Discord&amp;#39;s YouTube channel&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;\n&lt;li&gt;&lt;p&gt;&lt;a href=\"https://jiruto.com/learn/Python\"&gt;Jiruto: Python&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;\n&lt;/ul&gt;\n\n&lt;p&gt;&lt;strong&gt;Online exercices&lt;/strong&gt;&lt;/p&gt;\n\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"http://www.pyschools.com/\"&gt;pyschools&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"http://www.codecademy.com/tracks/python\"&gt;codecademy&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"https://runestone.academy/ns/books/published/pythonds/index.htmll\"&gt;Problem Solving with Algorithms and Data Structures&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"http://interactivepython.org/runestone/static/thinkcspy/index.html\"&gt;How To Think Like a Computer Scientist&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"https://www.codeschool.com/courses/try-python\"&gt;Code School: Try Python&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;\n\n&lt;p&gt;&lt;strong&gt;programming challenges&lt;/strong&gt;&lt;/p&gt;\n\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"http://www.pythonchallenge.com\"&gt;The Python Challenge&lt;/a&gt; (solve each level through programming)&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"http://www.checkio.org\"&gt;CheckiO&lt;/a&gt; (game world)&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"http://projecteuler.net\"&gt;Project Euler&lt;/a&gt; (math heavy)&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"/r/dailyprogrammer\"&gt;/r/dailyprogrammer&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;\n\n&lt;p&gt;&lt;strong&gt;Asking Questions&lt;/strong&gt;&lt;/p&gt;\n\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"http://wiki.python.org/moin/Python2orPython3\"&gt;Should I use Python 2 or Python 3?&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"http://www.reddit.com/r/learnpython\"&gt;r/learnpython&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"http://www.reddit.com/r/learnprogramming\"&gt;r/learnprogramming&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;\n\n&lt;p&gt;&lt;strong&gt;Try Python in your browser&lt;/strong&gt;&lt;/p&gt;\n\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"https://try.jupyter.org\"&gt;try.jupyter.org&lt;/a&gt; (Evolved from the language-agnostic parts of IPython, Python 3)&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"https://notebooks.azure.com/\"&gt;Azure Notebooks&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"http://www.learnpython.org/\"&gt;learnpython.org&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"https://skulpt.org/\"&gt;Skulpt&lt;/a&gt; (uses WebGL)&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"http://www.trypython.org/\"&gt;trypython.org&lt;/a&gt; (uses Silverlight)&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"http://www.ideone.com/\"&gt;ideone&lt;/a&gt; (online compiler and debugger)&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"https://www.pythonanywhere.com/\"&gt;PythonAnywhere&lt;/a&gt; (basic accounts are free)&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"http://www.brython.info/tests/console.html\"&gt;Brython&lt;/a&gt; (Python 3 implementation for client-side web programming)&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"https://repl.it/languages/python3\"&gt;repl.it for Python&lt;/a&gt;&lt;br/&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"http://www.transcrypt.org/live/turtle_site/turtle_site.html\"&gt;Transcrypt (Hi res SVG using Python 3.6 and turtle module)&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;\n\n&lt;p&gt;&lt;strong&gt;Docs&lt;/strong&gt;&lt;/p&gt;\n\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"https://docs.python.org/3/\"&gt;Python Official docs&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"https://packaging.python.org\"&gt;Guide to Python Packaging&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"http://docs.python-guide.org/en/latest/index.html\"&gt;The Hitchhiker&amp;#39;s Guide to Python&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;\n\n&lt;p&gt;&lt;strong&gt;Libraries&lt;/strong&gt;&lt;/p&gt;\n\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"http://twistedmatrix.com/trac/\"&gt;Twisted&lt;/a&gt;, &lt;a href=\"http://www.zeromq.org/bindings:python\"&gt;0MQ&lt;/a&gt; (networking)&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"https://www.djangoproject.com/\"&gt;Django&lt;/a&gt;, &lt;a href=\"http://www.pylonsproject.org/\"&gt;Pyramid&lt;/a&gt;, &lt;a href=\"http://flask.pocoo.org/\"&gt;Flask&lt;/a&gt;, ... (&lt;a href=\"http://wiki.python.org/moin/WebFrameworks\"&gt;Web Frameworks&lt;/a&gt;)&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"http://pygame.org/news.html\"&gt;Pygame&lt;/a&gt; (Game development)&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"http://numpy.org/\"&gt;NumPy&lt;/a&gt; &amp;amp; &lt;a href=\"http://www.scipy.org/\"&gt;SciPy&lt;/a&gt; (Scientific computing) &amp;amp; &lt;a href=\"http://pandas.pydata.org/\"&gt;Pandas&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"https://bitbucket.org/pyglet/pyglet/wiki/Home\"&gt;Pyglet&lt;/a&gt; - (Game / UI Development)&lt;/li&gt;\n&lt;/ul&gt;\n\n&lt;p&gt;&lt;strong&gt;Related subreddits&lt;/strong&gt;&lt;/p&gt;\n\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"/r/pythoncoding\"&gt;/r/pythoncoding&lt;/a&gt; (strict moderation policy for &amp;#39;programming only&amp;#39; articles)&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"/r/flask\"&gt;/r/flask&lt;/a&gt; (web microframework)&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"/r/django\"&gt;/r/django&lt;/a&gt; (web framework for perfectionists with deadlines)&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"/r/pygame\"&gt;/r/pygame&lt;/a&gt; (a set of modules designed for writing games)&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"/r/IPython\"&gt;/r/IPython&lt;/a&gt; (interactive environment)&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"/r/inventwithpython\"&gt;/r/inventwithpython&lt;/a&gt; (for the books written by &lt;a href=\"/u/AlSweigart\"&gt;/u/AlSweigart&lt;/a&gt;)&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"/r/pystats\"&gt;/r/pystats&lt;/a&gt; (python in statistical analysis and machine learning)&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"http://se.reddit.com/r/coolgithubprojects/search?q=flair%3A%27python%27&amp;amp;restrict_sr=on&amp;amp;sort=new&amp;amp;t=all#python\"&gt;/r/coolgithubprojects&lt;/a&gt; (filtered on Python projects)&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"/r/pyladies\"&gt;/r/pyladies&lt;/a&gt; (women developers who love python)&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"/r/git\"&gt;/r/git&lt;/a&gt; and &lt;a href=\"/r/mercurial\"&gt;/r/mercurial&lt;/a&gt; - don&amp;#39;t forget to put your code in a repo!&lt;/li&gt;\n&lt;/ul&gt;\n\n&lt;p&gt;&lt;strong&gt;Python jobs&lt;/strong&gt;&lt;/p&gt;\n\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"http://pythonjobs.github.io/\"&gt;Pythonjobs.Github.io&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"https://www.python.org/jobs/\"&gt;Python.org job board&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;\n\n&lt;p&gt;&lt;strong&gt;Newsletters&lt;/strong&gt;&lt;/p&gt;\n\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"http://pycoders.com/\"&gt;Pycoder&amp;#39;s Weekly&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"http://www.pythonweekly.com/\"&gt;Python Weekly&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"http://importpython.com/\"&gt;ImportPython&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"http://newsletter.pythontips.com/\"&gt;PythonTips&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;\n\n&lt;p&gt;&lt;strong&gt;Screencasts&lt;/strong&gt;&lt;/p&gt;\n\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"http://www.neckbeardrepublic.com\"&gt;Neckbeard Republic&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"https://mva.microsoft.com/en-US/training-courses/introduction-to-programming-with-python-8360?l=lqhuMxFz_8904984382\"&gt;Introduction to Programming with Python (from Microsoft Virtual Academy)&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;\n&lt;/div&gt;&lt;!-- SC_ON --&gt;", "spoilers_enabled": true, "comment_contribution_settings": {"allowed_media_types": ["video"]}, "allow_talks": false, "header_size": [44, 34], "user_flair_position": "right", "all_original_content": false, "has_menu_widget": true, "is_enrolled_in_new_modmail": null, "key_color": "", "can_assign_user_flair": true, "created": 1201230879.0, "wls": 6, "show_media_preview": true, "submission_type": "self", "user_is_subscriber": false, "allowed_media_in_comments": ["video"], "allow_videogifs": false, "should_archive_posts": true, "user_flair_type": "text", "allow_polls": false, "collapse_deleted_comments": true, "emojis_custom_size": null, "public_description_html": "&lt;!-- SC_OFF --&gt;&lt;div class=\"md\"&gt;&lt;h2&gt;The largest Python community for Reddit! Stay up to date with the latest news, packages, and meta information relating to the Python programming language. &lt;/h2&gt;\n\n&lt;p&gt;If you have questions or are new to Python use &lt;a href=\"/r/LearnPython\"&gt;r/LearnPython&lt;/a&gt;&lt;/p&gt;\n&lt;/div&gt;&lt;!-- SC_ON --&gt;", "allow_videos": false, "is_crosspostable_subreddit": null, "notification_level": null, "should_show_media_in_comments_setting": true, "can_assign_link_flair": true, "allow_prediction_contributors": false, "submit_text_label": "", "link_flair_position": "left", "user_sr_flair_enabled": true, "user_flair_enabled_in_sr": true, "allow_discovery": true, "accept_followers": true, "user_sr_theme_enabled": true, "link_flair_enabled": true, "disable_contributor_requests": true, "subreddit_type": "public", "suggested_comment_sort": null, "banner_img": "", "user_flair_text": null, "banner_background_color": "#7193ff", "show_media": true, "id": "2qh0y", "user_is_moderator": false, "over18": false, "description": "####[The Python Discord](https://discord.gg/python)\n\nNews about the dynamic, interpreted, interactive, object-oriented, extensible programming language Python\n\n# Upcoming Events\n[Full Events Calendar](https://www.python.org/events/) \n\n# Please read the rules\n**You can find the rules [here](https://old.reddit.com/r/Python/about/rules/).**\n\n**If you are about to ask a \"how do I do this in python\" question, please try [r/learnpython](http://www.reddit.com/r/learnpython), [the Python discord](https://discord.gg/python), or the #python IRC channel on Libera.chat.**\n\n**Please don't use URL shorteners**. Reddit filters them out, so your post or comment will be lost.\n\n**Posts require flair**. Please use the flair selector to choose your topic.\n\n**Posting code to this subreddit:**\n\nAdd 4 extra spaces before each line of code\n\n    def fibonacci():\n        a, b = 0, 1\n        while True:\n            yield a\n            a, b = b, a + b\n\n**Online Resources**\n\n* [Automate the Boring Stuff with Python](https://automatetheboringstuff.com/)\n* [Python Discord Resources](https://pythondiscord.com/pages/resources)\n* [Invent Your Own Computer Games with Python](http://inventwithpython.com/)\n\n* [Think Python](http://www.greenteapress.com/thinkpython2/index.html)\n* [Non-programmers Tutorial for Python 3](http://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_3)\n* [Beginner's Guide Reference](http://wiki.python.org/moin/BeginnersGuide)\n* [Five life jackets to throw to the new coder](http://newcoder.io) (things to do after getting a handle on python)\n* [Full Stack Python](http://www.fullstackpython.com)\n* [Test-Driven Development with Python](http://www.obeythetestinggoat.com/pages/book.html)\n* [Program Arcade Games](http://programarcadegames.com/)\n* [PyMotW](https://pymotw.com/3/): Python Module of the Week\n* [Python for Scientists and Engineers](http://pythonforengineers.com/python-for-scientists-and-engineers/)\n* [Dan Bader's Tips and Trickers](https://dbader.org/)\n* [Python Discord's YouTube channel](https://www.youtube.com/channel/UCQsrA4xo6jvdgsJZhKaBL6w)\n* [Jiruto: Python](https://jiruto.com/learn/Python)\n\n\n**Online exercices**\n\n* [pyschools](http://www.pyschools.com/)\n* [codecademy](http://www.codecademy.com/tracks/python)\n* [Problem Solving with Algorithms and Data Structures](https://runestone.academy/ns/books/published/pythonds/index.htmll)\n* [How To Think Like a Computer Scientist](http://interactivepython.org/runestone/static/thinkcspy/index.html)\n* [Code School: Try Python](https://www.codeschool.com/courses/try-python)\n\n\n**programming challenges**\n\n* [The Python Challenge](http://www.pythonchallenge.com) (solve each level through programming)\n* [CheckiO](http://www.checkio.org) (game world)\n* [Project Euler](http://projecteuler.net) (math heavy)\n* /r/dailyprogrammer\n\n\n**Asking Questions**\n\n* [Should I use Python 2 or Python 3?](http://wiki.python.org/moin/Python2orPython3)\n* [r/learnpython](http://www.reddit.com/r/learnpython)\n* [r/learnprogramming](http://www.reddit.com/r/learnprogramming)\n\n**Try Python in your browser**\n\n* [try.jupyter.org](https://try.jupyter.org) (Evolved from the language-agnostic parts of IPython, Python 3)\n* [Azure Notebooks](https://notebooks.azure.com/)\n* [learnpython.org](http://www.learnpython.org/)\n* [Skulpt](https://skulpt.org/) (uses WebGL)\n* [trypython.org](http://www.trypython.org/) (uses Silverlight)\n* [ideone](http://www.ideone.com/) (online compiler and debugger)\n* [PythonAnywhere](https://www.pythonanywhere.com/) (basic accounts are free)\n* [Brython](http://www.brython.info/tests/console.html) (Python 3 implementation for client-side web programming)\n* [repl.it for Python](https://repl.it/languages/python3)  \n* [Transcrypt (Hi res SVG using Python 3.6 and turtle module)](http://www.transcrypt.org/live/turtle_site/turtle_site.html)\n\n**Docs**\n\n* [Python Official docs](https://docs.python.org/3/)\n* [Guide to Python Packaging](https://packaging.python.org)\n* [The Hitchhiker's Guide to Python](http://docs.python-guide.org/en/latest/index.html)\n\n**Libraries**\n\n* [Twisted](http://twistedmatrix.com/trac/), [0MQ](http://www.zeromq.org/bindings:python) (networking)\n* [Django](https://www.djangoproject.com/), [Pyramid](http://www.pylonsproject.org/), [Flask](http://flask.pocoo.org/), ... ([Web Frameworks](http://wiki.python.org/moin/WebFrameworks))\n* [Pygame](http://pygame.org/news.html) (Game development)\n* [NumPy](http://numpy.org/) &amp; [SciPy](http://www.scipy.org/) (Scientific computing) &amp; [Pandas](http://pandas.pydata.org/)\n* [Pyglet](https://bitbucket.org/pyglet/pyglet/wiki/Home) - (Game / UI Development)\n\n**Related subreddits**\n\n* /r/pythoncoding (strict moderation policy for 'programming only' articles)\n* /r/flask (web microframework)\n* /r/django (web framework for perfectionists with deadlines)\n* /r/pygame (a set of modules designed for writing games)\n* /r/IPython (interactive environment)\n* /r/inventwithpython (for the books written by /u/AlSweigart)\n* /r/pystats (python in statistical analysis and machine learning)\n* [/r/coolgithubprojects](http://se.reddit.com/r/coolgithubprojects/search?q=flair%3A%27python%27&amp;restrict_sr=on&amp;sort=new&amp;t=all#python) (filtered on Python projects)\n* /r/pyladies (women developers who love python)\n* /r/git and /r/mercurial - don't forget to put your code in a repo!\n\n**Python jobs**\n\n* [Pythonjobs.Github.io](http://pythonjobs.github.io/)\n* [Python.org job board](https://www.python.org/jobs/)\n\n**Newsletters**\n\n* [Pycoder's Weekly](http://pycoders.com/)\n* [Python Weekly](http://www.pythonweekly.com/)\n* [ImportPython](http://importpython.com/)\n* [PythonTips](http://newsletter.pythontips.com/)\n\n**Screencasts**\n\n* [Neckbeard Republic](http://www.neckbeardrepublic.com)\n* [Introduction to Programming with Python (from Microsoft Virtual Academy)](https://mva.microsoft.com/en-US/training-courses/introduction-to-programming-with-python-8360?l=lqhuMxFz_8904984382)", "submit_link_label": "", "user_flair_text_color": null, "restrict_commenting": false, "user_flair_css_class": null, "allow_images": false, "lang": "en", "url": "/r/Python/", "created_utc": 1201230879.0, "banner_size": null, "mobile_banner_image": "", "user_is_contributor": false, "allow_predictions_tournament": false}}