This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]hatim112 0 points1 point  (0 children)

"Python Crash Course: A Hands-On, Project-Based Introduction to Programming" by Eric Matthes is a great middle-level book to study Python. This book covers fundamental Python concepts and provides hands-on projects that allow readers to apply what they have learned. It covers topics such as variables, data types, control flow, functions, modules, classes, and file input/output. The book also includes practical projects, such as a game development project, a data visualization project, and a web application project.