Buy new:
-29% $28.20$28.20
FREE delivery Monday, February 9 on orders shipped by Amazon over $35
Advertisement
Ships from: Amazon Sold by: Ricehoppers13
Save with Used - Good
$12.55$12.55
$3.99 delivery February 13 - 19
Advertisement
Ships from: HPB-Red Sold by: HPB-Red
Sorry, there was a problem.
There was an error retrieving your Wish Lists. Please try again.Sorry, there was a problem.
List unavailable.
Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.
Read instantly on your browser with Kindle for Web.
Using your mobile phone camera - scan the code below and download the Kindle app.
Follow the author
OK
Beyond the Basic Stuff with Python: Best Practices for Writing Clean Code
Purchase options and add-ons
You've completed a basic Python programming tutorial or finished Al Sweigart's bestseller, Automate the Boring Stuff with Python. What's the next step toward becoming a capable, confident software developer?
Welcome to Beyond the Basic Stuff with Python. 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 tools like code formatters, type checkers, linters, and version control. Sweigart takes you through best practices for setting up your development environment, naming variables, and improving readability, then tackles documentation, organization and performance measurement, as well as object-oriented design and the Big-O algorithm analysis commonly used in coding interviews. The skills you learn will boost your ability to program--not just in Python but in any language.
You'll learn:
- Coding style, and how to use Python's Black auto-formatting tool for cleaner code
- Common sources of bugs, and how to detect them with static analyzers
- How to structure the files in your code projects with the Cookiecutter template tool
- Functional programming techniques like lambda and higher-order functions
- How to profile the speed of your code with Python's built-in timeit and cProfile modules
- The computer science behind Big-O algorithm analysis
- How to make your comments and docstrings informative, and how often to write them
- How to create classes in object-oriented programming, and why they're used to organize code
Toward the end of the book you'll read a detailed source-code breakdown of two classic command-line games, the Tower of Hanoi (a logic puzzle) and Four-in-a-Row (a two-player tile-dropping game), and a breakdown of how their code follows the book's best practices. You'll test your skills by implementing the program yourself.
Of course, no single book can make you a professional software developer. But Beyond the Basic Stuff with Python will get you further down that path and make you a better programmer, as you learn to write readable code that's easy to debug and perfectly Pythonic
Requirements: Covers Python 3.6 and higher
- ISBN-101593279663
- ISBN-13978-1593279660
- PublisherNo Starch Press
- Publication dateDecember 16, 2020
- LanguageEnglish
- Dimensions7 x 0.92 x 9.19 inches
- Print length384 pages
Frequently bought together

