Python Crash Course, 3rd
Python Crash Course is the worldās best-selling guide to the Python programming language. This fast-paced, thorough introduction will have you writing programs, solving problems, and developing functioning applications in no time.
Youāll start by learning basic programming concepts, such as variables, lists, classes, and loops, and practice writing clean code with exercises for each topic. Youāll also learn how to make your programs interactive and test your code safely before adding it to a project. Youāll put your new knowledge into practice by creating a Space Invadersāinspired arcade game, building a set of data visualizations with Pythonās handy libraries, and deploying a simple application online.
As you work through the book, youāll learn how to:
- Use powerful Python libraries and tools, including pytest, Pygame, Matplotlib, Plotly, and Django
- Make increasingly complex 2D games that respond to keypresses and mouse clicks
- Generate interactive data visualizations using a variety of datasets
- Build apps that allow users to create accounts and manage their own data, and deploy your apps online
- Troubleshoot coding errors and solve common programming problems