Python Crashkurs
German, Eric Matthes, 2023More than 10 items in stock at supplier
Product details
The crash course for budding Python prosUse Python libraries and tools, including pytest, Pygame, Matplotlib, Plotly and DjangoRemedy programming errors and solve common programming problemsNew in this edition: including VS Code for text editing and pathlib module for file management.Including VS Code for text editing and the pathlib module for file managementPython Crash Course is one of the world's best-selling introductions to the Python programming language. With this compact and thorough guide, you'll be writing programs, solving problems, and developing working applications in no time.To begin, you'll learn basic programming concepts such as variables, lists, classes, and loops, and practice writing clean code with exercises on each topic. You'll also learn how to make your programs interactive and safely test your code before incorporating it into a project. You'll put your new knowledge into practice by designing a Space Invaders-inspired arcade game, programming a series of data visualisations using the handy Python libraries, and deploying a simple application online.As you work through the book, you'll learn to:use powerful Python libraries and tools, including pytest, Pygame, Matplotlib, Plotly, and Djangobuild more complex 2D games that respond to keystrokes and mouse clicksgenerate interactive data visualizations with a variety of data setsbuild applications that let users create accounts and manage their own data. Deploy your applications online.Fix programming errors and solve common programming problemsThis 3rd edition has been completely revised to reflect the latest in Python code. New and updated topics include VS Code for text editing, the pathlib module for file management, pytest for testing your code, and the latest functions of.