Python is one of the easiest languages to get started with. It has a human readable syntax, and fully featured (“batteries included”) standard library to help you get things done right away. It is your portal in to a new world of productive development.
- Install and set up Python on Mac, Windows or Linux
- Write elegant, reusable, and efficient Python code to use in your future projects
- Use Git to manage your Python code
- Write Python scripts to automate daily tasks, and other software
- Use unit tests to write better code, faster