Advanced Python Links Accumulation Page

 I'm still at journey's start (a Python beginner) with miles to go before I reach the foothills leading to the mountain top.

Along the way, I keep stumbling across more advanced tutorials that --one day-- I should go back to and learn from. Like these ones for example:  (p.s. music to chill to here)


(1) Google search results for "advanced python tutorials" (videos) ==> (here)

and more specifically in the following links:

(3.0) Data Science For Everyone (DS4e) --- (30) All videos (Python plus)
    ---^^^-- 
Python Functions Explained in 20 Minutes




Trey Hunner (Python Morsels) -- Nested functions in Python
        ---^^^--- Python Screencasts -- (example Tuple unpacking)
Google search results = How to pass parameters to nested functions in Python
        ---^^^--- Python nested function variable scope
        ---^^^--- Python nested functions best practices
        ---^^^--- G4G -- Python Inner Functions

        ---^^^--- CwD -- Videos (e.g. Master Python Itertools in 6 Minutes)
        ---^^^--- CwD -- 5 Secret Python String Functions That Will Change Everything


Comments

Popular posts from this blog

Links for Python Noobs

The Learn HOW to Learn Page

Welcome to Circular Import Hell