Jump to ratings and reviews
Rate this book

The Well-Grounded Python Developer

Rate this book
The Well-Grounded Python Developer teaches you how to write real software in Python by building on the basic language skills you already have.

When you’re new to Python, it can be tough to understand where and how to use its many language features. There’s a dizzying array of libraries, and it’s challenging to fit everything together. The Well-Grounded Python Developer builds on Python skills you’ve learned in isolation and shows you how to unify them into a meaningful whole.

The Well-Grounded Python Developer teaches you how to write real software in Python by building on the basic language skills you already have. It helps you see the big picture you can create out of small pieces, introducing concepts like modular construction, APIs, and the design of a basic web server. When you’re finished, you’ll have gone from having a basic understanding of Python's syntax, grammar, and libraries to using them as the tools of a professional software developer.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

Unknown Binding

7 people are currently reading
26 people want to read

About the author

Doug Farrell

2 books2 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
5 (31%)
4 stars
6 (37%)
3 stars
3 (18%)
2 stars
1 (6%)
1 star
1 (6%)
Displaying 1 - 10 of 10 reviews
1 review
July 28, 2023
If you have some basic programming and Python knowledge and want to start learning techniques and tools to build your first complete web application, this book is a good choice. It is divided into two parts. In the first part, the learner will be able to expand his knowledge of Python elements like functions, classes, and code organization. In the second part, which is the most valuable, the learner will have the opportunity to build a web application like a blog with its components of users, content, and interaction. The Flask and SQLAlchemy libraries are a great way to understand step by step the implementation of the business logic, the functional components and the underlying database of a web application. With this knowledge and an amiable style, the reader will be pleased to have learned the basics of web applications and Python, and will be able to learn and deepen new frameworks and create new applications.
1 review
September 10, 2023
This is an excellent book for both beginners and advanced developers. They start with the basics like naming conventions, etc . API's are well discussed. It also gives a good primer on object oriented programming basics. Creating web applications with Python is well discussed along with the challenges encountered in this process. It also discusses very well the role of the Flask framework in creating web applications with python. Not many Python books discuss about Flask. Finally the concepts of authentication, authorization and database modelling are discussed.
Overall it's a very comprehensive book on Python.
1 review
August 22, 2023
Disclaimer: I proposed myself as a reviewer. Manning kindly proposed me to write an honnest comment.

I have read 4 chapters so far and I would like to read the next ones as soon as possible. This book is a great opportunity to think about what we do when we develop in Python. It provides an overview in an easy to understand writing style.

If you have ever developed in Python and struggled, this book is for you. It really helps who wants to understand what you have (not always well) developed.
Profile Image for Boris.
5 reviews16 followers
August 18, 2025
One hundred pages of python 101, another one hundred pages of flask 101

The book promise of "How the pros use Python and Flask" is just a clickbait...
You'll create a simple blog application, and for the topics that actually matter (like testing, deploying, etc) you'll get a paragraph for each at the end

That's the book in a nutshell, extremely basic stuff, a waste of time, might as well read "Fluent Python" or "Python Cookbook" instead
27 reviews4 followers
July 8, 2023
I bought this book after having read the well-grounded ruby developer and the well-grounded java developer. Both of this books were more intermediate to advanced and covered some of the nuances of the languges. This book i felt was very basic and covered nothing advanced just basic python and some flask was expect more
1 review
Read
July 18, 2023
The book is a great explanation of all the fundamentals of Python, and provides great insights with examples and illustrations. The book is detailed enough for readers of all levels of comfort in Python. Great read!
Profile Image for Francisco.
5 reviews
July 28, 2023
This book has been a great addition to my shelf. Great book, very informative, well rounded, it goes beyond the technical aspects of being a developer. It covers the major aspects of modern Python development, best practices. Definitely a must read.
Profile Image for NaveenKumar Namachivayam.
Author 3 books2 followers
July 20, 2023
Great insights about Python and how to get started and advanced topics. If you are into automation or QA, this book helps you in all the way.
Profile Image for Matt Busche.
184 reviews7 followers
February 25, 2024
Much less advanced than The Well-Grounded Java developer. This book would be good for a beginner but didn't cover anything other than basic Python and basic Flask.
140 reviews1 follower
October 25, 2024
Good Book. Covers a lot of ground.

Builds a blog based on Flask, one feature at a time.
Displaying 1 - 10 of 10 reviews

Can't find what you're looking for?

Get help and learn more about the design.