Learn Python

Master the Python programming language! Learn how to use Python for data analysis and automation, and discover useful frameworks like Django.

All Python tutorials:

  1. Python from Scratch: Getting Started

    Python from Scratch: Getting Started

    Tutorial Beginner

    Welcome to Python from Scratch, where I'm going to teach you the ins and outs of Python development... from scratch. In this first lesson, we're going to...

  2. 10 Django Trouble Spots for Beginners

    10 Django Trouble Spots for Beginners

    Tutorial Beginner

    Django is an incredibly-powerful web framework, but using it can be a bit daunting for new users. I found this out the hard way over a year ago, spending...

  3. Intro to Django - Building a To-Do List

    Intro to Django - Building a To-Do List

    Tutorial Beginner

    Django is a powerful web framework, created in Python, which follows the DRY (Don't repeat yourself), and batteries included philosophies. It allows for...