Filters

Free/Non-free



Python Version




Reading Time [?]

Publication Year

Showing 16 free Python books
.

Think Python: How to Think Like a Computer Scientist

by Allen B. Downey

0.9035087719298245 23 / 228
Bestseller Score [?]
Ranked 23 out of 228 books in our database
0.8761682242990655 3 credentials
Author Score [?]
0.9517543859649124 37 comments
Audience Score [?]
0.9104771273979341
Pythonmeter [?]
If you want to learn how to program, working with Python is an excellent way to start. This hands-on guide takes you through the language a step at a time, beginning with basic programming concepts...
Published on : Dec. 28, 2015
Python version: TH
292 pages
Available for free here

Automate the Boring Stuff with Python: Practical Programming for Total Beginners

by Al Sweigart

0.9912280701754387 3 / 228
Bestseller Score [?]
Ranked 3 out of 228 books in our database
0.45327102803738323 1 credentials
Author Score [?]
1.0 247 comments
Audience Score [?]
0.8148330327376073
Pythonmeter [?]
Hands-down one of the best books for learning Python. It teaches an absolute beginner to harness the power of Python and program computers to do tasks in seconds that would normally take hours to d...
Published on : Nov. 12, 2019
Python version: TH
592 pages
Available for free here

Think Stats: Exploratory Data Analysis

by Allen B. Downey

0.7280701754385964 63 / 228
Bestseller Score [?]
Ranked 63 out of 228 books in our database
0.8761682242990655 3 credentials
Author Score [?]
0.8311403508771931 10 comments
Audience Score [?]
0.8117929168716183
Pythonmeter [?]
If you know how to program, you have the skills to turn data into knowledge, using tools of probability and statistics. This concise introduction shows you how to perform statistical analysis compu...
Published on : Oct. 27, 2014
Python version: BO
226 pages
Available for free here

Python for Everybody: Exploring Data in Python 3

by Dr. Charles Russell Severance

0.986842105263158 4 / 228
Bestseller Score [?]
Ranked 4 out of 228 books in our database
0.9626168224299065 3 credentials
Author Score [?]
0.44298245614035087 1 comments
Audience Score [?]
0.7974804612778051
Pythonmeter [?]
Python for Everybody is designed to introduce students to programming and software development through the lens of exploring data. You can think of the Python programming language as your tool to...
Published on : April 9, 2016
Python version: TH
244 pages
Available for free here

Learn More Python 3 the Hard Way: The Next Step for New Python Programmers

by Zed A. Shaw

0.44298245614035087 128 / 228
Bestseller Score [?]
Ranked 128 out of 228 books in our database
0.9112149532710281 2 credentials
Author Score [?]
0.8947368421052632 21 comments
Audience Score [?]
0.7496447505055474
Pythonmeter [?]
Zed Shaw has perfected the world’s best system for becoming a truly effective Python 3.x developer. Follow it and you will succeed—just like the tens of millions of programmers he’s already taught....
Published on : Sept. 23, 2017
Python version: TH
236 pages
Available for free here

The Hitchhiker's Guide to Python: Best Practices for Development

by Kenneth Reitz

0.48684210526315785 118 / 228
Bestseller Score [?]
Ranked 118 out of 228 books in our database
0.9929906542056075 4 credentials
Author Score [?]
0.6535087719298245 3 comments
Audience Score [?]
0.7111138437995299
Pythonmeter [?]
The Hitchhiker's Guide to Python takes the journeyman Pythonista to true expertise. More than any other language, Python was created with the philosophy of simplicity and parsimony. Now 25 years ol...
Published on : Sept. 18, 2016
Python version: TH
338 pages
Available for free here

Invent Your Own Computer Games with Python

by Al Sweigart

0.7543859649122807 57 / 228
Bestseller Score [?]
Ranked 57 out of 228 books in our database
0.45327102803738323 1 credentials
Author Score [?]
0.8903508771929824 20 comments
Audience Score [?]
0.6993359567142154
Pythonmeter [?]
Begin by building classic games like Hangman, Guess the Number, and Tic-Tac-Toe, and then work your way up to more advanced games, like a text-based treasure hunting game and an animated collision-...
Published on : Dec. 16, 2016
Python version: TH
376 pages
Available for free here

The Recursive Book of Recursion: Ace the Coding Interview with Python and JavaScript

by Al Sweigart

0.7938596491228069 48 / 228
Bestseller Score [?]
Ranked 48 out of 228 books in our database
0.45327102803738323 1 credentials
Author Score [?]
0.7478070175438596 5 comments
Audience Score [?]
0.6649792315680166
Pythonmeter [?]
The Recursive Book of Recursion uses Python and JavaScript examples to teach the basics of recursion, exposing the ways that it’s often poorly taught and clarifying the fundamental principles of al...
Published on : Aug. 16, 2022
Python version: TH
328 pages
Available for free here

