Python Crash Course, 2nd Edition

by Eric Matthes

Book Reviews

  • 5 of my favorite books on all things Python: • Python Crash Course • Think Python • Learn Python the Hard Way • Fluent Python • Automate the boring stuff with Python I enjoy the different perspectives in each book. Pick one and keep building on top of that.Link to Tweet
  • 4 books to get started with machine learning: • Naked Statistics https://t.co/WcifFssR8y • Python Crash Course https://t.co/ubCtiiRRGg • The Hundred-Page Machine Learning Book https://t.co/TyKI1EzzzD • Hands-on Machine Learning https://t.co/iSqQPqLzgH https://t.co/mrhozVrXZVLink to Tweet

About Book

Python Crash Course, 2nd Edition is a straightforward introduction to the core of Python programming. Author Eric Matthes dispenses with the sort of tedious, unnecessary information that can get in the way of learning how to program, choosing instead to provide a foundation in general programming concepts, Python fundamentals, and problem solving. Three real world projects in the second part of the book allow readers to apply their knowledge in useful ways. Readers will learn how to create a simple video game, use data visualisation techniques to make graphs and charts, and build and deploy an interactive web application.

More Books in Computers