书籍 Python Crash Course, 3rd Edition的封面

Python Crash Course, 3rd Edition

Eric Matthes

出版时间

2023-01-10

ISBN

9781718502703

评分

★★★★★
书籍介绍

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

New to this edition: This third edition is completely revised to reflect the latest in Python code. New and updated coverage includes VS Code for text editing, the pathlib module for file handling, pytest for testing your code, as well as the latest features of Matplotlib, Plotly, and Django.

If you’ve been thinking about digging into programming, Python Crash Course will provide you with the skills to write real programs fast. Why wait any longer? Start your engines and code!

Eric Matthes was a high school science, math, and programming teacher, now full-time author, living in Alaska. He has been writing programs since he was five years old and is the author of the Python Flash Cards, also from No Starch Press.

用户评论
快速入门+实践项目。没有那些没用的刁钻和超纲
基础,不深入,优先参考py cookbook & fluent py
4-3~4-20:简单流畅,只发现一处无关紧要的错误。最后三章跟Django有关的内容暂且搁置,等有实际需求时再看。
很好的书。花了1天把基础部分看了,这些年r满足了我所有的需求,是时候探索更大的世界了。在gpt的浪潮下,学会慢慢去开发自己的模型。不过已经2023了,真的会有人还在读书学编程吗?多少有些守旧了。读书的问题,信息更新慢,信息量大,所以需要抽取需要的信息,再用其他信息源补充。想最快入门的,看kaggle的教程就可以了
it's for beginners not only of Python but also of programming