codejedi reviewed Python Crash Course, 2nd Edition by Eric Matthes
Review of 'Python Crash Course' on 'Goodreads'
Got this in a humble bundle.
A Hands-On, Project-Based Introduction to Programming
Paperback, 560 pages
English language
Published May 3, 2019 by No Starch Press.
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 …
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
Got this in a humble bundle.