Skip to Main Content (Press Enter)
Beyond the Basic Stuff with Python by Al Sweigart
Add Beyond the Basic Stuff with Python to bookshelf
Add to Bookshelf

Beyond the Basic Stuff with Python

Best Seller
Beyond the Basic Stuff with Python by Al Sweigart
Paperback $34.95
Dec 16, 2020 | ISBN 9781593279660

Buy from Other Retailers:

See All Formats (1) +
  • $34.95

    Dec 16, 2020 | ISBN 9781593279660

    Buy from Other Retailers:

  • Dec 22, 2020 | ISBN 9781593279677

    Buy from Other Retailers:

Product Details

Praise

“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 second section is the largest in the book . . . but each section can be read on its own. 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

“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

Table Of Contents

Introduction

Part I: Getting Started

1.     Dealing with Errors and Asking for Help
2.     Environmental Setup
3.     Formatting with the Black Module
 
Part II: Best Practices, Tools, and Techniques
4.     Choosing Useful Names
5.     Finding Code Smells
6.     Writing Pythonic Code
7.     Programming Jargon
8.     Common Python Gotchas
9.     Esoteric Python Oddities
10.   Crafting Effective Functions
11.   Comments and Type Hints
12.   Version Control with Git
13.   Profiling Code
 
Part III: Practice Problems
14.   Tower of Hanoi
15.   Connect Four
 
Part IV: Readable Object-Oriented Programming
16.   Classes and Objects
17.   Inheritance
18.   Pythonic Object-Oriented Programming
 
Index

Looking for More Great Reads?
21 Books You’ve Been Meaning to Read
Back to Top