Friday, December 22, 2017
Created by PyData
www.pydata.org
PyData is an educational program of NumFOCUS, a 501(c)3 non-profit organization in the United States. PyData provides a forum for the international community of users and developers of data analysis tools to share ideas and learn from each other. The global PyData network promotes discussion of best practices, new approaches, and emerging technologies for data management, processing, analytics, and visualization. PyData communities approach data science using many languages, including (but not limited to) Python, Julia, and R.
PyData conferences aim to be accessible and community-driven, with novice to advanced level presentations. PyData tutorials and talks bring attendees the latest project features along with cutting-edge use cases.
Saturday, December 16, 2017
At Open Source Bridge and PyGotham in 2015, I demonstrated that you can code a Python 3 async framework in about a half hour. I start the demo by writing a callback-based async framework, built on non-blocking sockets and a simple event loop. Then I adapt the framework to use generator-based coroutines, which are cleaner than callbacks but still more efficient than threads for async I/O.
Created by: A. Jesse Jiryu Davis
Friday, December 15, 2017
This is one of the most complete Python tutorials. Actually it is a Python course.
Thursday, December 14, 2017
From the basics to advanced topics.
Created by: Best Online Courses and Tutorials
This Python tutorial covers everything about Python , from the basics, to advanced topics like Python GUI, Python Data Analysis, and more!
Created by: Best Online Courses and Tutorials
This Python tutorial covers everything about Python , from the basics, to advanced topics like Python GUI, Python Data Analysis, and more!
In this Python tutorial you will learn how to use Google's Text-To-Speech to create J.A.R.V.I.S a voice activated desktop assistant with Python.
This excellent Python tutorial was created by John G. Fisher.
Code: https://github.com/jg-fisher/desktopAssistant