Type Here to Get Search Results !

BEYOND THE BASIC STUFF WITH PYTHON in pdf

 


Beyond the Basic Stuff with Python: Best Practices for Writing Clean Code by Al Sweigart is a PDF book for free download.

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

About the Author:

Al Sweigart is a professional software developer who teaches programming to kids and adults. Sweigart has written several bestselling programming books for beginners, including Automate the Boring Stuff with Python, Invent Your Own Computer Games with Python, Coding with Minecraft, and Cracking Codes with Python (all from No Starch Press).

CONTENTS:

PART I: GETTING STARTED 

Chapter 1: Dealing with Errors and Asking for Help

Chapter 2: Environment Setup and the Command Line

PART II: BEST PRACTICES, TOOLS, AND TECHNIQUES 

Chapter 3: Code Formatting with Black 

Chapter 4: Choosing Understandable Names 

Chapter 5: Finding Code Smells

Chapter 6: Writing Pythonic Code

Chapter 7: Programming Jargon

Chapter 8: Common Python Gotchas 

Chapter 9: Esoteric Python Oddities 

Chapter 10: Writing Effective Functions 

Chapter 11: Comments, Docstrings, and Type Hints 

Chapter 12: Organizing Your Code Projects with Git

Chapter 13: Measuring Performance and Big O Algorithm Analysis 

Chapter 14: Practice Projects 

PART III: OBJECT-ORIENTED PYTHON

Chapter 15: Object-Oriented Programming and Classes 

Chapter 16: Object-Oriented Programming and Inheritance 

Chapter 17: Pythonic OOP: Properties and Dunder Methods 

About the book:

Publisher ‏ : ‎ No Starch Press (December 16, 2020)

Language ‏ : ‎ English

Paperback ‏ : ‎ 386 pages

Item Weight ‏ : ‎ 1.6 pounds

Dimensions ‏ : ‎ 7.06 x 0.86 x 9.25 inches

File: PDF, 5Mib

Download

Free Download the Book: Beyond the Basic Stuff with Python

PS: Share the link with your friends

If the Download link is not working, kindly drop a comment below, so we'll update the download link for you.

Post a Comment

3 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.