Python Video Training Tutorials – 40 Hours
Here is a collection of over 40 hours of premium video tutorials on Python by Pluralsight. In order to view the videos, you need to become a member of Pluralsight.
Python logo |
By www.python.org – https://www.python.org/community/logos/, GPL, https://commons.wikimedia.org/w/index.php?curid=34991637 |
Background: Python is a widely used high-level, general-purpose, interpreted, dynamic programming language. It is designed for code readability. Python’s syntax allows programmers to express concepts in fewer lines of code than possible in languages such as C++ or Java. The language provides constructs that allow one to create clear programs on both a small and large scale.
Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. Python has a dynamic type system and automatic memory management. It also has a huge standard library.
Python interpreters can run on a wide variety of systems. Using third-party tools, such as Py2exe or Pyinstaller, Python code can be packaged into stand-alone executable programs for some of the most popular operating systems. This makes it where Python-based software can be distributed to, and used on, those environments with no need to install a Python interpreter.
CPython is the reference implementation of Python. CPython is free and open-source software, and it has a community-based development model. The non-profit Python Software Foundation manages CPython.
Python
Series | Title | Date | Presenter | Min |
---|---|---|---|---|
Full Stack Web Development with Python (WEB2PY) | Full Stack Web Development with Python (WEB2PY) | 8/21/2015 | Terry Toy | 183 |
Developing Python Tools in NUKE | Developing Python Tools in NUKE | 8/16/2015 | Simon Jokuschies | 159 |
What’s New in Django 1.7 and 1.8 | What’s New in Django 1.7 and 1.8 | 3/27/2015 | Reindert-Jan Ekker | 59 |
Hands on with Python Jinja Templating | Hands on with Python Jinja Templating | 12/30/2014 | Brett Romero | 90 |
Introduction to the Flask Microframework | Introduction to the Flask Microframework | 12/26/2014 | Reindert-Jan Ekker | 238 |
Python Desktop Application Development: Part 2 – Design | Python Desktop Application Development: Part 2 – Design | 10/10/2014 | Bo Milanovich | 138 |
Python Desktop Application Development | Python Desktop Application Development | 9/4/2014 | Bo Milanovich | 103 |
Python – Beyond the Basics | Python – Beyond the Basics | 7/18/2014 | Robert Smallshire | 443 |
The Python Developer’s Toolkit | The Python Developer’s Toolkit | 7/18/2014 | Reindert-Jan Ekker | 140 |
Django Fundamentals | Django Fundamentals | 1/31/2014 | Reindert-Jan Ekker | 189 |
Game Programming with Python and PyGame | Game Programming with Python and PyGame | 12/18/2013 | Filip Ekberg | 259 |
Python Fundamentals | Python Fundamentals | 8/21/2013 | Robert Smallshire | 305 |
Play by Play: Building a Python Code Stats Tool with Zed Shaw | Play by Play: Building a Python Code Stats Tool with Zed Shaw | 4/29/2011 | Geoffrey Grosenbach | 111 |
Total | 2417 |