Beyond the Basic Stuff with Python: Best Practices for Writing Clean Code

by Al Sweigart

0.5833333333333334 96 / 228
Bestseller Score [?]
Ranked 96 out of 228 books in our database
0.45327102803738323 1 credentials
Author Score [?]
0.9188596491228069 25 comments
Audience Score [?]
0.6518213368311745
Pythonmeter [?]
More than a mere collection of advanced syntax and masterful tips for writing clean code, you'll learn how to advance your Python programming skills by using the command line and other professional...
Published on : Dec. 16, 2020
Python version: TH
384 pages
Available for free here

Cracking Codes with Python: An Introduction to Building and Breaking Ciphers

by Al Sweigart

0.5219298245614035 110 / 228
Bestseller Score [?]
Ranked 110 out of 228 books in our database
0.45327102803738323 1 credentials
Author Score [?]
0.8311403508771931 10 comments
Audience Score [?]
0.6021137344919932
Pythonmeter [?]
Learn how to program in Python while making and breaking ciphers—algorithms used to create and send secret messages! After a crash course in Python programming basics, you’ll learn to make, test, a...
Published on : Jan. 23, 2018
Python version: TH
416 pages
Available for free here

Test-Driven Development with Python: Using Django, Selenium, and JavaScript

by Harry J. W. Percival

0.4912280701754386 117 / 228
Bestseller Score [?]
Ranked 117 out of 228 books in our database
0.5841121495327103 1 credentials
Author Score [?]
0.5592105263157895 2 comments
Audience Score [?]
0.5448502486746462
Pythonmeter [?]
By taking you through the development of a real web application from beginning to end, the updated second edition of this hands-on guide demonstrates the practical advantages of test-driven develop...
Published on : Aug. 31, 2017
Python version: TH
624 pages
Available for free here

Programming Computer Vision with Python: Tools and algorithms for analyzing images

by Jan Erik Solem

0.32456140350877194 155 / 228
Bestseller Score [?]
Ranked 155 out of 228 books in our database
0.7967289719626168 2 credentials
Author Score [?]
0.1929824561403509 0 comments
Audience Score [?]
No Reddit comments mentioned the book
0.43809094387057984
Pythonmeter [?]
If you want a basic understanding of computer vision’s underlying theory and algorithms, this hands-on introduction is the ideal place to start. You’ll learn techniques for object recognition, 3D r...
Published on : June 29, 2012
Python version: TW
264 pages
Available for free here

The New And Improved Flask Mega-Tutorial

by Miguel Grinberg

0.2280701754385965 177 / 228
Bestseller Score [?]
Ranked 177 out of 228 books in our database
0.45327102803738323 3 credentials
Author Score [?]
0.44298245614035087 1 comments
Audience Score [?]
0.37477455320544356
Pythonmeter [?]
The Flask Mega-Tutorial is an overarching tutorial for Python beginner and intermediate developers that teaches web development with the Flask framework. The tutorial has been thoroughly revised an...
Published on : Dec. 7, 2017
Python version: TH
347 pages
Available for free here

Problem Solving with Algorithms and Data Structures Using Python

by Bradley N. Miller

0.5043859649122807 114 / 228
Bestseller Score [?]
Ranked 114 out of 228 books in our database
0.17056074766355142 0 credentials
Author Score [?]
No author credentials found
0.44298245614035087 1 comments
Audience Score [?]
0.3726430562387277
Pythonmeter [?]
This textbook is about computer science. It is also about Python. However, there is much more. The study of algorithms and data structures is central to understanding what computer science is all a...
Published on : Aug. 22, 2011
Python version: TH
438 pages
Available for free here

Natural Language Processing with Python: Analyzing Text with the Natural Language Toolkit

by Steven Bird

0.46929824561403505 122 / 228
Bestseller Score [?]
Ranked 122 out of 228 books in our database
0.3855140186915888 1 credentials
Author Score [?]
0.1929824561403509 0 comments
Audience Score [?]
No Reddit comments mentioned the book
0.3492649068153249
Pythonmeter [?]
This book offers a highly accessible introduction to natural language processing, the field that supports a variety of language technologies, from predictive text and email filtering to automatic s...
Published on : July 10, 2009
Python version: TW
504 pages
Available for free here

Mastering Django: The Complete Guide to Django 1.8 LTS

by Nigel George

0.06578947368421052 214 / 228
Bestseller Score [?]
Ranked 214 out of 228 books in our database
0.17056074766355142 0 credentials
Author Score [?]
No author credentials found
0.44298245614035087 1 comments
Audience Score [?]
0.22644422582937093
Pythonmeter [?]
Want a book on the Django web framework that doesn't leave anything out?One you know comes from an authoritative source that you can trust to give you the good stuff?Well how about a book that was ...
Published on : Aug. 8, 2016
Python version: TH
645 pages
Available for free here