Deals on related products
Customers also bought or read
- Object-Oriented Python: Master OOP by Building Games and GUIs
Paperback$34.66$34.66$3.99 delivery Feb 19 - 25 - The Big Book of Small Python Projects: 81 Easy Practice Programs
Paperback$40.09$40.09FREE delivery Mon, Feb 9 - Impractical Python Projects: Playful Programming Activities to Make You Smarter
Paperback$24.88$24.88Delivery Mon, Feb 9 - Serious Python: Black-Belt Advice on Deployment, Scalability, Testing, and More
Paperback$32.60$32.60Delivery Mon, Feb 9 - Python Crash Course, 3rd Edition: A Hands-On, Project-Based Introduction to Programming#1 Best SellerIntroductory & Beginning Programming
Paperback$27.53$27.53Delivery Mon, Feb 9 - Automate the Boring Stuff with Python, 2nd Edition: Practical Programming for Total Beginners
Paperback$30.86$30.86Delivery Feb 28 - Mar 4 - Dive Into Algorithms: A Pythonic Adventure for the Intrepid Beginner
Paperback$31.06$31.06FREE delivery Feb 12 - 19 - Dead Simple Python: Idiomatic Python for the Impatient Programmer
Paperback$47.05$47.05FREE delivery Feb 19 - 23 - Data Structures the Fun Way: An Amusing Adventure with Coffee-Filled Examples
Paperback$30.99$30.99Delivery Mon, Feb 9 - Fluent Python: Clear, Concise, and Effective Programming
Paperback$43.99$43.99FREE delivery Mon, Feb 9 - Think Like a Programmer: An Introduction to Creative Problem Solving
Paperback$25.89$25.89Delivery Feb 18 - 28 - Modeling and Simulation in Python: An Introduction for Scientists and Engineers
Paperback$30.63$30.63$3.99 delivery Fri, Feb 27 - Learn to Code by Solving Problems: A Python Programming Primer
Paperback$23.73$23.73Delivery Feb 18 - 21 - Practical SQL, 2nd Edition: A Beginner's Guide to Storytelling with Data#1 Best SellerComputer Programming Structured Design
Paperback$21.49$21.49Delivery Mon, Feb 9 - Real-World Python: A Hacker's Guide to Solving Problems with Code
Paperback$27.79$27.79$3.99 delivery Tue, Mar 3 - Math for Deep Learning: What You Need to Know to Understand Neural Networks
Paperback$35.68$35.68FREE delivery Mon, Feb 9 - Black Hat Python, 2nd Edition: Python Programming for Hackers and Pentesters
Paperback$30.18$30.18Delivery Mon, Feb 9 - Python 3: The Comprehensive Guide to Hands-On Python Programming (Rheinwerk Computing)
Paperback$39.72$39.72FREE delivery Mon, Feb 9 - How Computers Really Work: A Hands-On Guide to the Inner Workings of the Machine
Paperback$28.26$28.26$3.99 delivery Feb 19 - 25 - Doing Math with Python: Use Programming to Explore Algebra, Statistics, Calculus, and More!
Paperback$25.04$25.04$3.99 delivery Feb 19 - 25 - Effective Python: 125 Specific Ways to Write Better Python (Effective Software Development Series)
Paperback$62.38$62.38FREE delivery Mon, Feb 9 - The Recursive Book of Recursion: Ace the Coding Interview with Python and JavaScript
Paperback$30.55$30.55Delivery Feb 18 - 21 - Python for Data Analysis: Data Wrangling with pandas, NumPy, and Jupyter
Paperback$43.99$43.99FREE delivery Mon, Feb 9 - JavaScript Crash Course: A Hands-On, Project-Based Introduction to Programming
Paperback$30.28$30.28Delivery Mon, Feb 9
From the Publisher
'A Small Goldmine of Knowledge'
"My early Python programs work but could be improved massively with what Al writes about... a small goldmine of knowledge that beginners, intermediates and probably even advanced programmers will benefit from."
—GeekTechStuff
'The Kind of Book Every Python Developer Can Use'
"This is the kind of book every python developer can use... I cannot recommend Beyond the Basic Stuff with Python enough for every person who wants to learn fundamentals surrounding coding and specifically coding in python."
—Ian Mizer, Atlanta Python Programmers Group
'A Great New Book'
"A great new book... Sweigart focuses on three major subjects: common difficulties in getting started (seeking help, setting up a work environment); best practices, tools, and techniques; and using object-oriented Python... The book is all the more useful for collecting together between one pair of covers material that you would typically dig up from multiple resources."
—Serdar Yegulalp, InfoWorld
Python for Kids by Jason Briggs
|
Python Crash Course 2nd edition by Eric Matthes
|
Automate the Boring Stuff 2nd edition by Al Sweigart
|
Real-World Python by Lee Vaughan
|
Beyond the Basic Stuff with Python by Al Sweigart
|
Serious Python by Julien Danjou
|
|
|---|---|---|---|---|---|---|
|
Add to Cart
|
Add to Cart
|
Add to Cart
|
Add to Cart
|
Add to Cart
|
Add to Cart
|
|
| Customer Reviews |
4.6 out of 5 stars 1,062
|
4.7 out of 5 stars 8,554
|
4.7 out of 5 stars 3,466
|
4.7 out of 5 stars 122
|
4.7 out of 5 stars 346
|
4.6 out of 5 stars 383
|
| Price | $21.85$21.85 | $17.93$17.93 | $32.50$32.50 | $27.79$27.79 | $28.20$28.20 | $32.60$32.60 |
| User experience level | Beginner | Beginner | Beginner | Beginner to Intermediate | Intermediate | Intermediate |
| For readers who want | A gentle, kid-friendly introduction to Python | A fast-paced, thorough introduction to Python | A practical guide to using Python for automating tedious tasks | A fun, project-based approach to useful Python tools and powerful programming techniques | Masterful tips to bridge the gap between beginning programmer and professional developer | Expert, practical advice and tutorials to perfect your professional Python skills |
| Compatible with Python version | Python 3 | Python 3 | Python 3 | Python 3 | Python 3 | Python 2 & 3 |
| Special features | Kid-friendly, full-color code and illustrations | Covers Django, matplotlib and plotly, and pygame | Covers working with files en masse, automating emails and texts, scraping the web, and more | Solve realistic problems by writing Python programs; explore computer vision, AI algorithms and more | Covers best practices of software development and how to use advanced tools, like code formatters and source control | Covers powerful techniques like using generators, handling time zones, and applying functional programming |
| Page count | 344 pages | 544 pages | 592 pages | 360 pages | 384 pages | 240 pages |
About the Author
Al Sweigart is a software developer and tech book author living in Seattle. Python is his favorite programming language, and he is the developer of several open source modules for it. His cat Zophie weighs 11 pounds.
About the Publisher
No Starch Press has published the finest in geek entertainment since 1994, creating both timely and timeless titles like Python Crash Course, Python for Kids, How Linux Works, and Hacking: The Art of Exploitation. An independent, San Francisco-based publishing company, No Starch Press focuses on a curated list of well-crafted books that make a difference. They publish on many topics, including computer programming, cybersecurity, operating systems, and LEGO. The titles have personality, the authors are passionate experts, and all the content goes through extensive editorial and technical reviews. Long known for its fun, fearless approach to technology, No Starch Press has earned wide support from STEM enthusiasts worldwide.
Editorial Reviews
Review
—Serdar Yegulalp, InfoWorld
"My early Python programs work but could be improved massively with what Al writes about . . . a small goldmine of knowledge that beginners, intermediates and probably even advanced programmers will benefit from."
—GeekTechStuff
About the Author
Product details
- Publisher : No Starch Press
- Publication date : December 16, 2020
- Language : English
- Print length : 384 pages
- ISBN-10 : 1593279663
- ISBN-13 : 978-1593279660
- Item Weight : 1.65 pounds
- Dimensions : 7 x 0.92 x 9.19 inches
- Best Sellers Rank: #159,504 in Books (See Top 100 in Books)
- #62 in Computer Programming Languages
- #107 in Python Programming
- Customer Reviews:
About the author

