= Python Learning Stuff = == Online Tutorials == [[https://diveintopython3.net/|Dive into Python 3]] (https://diveintopython3.net/) [[https://wiki.python.org/moin/BeginnersGuide/Programmers|BeginnersGuide and Resources]] (https://wiki.python.org/moin/BeginnersGuide/Programmers) [[https://www.learnpython.org/|LearnPython.org]] (https://www.learnpython.org/) [[https://code.org/|code.org]] (https://code.org/) [[https://www.dataschool.io/best-python-pandas-resources/|data school - Launch a data science career!]] (https://www.dataschool.io/) == Books == [[https://www.packtpub.com/packt/offers/free-learning|Free Learning - Free Programming eBooks]] [[https://www.obeythetestinggoat.com/|Test-Driven Development with Python]] (https://www.obeythetestinggoat.com/) == Coding Games == [[https://www.checkio.org/|CheckiO]] (https://www.checkio.org/) [[https://empireofcode.com/|Empire of Code]] (https://empireofcode.com/) [[https://codecombat.com/|Code Combat]] (https://codecombat.com/) == Coding Challenges == [[https://codingdojo.org/kata/|Coding Dojo]] (https://codingdojo.org/) [[https://exercism.io/|Exercism]] (https://exercism.io/) [[https://www.pythonchallenge.com/|The Python Challenge]] (https://www.pythonchallenge.com/) [[https://www.codewars.com/|Code Wars]] (https://www.codewars.com/) [[https://github.com/HaschekSolutions/0xf.at|Password riddle (so called hackit) site]] [[https://adventofcode.com/|Advent of Code]] (https://adventofcode.com/) [[https://github.com/gregmalcolm/python_koans|Python Koans]] (https://github.com/gregmalcolm/python_koans) [[https://projecteuler.net/|Project Euler]] (https://projecteuler.net/) [[https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8|ACM International Collegiate Programming Contest]] ([[https://icpc.global/worldfinals/problems|Main Site]]) == Online courses (not always free) == [[https://www.codeschool.com/courses/try-python|Code School: Try Python]] [[https://eu.udacity.com/course/programming-foundations-with-python--ud036|Udacity: Programming Foundations with Python]] [[https://www.codecademy.com/learn/learn-python|Codecademy: Learn Python]] [[https://www.coursera.org/courses?languages=en&query=python|Coursera: Python Courses]] [[https://www.edx.org/course/subject/computer-science/python|edX: Python Courses]] [[https://www.datacamp.com/courses/intro-to-python-for-data-science|DataCamp: Intro to Python for Data Science]] [[https://www.freecodecamp.org/|freeCodeCamp]] == Python Podcasts == [[https://djangoriffs.com/|Django Riffs - podcast for learning web application development in Python using the Django web framework]] [[https://www.podcastinit.com/|Podcast.__init__]] [[https://pythonbytes.fm/|Python Bytes]] [[https://talkpython.fm/episodes/all|Talk Python To Me]] [[https://www.teachingpython.fm/|Teaching Python]] [[https://testandcode.com/|Test and Code - The Python Test Podcast]] [[https://realpython.com/podcasts/rpp/|The Real Python Podcast]] == Videos == [[https://www.youtube.com/playlist?list=PLTjRvDozrdlxj5wgH4qkvwSOdHLOCx10f|Programming with Mosh]] [[https://www.youtube.com/c/Coreyms/playlists|Corey Schafer]] [[https://www.youtube.com/user/dabeazllc|David Beazley]] [[https://www.youtube.com/watch?v=UFoP2wfQK4w|Linuxwochen Wien 2016 Workshop]] == Tools == [[https://awesome-python.com/|A curated list of awesome Python frameworks, libraries, software and resources.]] [[https://mermaidjs.github.io/|Generation of diagrams and flowcharts from text in a similar manner as markdown.]] [[https://github.com/parrt/lolviz|A simple Python data-structure visualization tool for lists of lists, lists, dictionaries]] [[https://pythontutor.com/|Python Tutor - Visualize Code Execution]] === Git === [[https://git-scm.com/book/en/v2|Pro Git book Online]] (https://git-scm.com/book) [[https://try.github.io/levels/1/challenges/1|try Git]] (https://try.github.io) [[https://pcottle.github.io/learnGitBranching/|Learn git Branching]] (https://pcottle.github.io/learnGitBranching/) == Misc == [[https://github.com/asweigart/pythonstdiogames|PythonStdioGames]] (https://github.com/asweigart/pythonstdiogames)