{"id":17495867,"url":"https://github.com/feiskyer/python-tutorials","last_synced_at":"2025-05-07T09:27:20.363Z","repository":{"id":8035610,"uuid":"9445550","full_name":"feiskyer/python-tutorials","owner":"feiskyer","description":"Learning notes of python","archived":false,"fork":false,"pushed_at":"2020-10-02T08:38:27.000Z","size":298,"stargazers_count":38,"open_issues_count":1,"forks_count":27,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-19T20:53:44.506Z","etag":null,"topics":["python","python-resources","python-tutorial"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/feiskyer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-15T09:47:45.000Z","updated_at":"2025-03-13T03:18:17.000Z","dependencies_parsed_at":"2022-07-08T19:48:38.201Z","dependency_job_id":null,"html_url":"https://github.com/feiskyer/python-tutorials","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feiskyer%2Fpython-tutorials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feiskyer%2Fpython-tutorials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feiskyer%2Fpython-tutorials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feiskyer%2Fpython-tutorials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feiskyer","download_url":"https://codeload.github.com/feiskyer/python-tutorials/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252850052,"owners_count":21813908,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","python-resources","python-tutorial"],"created_at":"2024-10-19T14:37:23.325Z","updated_at":"2025-05-07T09:27:20.339Z","avatar_url":"https://github.com/feiskyer.png","language":"Ruby","readme":"#python-tutorials\n* [Beginner's Delight](#beginners-delight)\n* [Style Guide and Idioms](#style-guide-and-idioms)\n* [Dictionary](#dictionary)\n* [Decorators](#decorators)\n* [Generators](#generators)\n* [Iterators](#iterators)\n* [Yield](#yield)\n* [Context Managers](#context-managers)\n* [Unicode](#unicode)\n* [Networking](#networking)\n* [Metaclasses](#metaclasses)\n* [Documentation](#documentation)\n    * [Sphinx](#sphinx)\n* [Debugging](#debugging)\n    * [Logging](#logging)\n* [Testing](#testing)\n* [Environments and Environment Management](#environments-and-environment-management)\n* [Profiling](#profiling)\n* [Packaging](#packaging)\n* [Deployment](#deployment)\n    * [Fabric](#fabric)\n* [Warts and Gotchas](#warts-and-gotchas)\n* [Web](#web)\n    * [Frameworks](#frameworks)\n        * [Flask](#flask)\n        * [Web2Py](#web2py)\n        * [Django](#django)\n        * [Bottle](#bottle)\n        * [Tornado](#tornado)\n    * [Web Servers](#web-servers)\n    * [API and Web Services](#api-and-web-services)\n    * [Scraping](#scraping)\n* [Mobile Development](#mobile-development)\n    * [Kivy](#kivy)\n* [Google Glass](#google-glass)\n    * [Resources](#resources)\n    * [Libraries](#libraries)\n* [GUI Programming](#gui-programming)\n* [Android](#Android)\n    * [SL4A](#sl4a)\n* [WSGI](#wsgi)\n* [Databases](#databases)\n    * [SQLAlchemy](#sqlalchemy)\n* [Data Mining](#data-mining)\n* [Data Analysis](#data-analysis)\n    * [Pandas](#pandas)\n* [Design Patterns](#design-patterns)\n    * [Concurrency Patterns](#concurrency-patterns)\n* [Concurrency and Distributed Systems](#concurrency-and-distributed-systems)\n* [Functional Programming](#functional-programming)\n* [Python 2 vs Python 3](#python-2-vs-3)\n    * [Porting to Python 3](#porting-to-python-3)\n* [Books](#books)\n    * [Free](#free)\n    * [Paid](#paid)\n* [Online Courses and Challenges](#online-courses-and-challenges)\n* [Discussions](#discussions)\n* [Conferences and Events](#conferences-and-events)\n* [Videos](#videos)\n* [Editors and IDE's for Python programming](#editors-and-ides-for-python-programming)\n* [Big Data](#bigdata)\n* [Curated Python resources from other websites](#curated-python-resources-from-other-websites)\n* [Newsletters](#newsletters)\n* [Miscellaneous](#miscellaneous)\n\n\n##Beginner's Delight\n* [Beginner's guide to Python](http://wiki.python.org/moin/BeginnersGuide)\n* [The Hitchhiker's guide to Python](http://docs.python-guide.org/en/latest/)\n* [Learn Python the hard way](http://learnpythonthehardway.org/book/)\n* [Learn Python](http://www.learnpython.org/)\n* [Google's Python class](https://developers.google.com/edu/python/)\n* [Python tracks at Codecademy](http://www.codecademy.com/tracks/python)\n* [Python Monk](http://pythonmonk.com/)\n* [Python for Beginners](http://www.pythonforbeginners.com/)\n* [Best way to learn python](http://net.tutsplus.com/tutorials/the-best-way-to-learn-python/)\n* [Python Tips, tools and resources](http://lurnq.com/lesson/Getting-started-with-Python-Tips-Tools-and-Resources)\n* [Python Koans: Learn Python through TDD](https://github.com/gregmalcolm/python_koans)\n* [LearnStreet Python course](http://www.learnstreet.com/lessons/study/python)\n* [Beginner projects for a python newbie](http://newcoder.io/)\n* [Learn X in Y minutes - Python](http://learnxinyminutes.com/docs/python/)\n* [Python Practice book](http://anandology.com/python-practice-book/)\n* [Facts and myths about Python names and values](http://nedbatchelder.com/text/names.html)\n* [*args and **kwargs in python explained](http://freepythontips.wordpress.com/2013/08/04/args-and-kwargs-in-python-explained/)\n* [Common newbie mistakes in Python- Part 1](http://blog.amir.rachum.com/post/54770419679/python-common-newbie-mistakes-part-1)\n* [Common newbie mistakes in Python- Part 2](http://blog.amir.rachum.com/post/55024295793/python-common-newbie-mistakes-part-2)\n* [PySchools](http://www.pyschools.com/)\n* [Some cool Python Tricks](http://www.quora.com/Python-programming-language-1/What-are-some-cool-Python-tricks)\n* [if x and if x is not None](http://blog.amir.rachum.com/post/30176371115/you-cant-handle-the-truth)\n* [Better Python APIs](http://ozkatz.github.io/better-python-apis.html)\n* [Declaring dependencies in Python](http://blog.ziade.org/2013/04/13/declaring-dependencies-in-python/)\n* [Storing and Loading Data with JSON - Serialization/deserialization](http://freepythontips.wordpress.com/2013/08/08/storing-and-loading-data-with-json/)\n* [A Guide to Python's Magic Methods](http://www.rafekettler.com/magicmethods.html)\n* [Efficient String Concatenation in Python](http://www.skymind.com/~ocrow/python_string/)\n* [Be Pythonic: __init__.py](http://mikegrouchy.com/blog/2012/05/be-pythonic-__init__py.html)\n* [Building an open-source Python application the right way](http://kirang.in/2013/09/09/building-an-open-source-python-application-the-right-way/)\n* [Python progression path - From apprentice to guru](http://stackoverflow.com/questions/2573135/python-progression-path-from-apprentice-to-guru)\n* [Tutorialspoint python tutorial](http://www.tutorialspoint.com/python/)\n* [Python Importing](http://blog.amir.rachum.com/post/63666832095/python-importing)\n* [Python's super() considered super!](http://rhettinger.wordpress.com/2011/05/26/super-considered-super/)\n* [No Naked Excepts](http://www.wilfred.me.uk/blog/2013/11/03/no-naked-excepts/)\n* [Supercharge Your Python Developers](http://www.jeffknupp.com/blog/2013/11/15/supercharge-your-python-developers/)\n\n##Style Guide and Idioms\n* [PEP 8 - Style Guide for Python Code](http://www.python.org/dev/peps/pep-0008/)\n* [Code Like a Pythonista: Idiomatic Python](http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html)\n\n##Dictionary\n* [Python hash, id and dictionary order](http://blog.amir.rachum.com/post/54458435089/python-hash-id-and-dictionary-order)\n* [Notes on dictionary implementation](http://bugs.python.org/file6941/dictnotes.txt)\n* [Python: The Dictionary Playbook](http://blog.amir.rachum.com/post/39501813266/python-the-dictionary-playbook)\n\n##Decorators\n* [Understanding Python Decorators in 12 easy steps](http://simeonfranklin.com/blog/2012/jul/1/python-decorators-in-12-steps/)\n* [Common uses of Python decorators - Quora](http://www.quora.com/Python-programming-language-1/What-are-common-uses-of-Python-decorators)\n* [Common uses of Python decorators - Stack Overflow](http://stackoverflow.com/questions/489720/what-are-some-common-uses-for-python-decorators)\n* [Python Decorators](http://pythonconquerstheuniverse.wordpress.com/2012/04/29/python-decorators/)\n* [Decorators I: Introduction to Python Decorators](http://www.artima.com/weblogs/viewpost.jsp?thread=240808)\n* [Decorators and annotations](http://blog.mattalcock.com/2013/1/5/decorates-and-annotations/)\n* [The dark side of decorators](http://apiguy.github.io/blog/2013/06/03/the-dark-side-of-decorators/)\n* [Thinking out aloud: Python decorators](http://curiosityhealsthecat.blogspot.in/2013/06/thinking-out-aloud-python-decorators_8528.html)\n* [Using Python decorators for registering callbacks](http://curiosityhealsthecat.blogspot.in/2013/07/using-python-decorators-for-registering_8614.html)\n* [Meta-matters: Using decorators for better Python programming](http://pydanny-event-notes.readthedocs.org/en/latest/PyconAU2011/decorators.html)\n* [How can I make a chain of function decorators in Python?](http://stackoverflow.com/questions/739654/how-can-i-make-a-chain-of-function-decorators-in-python/1594484#1594484)\n* [The Python Decorator Library](https://wiki.python.org/moin/PythonDecoratorLibrary)\n\n##Generators\n* [Generator Tricks for Systems Programmers](http://www.dabeaz.com/generators-uk/)\n* [Delegating to a Subgenerator in Python 3](http://docs.python.org/3/whatsnew/3.3.html#pep-380-syntax-for-delegating-to-a-subgenerator)\n\n##Iterators\n* [Understanding Iterators and Iterables](http://www.shutupandship.com/2012/01/understanding-python-iterables-and.html)\n\n##Yield\n* [Python yield keyword explained](http://stackoverflow.com/questions/231767/the-python-yield-keyword-explained)\n\n##Context Managers\n* [Understanding Python's with statement](http://effbot.org/zone/python-with-statement.htm)\n* [The Python \"with\" Statement by Example](http://preshing.com/20110920/the-python-with-statement-by-example/)\n\n##Unicode\n* [Explain Unicode like I'm five years old](http://www.reddit.com/r/Python/comments/1g62eh/explain_it_like_im_five_python_and_unicode/)\n* [Unicode Pain](http://nedbatchelder.com/text/unipain.html)\n* [Python encodings and Unicode](http://eric.themoritzfamily.com/python-encodings-and-unicode.html)\n* [The Updated Guide to Unicode on Python](http://lucumr.pocoo.org/2013/7/2/the-updated-guide-to-unicode/)\n\n##Networking\n* [An intro to Python socket network programming](http://freepythontips.wordpress.com/2013/08/06/python-socket-network-programming/)\n\n##Metaclasses\n* [A primer on python metaclasses](http://jakevdp.github.io/blog/2012/12/01/a-primer-on-python-metaclasses/)\n* [What is a metaclass in Python ?](http://stackoverflow.com/questions/100003/what-is-a-metaclass-in-python)\n* [Yet Another Python Metaclass tutorial](http://blog.fruiapps.com/2013/03/Yet-another-Python-MetaClass-Tutorial)\n\n##Documentation\n* [Documentation is King](http://kennethreitz.org/documentation-is-king/)\n* [Make your open source project documentation suck less](http://kirang89.webfactional.com/2013/05/07/make-your-open-source-project-documentation-suck-less/)\n\n###Sphinx\n* [Quick Sphinx documentation for Python](http://scriptsonscripts.blogspot.in/2012/09/quick-sphinx-documentation-for-python.html)\n\n## Environments and Environment Management\n* [Virtualenv - The official documentation](http://www.virtualenv.org/en/latest/)\n* [Virtual Environments — The Hitchhiker's Guide to Python](http://docs.python-guide.org/en/latest/dev/virtualenvs/)\n* [Virtualenv Tutorial](http://simononsoftware.com/virtualenv-tutorial/)\n* [A Primer on virtualenv](http://iamzed.com/2009/05/07/a-primer-on-virtualenv/)\n* [How to use Python virtualenv](http://www.pythonforbeginners.com/basics/how-to-use-python-virtualenv)\n* [Making Virtualenv play nice with Git](http://hmarr.com/2010/jan/19/making-virtualenv-play-nice-with-git/)\n* [Extension to Virtualenv](https://bitbucket.org/dhellmann/virtualenvwrapper)\n* [VirtualEnv Burrito = virtualenv + virtualenvwrapper](https://github.com/brainsik/virtualenv-burrito)\n\n##Debugging\n* [Debugging Tools in Python](http://blog.ionelmc.ro/2013/06/05/python-debugging-tools/)\n* [Debugging Python Like a Boss](https://zapier.com/engineering/debugging-python-boss/)\n\n###Logging\n* [Sentry - realtime event logging and aggregation platform](https://sentry.readthedocs.org/en/latest/index.html)\n\n##Testing\n* [Nose Introduction](http://pythontesting.net/framework/nose/nose-introduction/)\n* [Unittest Introduction](http://pythontesting.net/framework/unittest/unittest-introduction/)\n* [How To Use Coverage.py With Unittest](https://github.com/audreyr/how-to/blob/master/python/use_coverage_with_unittest.rst)\n* [An Extended Introduction to the nose Unit Testing Framework](http://ivory.idyll.org/articles/nose-intro.html)\n* [Test strategies for your Python projects](http://blog.flaper87.com/post/522b9e560f06d32542ede77f/)\n\n##Profiling\n* [A guide to analyzing Python performance](http://www.huyng.com/posts/python-performance-analysis/)\n\n##Packaging\n* [The Hitchhiker’s Guide to Packaging](http://guide.python-distribute.org/)\n* [Sharing Your Labor of Love: PyPI Quick And Dirty](http://hynek.me/articles/sharing-your-labor-of-love-pypi-quick-and-dirty/)\n* [Open Sourcing a Python Project the Right Way](http://www.jeffknupp.com/blog/2013/08/16/open-sourcing-a-python-project-the-right-way/)\n* [5 tips for packaging your Python projects](http://ziade.org/2011/08/19/5-tips-for-packaging-your-python-projects/)\n* [AOSA: Python Packaging](http://www.aosabook.org/en/packaging.html)\n* [The Package Dependency Blues](http://blog.miguelgrinberg.com/post/the-package-dependency-blues)\n* [5 Simple Rules For Building Great Python Packages](http://axialcorps.com/2013/08/29/5-simple-rules-for-building-great-python-packages)\n* [Unofficial Windows Binaries for Python Extension Packages](http://www.lfd.uci.edu/~gohlke/pythonlibs/)\n* [Py2app: Standalone Mac OS X applications](http://pythonhosted.org/py2app/)\n* [PyInstaller: Stand-alone executables, under Windows, Linux, Mac OS X, Solaris and AIX](http://www.pyinstaller.org/)\n\n##Deployment\n* [Solid Python Deployments for Everybody](http://hynek.me/talks/python-deployments)\n\n###Fabric\n* [Using Fabric in a development environment](http://www.pythonforbeginners.com/systems-programming/how-to-use-fabric-in-a-development-environment/)\n* [Capture output from parallel execution with Fabric](http://dmsimard.com/2013/11/29/capture-output-from-parallel-execution-with-fabric/)\n\n##Warts and Gotchas\n* [Python 2.x gotcha's and landmines](http://stackoverflow.com/questions/530530/python-2-x-gotchas-and-landmines)\n* [Python Warts](https://wiki.python.org/moin/PythonWarts)\n* [Python Gotchas](http://blog.artlogic.com/2013/04/12/python-gotchas/)\n* [Common Pitfalls in Python](http://stackoverflow.com/questions/1011431/common-pitfalls-in-python/1321075#1321075)\n\n##Web\n* [Python and Realtime Web](http://mrjoes.github.io/2013/06/21/python-realtime.html)\n\n###Frameworks\n####Flask\n* [Flask Mega Tutorial Series](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world)\n* [Designing a RESTful API with Python and Flask](http://blog.miguelgrinberg.com/post/designing-a-restful-api-with-python-and-flask)\n* [Building websites in Python with Flask](http://maximebf.com/blog/2012/10/building-websites-in-python-with-flask)\n* [How I structure my Flask apps](http://mattupstate.com/python/2013/06/26/how-i-structure-my-flask-applications.html)\n* [Designing a RESTful API using Flask-RESTful](http://blog.miguelgrinberg.com/post/designing-a-restful-api-using-flask-restful)\n* [Rapid Web Prototyping with Lightweight Tools](http://www.pixelmonkey.org/2013/03/13/rapid-web-prototyping-with-lightweight-tools)\n* [Build a Simple, Static, Markdown-Powered Blog with Flask](http://www.jamesharding.ca/posts/simple-static-markdown-blog-in-flask/)\n* [How to Build an API with Python and Flask](http://tech.pro/tutorial/1213/how-to-build-an-api-with-python-and-flask)\n* [Create a Simple Music Streaming App with Flask](http://pypix.com/python/create-simple-music-streaming-app-flask/)\n\n####Web2Py\n* [Building a Twitter clone in Web2Py](http://fragile.org.uk/2013/06/twitter-clone-tutorial-in-web2py-part-1-getting-started/)\n\n####Django\n* [The official Django documentation](https://docs.djangoproject.com/en/1.5/)\n* [Getting started with Django](http://gettingstartedwithdjango.com/)\n* [Building a hacker news clone in Django](http://arunrocks.com/building-a-hacker-news-clone-in-django-part-1/)\n* [Djen of Django](http://agiliq.com/books/djenofdjango/)\n* [Deploying Django](http://www.rdegges.com/deploying-django/)\n* [Django by Example](http://www.lightbird.net/dbe/)\n* [Django From the Ground Up (video tutorials)](http://showmedo.com/videotutorials/series?name=PPN7NA155)\n* [Tango with Django](http://www.tangowithdjango.com/book/)\n* [Django Screencasts](https://godjango.com/)\n* [Let’s TDD a Simple App in Django](http://pypix.com/django/tdd-in-django/)\n* [Django runserver and stunnel for testing HTTPS](http://mgile.com/post/4729505823/django-stunnel)\n* [Scaling database with Django and HAProxy](http://engineering.hackerearth.com/2013/10/07/scaling-database-with-django-and-haproxy/)\n* [Classy Class-Based Views](http://ccbv.co.uk/)\n\n####Bottle\n* [Developing with Bottle- Part 1](http://www.realpython.com/blog/python/developing-with-bottle-part-1/)\n\n####Tornado\n* [Tornado official documentation](http://www.tornadoweb.org/en/stable/documentation.html)\n* [Fastest database for Tornado](http://www.peterbe.com/plog/fastestdb)\n\n###Web Servers\n* [A Comparison of Web Servers for Python Based Web Applications](https://www.digitalocean.com/community/articles/a-comparison-of-web-servers-for-python-based-web-applications)\n\n###API and Web Services\n* [How to access various web services in python](http://www.pythonforbeginners.com/python-on-the-web/how-to-access-various-web-services-in-python/)\n* [Python API for various web services](http://www.pythonapi.com/)\n* [Glassdoor API](https://github.com/hackerlist/glassdoor)\n\n###Scraping\n* [Web Scraping with BeautifulSoup](http://www.pythonforbeginners.com/python-on-the-web/web-scraping-with-beautifulsoup/)\n* [Web Scraping 101 with Python](http://www.gregreda.com/2013/03/03/web-scraping-101-with-python/)\n* [Web Scraping with Scrapy Framework](http://doc.scrapy.org/en/latest/intro/tutorial.html)\n* [How to automatically search and download torrents with Python and Scrapy](http://fuzz-box.blogspot.in/2013/03/how-to-automatically-search-download-torrent-python-scrapy.html)\n\n##Mobile Development\n###Kivy\n* [Creating an app in Kivy](http://archlinux.me/dusty/2013/06/13/creating-an-application-in-kivy-part-1/)\n\n##Google Glass\n###Resources\n* [The official Python Quick Start for Google Glass](https://developers.google.com/glass/quickstart/python)\n\n###Libraries\n####glass.py\n* [Create python web applications for Google Glass](https://github.com/SamyPesse/glass.py)\n\n##Image Processing\n* [Python Image Library - Examples](http://www.riisen.dk/dop/pil.html)\n\n##GUI Programming\n* [Python.org GUI Overview Page](https://wiki.python.org/moin/GuiProgramming)\n* [PyQt Tutorial](http://zetcode.com/tutorials/pyqt4/)\n* [Standalone executable for PyQt4 on Windows](http://www.py2exe.org/index.cgi/Py2exeAndPyQt)\n* [Kivy GUI for cross-platform applications](http://kivy.org/)\n* [EffBot.org Introduction to Tkinter](http://effbot.org/tkinterbook/tkinter-index.htm)\n* [Pytkgen: JSON to Tkinter GUI Generator](https://github.com/tmetsch/pytkgen)\n* [Intro to programming with Python and Tkinter](https://wiki.python.org/moin/Intro%20to%20programming%20with%20Python%20and%20Tkinter)\n\n##Android\n###SL4A\n* [Making the Physics Gizmo app for Android using SL4A](http://www.brokenairplane.com/2011/08/im-not-texting-im-programming.html)\n\n##WSGI\n* [Getting started with WSGI](http://lucumr.pocoo.org/2007/5/21/getting-started-with-wsgi/)\n* [WSGI Basics](http://agiliq.com/blog/2013/07/basics-wsgi/)\n\n##Databases\n\n###SQLAlchemy\n* [SQLAlchemy](http://www.aosabook.org/en/sqlalchemy.html)\n* [SQLAlchemy and you](http://lucumr.pocoo.org/2011/7/19/sqlachemy-and-you/)\n\n##Data Mining\n* [Linux system mining using Python](http://architects.dzone.com/articles/linux-system-mining-python)\n\n##Data Analysis\n###Pandas\n* [A 10 min intro to Pandas](http://pandas.pydata.org/pandas-docs/stable/10min.html)\n* [Pandas and Python: Top 10](http://manishamde.github.io/blog/2013/03/07/pandas-and-python-top-10/)\n* [Learn Pandas](https://bitbucket.org/hrojas/learn-pandas)\n\n###IPython Notebooks\n* [The Traveling Salesperson Problem](http://nbviewer.ipython.org/url/norvig.com/ipython/TSPv3.ipynb)\n* [Scientific Computing with Python](http://nbviewer.ipython.org/url/atwallab.cshl.edu/teaching/QBbootcamp3.ipynb)\n* [Gaussian Blur](http://nbviewer.ipython.org/urls/raw.github.com/mroberts3000/GpuComputing/master/IPython/GaussianBlur.ipynb)\n* [Understanding the FFT Algorithm](http://nbviewer.ipython.org/url/jakevdp.github.io/downloads/notebooks/UnderstandingTheFFT.ipynb)\n* [lifelines: Survival Analysis in Python](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/lifelines/master/Tutorial%20and%20Examples.ipynb)\n* [Economics Simulation](http://nbviewer.ipython.org/url/norvig.com/ipython/Economics.ipynb)\n* [An Introduction to Bayesian Methods for Multilevel Modeling](http://nbviewer.ipython.org/urls/raw.github.com/fonnesbeck/multilevel_modeling/master/multilevel_modeling.ipynb)\n* [The Floods of the Nile](http://nbviewer.ipython.org/urls/raw.github.com/LCAV/SignalsOfTheDay/master/FloodsOfTheNile.ipynb)\n* [Animal Foraging and the Evolution of Goal-Directed Cognition](http://nbviewer.ipython.org/urls/raw.github.com/rhiever/Intro-to-Evolutionary-Modeling/master/Animal%2520Foraging%2520and%2520the%2520Evolution%2520of%2520Goal-Directed%2520Cognition.ipynb)\n* [Wikipedia data scraping functions](http://nbviewer.ipython.org/urls/raw.github.com/brianckeegan/Wikipedia/master/wikipedia_scraping.ipynb)\n* [Python for Geosciences](https://github.com/koldunovn/python_for_geosciences)\n* [Media Signal Processing](http://www.mat.ucsb.edu/201A/)\n   * [Digital Filters](http://www.mat.ucsb.edu/201A/console/Digital_Filters-ipython.html)\n   * [Image Filtering](http://www.mat.ucsb.edu/201A/console/Image_Filtering.html)\n   * [Audio Features](http://www.mat.ucsb.edu/201A/console/Audio_Features.html)\n   * [Feature Detection and Matching for Images](http://www.mat.ucsb.edu/201A/console/Feature_detection.html)\n   * [Gestures](http://www.mat.ucsb.edu/201A/console/Gestures.html)\n\n##Design Patterns\n* [Python Best Practice Patterns by Vladimir Keleshev](http://www.youtube.com/watch?v=GZNUfkVIHAY)\n* [28 Design Patterns in Python and Several Other Languages](https://github.com/oxnz/design-patterns)\n* [Factory Pattern In Python](http://dailypython.wordpress.com/2013/08/04/factory-pattern-in-python/)\n\n###Concurrency Patterns\n* [Wasp's Nest: The Read-Copy-Update Pattern In Python](http://emptysqua.re/blog/wasps-nest-read-copy-update-python/)\n\n##Concurrency and Distributed Systems\n* [Gevent and ZeroMQ](http://architects.dzone.com/articles/gevent-zeromq)\n* [Celery: Distributed Task Queue](https://celery.readthedocs.org/en/latest/getting-started/index.html)\n* [Gevent for the working Python developer](http://sdiehl.github.io/gevent-tutorial/)\n\n##Functional Programming\n* [Recursion Explained with the Flood Fill Algorithm](http://inventwithpython.com/blog/2011/08/11/recursion-explained-with-the-flood-fill-algorithm-and-zombies-and-cats/)\n\n##Python 2 vs 3\n* [Python 2 or 3 ?](http://wiki.python.org/moin/Python2orPython3)\n\n### Porting to Python 3\n* [How to support both Python 2 and 3](http://ondrejcertik.blogspot.com/2013/08/how-to-support-both-python-2-and-3.html)\n* [How CherryPy supports Python 2 and 3](http://pyvideo.org/video/689/how-cherrypy-supports-python-2-and-3)\n* [Porting to Python 3 - The Book Site](http://python3porting.com/)\n\n##Books\n###Free\n* [Some free books on Python](http://pythonbooks.revolunet.com/)\n* [Invent with Python](http://inventwithpython.com/chapters/)\n* [Think Python](http://www.greenteapress.com/thinkpython/thinkpython.pdf)\n* [Byte of Python](http://files.swaroopch.com/python/byte_of_python.pdf)\n* [Snake Wrangling for Kids](http://www.briggs.net.nz/snake-wrangling-for-kids.html)\n* [Data Structures and Algorithms with Object-Oriented Design Patterns in Python](http://www.brpreiss.com/books/opus7/html/book.html)\n* [Python programming on wikibooks](http://en.wikibooks.org/wiki/Python_Programming)\n* [Dive Into Python 3](http://getpython3.com/diveintopython3/)\n* [Programming Computer Vision with Python](http://programmingcomputervision.com/)\n* [Python for you and me](http://pymbook.readthedocs.org/en/latest/)\n* [Program Arcade Games With Python And Pygame](http://programarcadegames.com/)\n\n###Paid\n* [Some list of paid books on python](http://wiki.python.org/moin/PythonBooks)\n* [Porting to Python 3 - The Book Site](http://python3porting.com/)\n\n##Online Courses and Challenges\n* [A Gentle Introduction to Programming Using Python](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-189-a-gentle-introduction-to-programming-using-python-january-iap-2011/index.htm)\n* [Python Challenges](http://www.pythonchallenge.com/)\n* [Project Euler](http://projecteuler.net)\n\n##Discussions\n* [What's your favorite programming language?](https://news.ycombinator.com/item?id=3746692)\n* [What is your primary programming language?](https://news.ycombinator.com/item?id=5944863)\n* [StackOverflow - Python beyond the basics](http://stackoverflow.com/questions/92230/python-beyond-the-basics)\n* [StackOverflow - Python progression path from apprentice to guru](http://stackoverflow.com/questions/2573135/python-progression-path-from-apprentice-to-guru)\n* [StackOverflow - Zen of Python](http://stackoverflow.com/questions/228181/zen-of-python)\n* [StackOverflow - Hidden Features of Python](http://stackoverflow.com/questions/101268/hidden-features-of-python)\n\n##Conferences and events\n* [Official PyCon website](http://www.pycon.org/)\n* [Lanyrd - Python Conference and Events](http://lanyrd.com/topics/python/)\n* [Meetup.com - Python Meetup Groups](http://python.meetup.com/)\n\n##Videos\n* [Guido Van Rossum on the history of Python](http://www.youtube.com/watch?v=ugqu10JV7dk)\n* [PyVideo](http://pyvideo.org/)\n* [Khan Academy - Introduction to programming and computer science using Python](https://www.khanacademy.org/science/computer-science)\n* [Lanyrd - Python Videos](http://lanyrd.com/topics/python/video/)\n* [Python Videos, Tutorials and Screencasts at ShowMeDo](http://showmedo.com/videotutorials/python)\n* [Talks by Brandon Rhodes](http://rhodesmill.org/brandon/talks/)\n* [A Billion Rows per Second: Metaprogramming Python for Big Data](https://www.youtube.com/watch?v=rXj5nayS7Yg)\n* [The newboston site tutorial](http://thenewboston.org/list.php?cat=36)\n\n##Editors and IDE's for Python programming\n* [Setting up Sublime Text for Python Development](http://dbader.org/blog/setting-up-sublime-text-for-python-development)\n* [Sublime Text 2 Love by Kenneth Reitz](http://kennethreitz.org/sublime-text-2-love/)\n* [Sublime Text 2 tips for Python and web developers](http://opensourcehacker.com/2012/05/11/sublime-text-2-tips-for-python-and-web-developers/)\n* [PyCharm](http://www.jetbrains.com/pycharm/)\n* [Geany](http://geany.org/)\n* [Geany with pylint](http://michaeljaylissner.com/blog/using-pylint-in-geany)\n* [PyDev](http://pydev.org)\n* [Ninja-IDE](http://ninja-ide.org/)\n* [Emacs setup for python development environment](http://caisah.info/emacs-for-python/)\n* [Emacs for python](https://github.com/gabrielelanaro/emacs-for-python)\n\n##BigData\n* [Mind map of Python for Big Data](http://www.xmind.net/m/WvfC/?goback=%2Emid_I2756675707*43_*1#%21)\n\n##Curated Python resources from other websites\n* [Python Resources (All) - Codesters.org](http://codesters.org/resource/topic/python/all/)\n\n##Newsletters\n* [Pycoder's](http://pycoders.com/)\n* [Python Weekly](http://www.pythonweekly.com/)\n\n##Miscellaneous\n* [Good to great Python reads](http://jessenoller.com/good-to-great-python-reads/)\n* [How to Create Barcodes in Your PDFs with Python](http://java.dzone.com/articles/how-create-barcodes-your-pdfs)\n* [What are some good Python interview questions ?](http://www.quora.com/What-are-good-Python-interview-questions)\n* [Python innards introduction](http://tech.blog.aknin.name/2010/04/02/pythons-innards-introduction/)\n* [Projects - A list of practical projects](https://github.com/thekarangoel/Projects)\n* [More Python Tutorials](http://awaretek.com/tutorials.html)\n* [Simple Sudoku solver in python](http://freepythontips.wordpress.com/2013/09/01/sudoku-solver-in-python/)\n* [Looking Inside Dropbox – Security whitepaper](http://freepythontips.wordpress.com/2013/08/30/looking-inside-dropbox-whitepaper/)\n* [Why sorting an array makes a Python loop faster](http://rickystewart.wordpress.com/2013/09/03/why-sorting-an-array-makes-a-python-loop-faster/)\n* [Python Integer object implementation](http://www.laurentluce.com/posts/python-integer-objects-implementation/)\n* [The history of Python - Blog](http://python-history.blogspot.in/)\n* [The ever useful and neat subprocess module](http://sharats.me/the-ever-useful-and-neat-subprocess-module.html)\n* [Hidden Features in Python](http://stackoverflow.com/questions/101268/hidden-features-of-python/111176)\n* [Python module of the week](http://pymotw.com/2/)\n* [Become a programmer](http://programming-motherfucker.com/become.html#Python)\n* [Python tutor](http://pythontutor.com/)\n* [Best developer blogs about python - Quora](https://www.quora.com/Python-programming-language-1/What-are-the-best-developer-blogs-about-Python-development)\n* [Python blogs -Stackoverflow](http://stackoverflow.com/questions/152480/python-blogs-that-you-regularly-follow)\n* [Abstracting Control Flow](http://hackflow.com/blog/2013/10/08/abstracting-control-flow/)\n* [Python Algorithm Visualizations done in Python running in the browser](http://pyalgoviz.appspot.com/)\n* [Solving Every Sudoku Puzzle](http://norvig.com/sudoku.html)\n* [IHeartPy!](http://www.iheartpy.com/)\n10.14.36.102\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeiskyer%2Fpython-tutorials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeiskyer%2Fpython-tutorials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeiskyer%2Fpython-tutorials/lists"}