Al Sweigart is a software developer and tech book author living in Houston. He has written several programming books for beginners, including Automate the Boring Stuff with Python. His books are freely available under a Creative Commons license at his website https://inventwithpython.com.
Related products with free delivery on eligible orders
Customer reviews
Customer Reviews, including Product Star Ratings help customers to learn more about the product and decide whether it is the right product for them.
To calculate the overall star rating and percentage breakdown by star, we don’t use a simple average. Instead, our system considers things like how recent a review is and if the reviewer bought the item on Amazon. It also analyzed reviews to verify trustworthiness.
Learn more how customers reviews work on AmazonReviews with images
Read this AFTER you've read Automate the Boring Stuff
Top reviews from the United States
There was a problem filtering reviews. Please reload the page.
- Reviewed in the United States on February 26, 2021Format: PaperbackVerified PurchaseI am a "home workshop" kind of programmer. I took one CS class in college 20 years ago and did well. I use code to help with work tasks (formatting a dozen Excel worksheets) and to comb through plaintext files of novels for interesting patterns (I teach English).
This book is just what I didn't know I wanted. Advice on how to automatically format code, how to dig into Github (where I have an account but am baffled), how to ask a good question on Stackexchange, how to name functions and variables clearly and consistently: these are all questions I have had without knowing how to articulate them.
Exceptionally well-written, clear, well-organized, and with a remarkable knack for separating wheat from chaff and understanding what a low-intermediate programmer like me will benefit from. It's superb.
- Reviewed in the United States on February 5, 2021Format: PaperbackVerified PurchaseI read this immediately after Python Crash Course. I experimented with Python about 20 years ago and now I'm back with it (and far more serious about it). There are a lot of interesting little nuances to be aware of, especially as you continue to develop larger, more in-depth code. That's what this book is. You'll get to see some of the back-end of how Python interprets code so you can avoid certain errors that would probably drive you absolutely nuts in debugging (enough of that will happen with your programming experience, you don't want to add to it).
The other benefit of this book is to learn how to write "clean", "pythonic" code. There are general conventions that professional software developers use that you will want to use from the beginning so you don't develop bad habits. If you've already done development, some of it may be a repeat for you and you'll simply skim past. If you're new to professional software development, you'll find this extremely helpful.
Keep in mind that the book does run through numerous applications of Python. It's a versatile language. You may have very specific needs and certain parts of the book may not pertain to you. Also, if you're just writing short scripts, this may not necessarily be for you (although you may want to pick up good habits if you think you might expand your use of Python later).
- Reviewed in the United States on August 8, 2021Format: PaperbackVerified PurchaseI like the book. Instantly made some concepts make sense to me.
Apparently before it was packaged some stick substance was spilled on the cover. It's kind of minor, but not getting a nice fresh and clean book is kind of annoying.
- Reviewed in the United States on June 19, 2021Format: PaperbackVerified PurchaseThere are dozens of books which offer a nearly identical introduction to Python. Beyond the Basic Stuff is not a reference, not an introduction; the content is unique and it is so well written you could read chapters at night.
It offers a compilation of things you might learn the hard way after a few years of coming back to your code and wondering what "var1", "var2" and "tmp" were for... reading through print debugging statements, useless comments and duplicate code.
The practical benefit of good style is a major theme. It also includes a valuable survey of commonly misused syntax, gotchas, efficiency, and some "esoteric oddities", Python tricks and lessons I have not seen in any other books.
No Starch Press reliably puts out great books. The print quality, bold section headings, and immaculate editing made this a joy to read.
- Reviewed in the United States on March 9, 2021Format: PaperbackVerified PurchaseOne of the most boring books I’ve ever read...however, this book has taken my python game to new levels. So far, this is one of the most in depth python tutorials for people looking to get past the monotonous intro books that all say the same thing. I will continue to use this book as a reference for years to come. It sits on my desk next to my keyboard and will likely stay there for a long time.
- Reviewed in the United States on June 30, 2021Format: PaperbackVerified PurchaseI have several Python books that are basically reference books now. This is one of them. Good information, nicely written and useful. So far all of my "No Press" books have been good. Although, the binding does have something to be desired. But I'll continue to order from them if the book is worth having on my shelf.
- Reviewed in the United States on May 1, 2021Format: PaperbackVerified PurchaseThese books, while the cover binding sucks, are excellent instructional texts. I have three of their books on Linux, and this makes two of their books on Python. I love how they present the material. It's so easy to understand that it's almost unfair. I am a huge fan of this publisher.
Top reviews from other countries
RicardoReviewed in Spain on October 22, 20225.0 out of 5 stars Very good book!
Format: PaperbackVerified PurchaseTotally recommended except that it is printed in black and white.
TomReviewed in the United Kingdom on September 16, 20224.0 out of 5 stars Great book, but still very basic.
Format: PaperbackVerified PurchaseAfter coming from Eric Mathes' "Python Crash Course" I was hoping this book would maybe be a bit of a challenge. But it wasn't. I definitely learnt a few cool things and it has helped me here and there, but I wouldn't say this material is much further than 'basic' definitely still worth a read though.
Nikita I.Reviewed in Germany on April 17, 20214.0 out of 5 stars Interesting
Format: PaperbackVerified PurchaseI bought this book after havind read "Automate the boring stuff with Python" and maybe I expected too much from this book. It still has plenty of useful content, but this one is less practically oriented.and its content is less.
Ricardo Ferreira PereiraReviewed in Germany on March 19, 20253.0 out of 5 stars Not so beyond basic
Format: PaperbackVerified PurchaseCan't say that I learn alot from this book. It's still pretty basic to me and I'm just a hobbist.
GerryReviewed in Germany on March 1, 20214.0 out of 5 stars Next Level Python!
Format: PaperbackVerified PurchaseVery interesting for the beginner AND the advanced Python developers.















