b/everythingpython by D4rkDeMoN

Cleaner Python - 5 Ways to Write Efficient Pythonic Code in Your Next Project

This post was published 2 years ago. Download links are most likely obsolete. If that's the case, try asking the uploader to re-upload.

Cleaner Python - 5 Ways to Write Efficient Pythonic Code in Your Next Project

2022 | English | ISBN: NA | ASIN: NA | 23 pages | 0.1 MB

Who is this ebook for?
This book targets people who have little background in writing clean code with Python. For those who want to take that knowledge to the next level.
I've designed this ebook to be a practical introduction to clean code in Python. I have tried to exclude the fluff mentioned in many Python tutorials. And rather focus on the uncommon stuff that can make your code really clean.
If that triggers you, then this ebook is definitely for you.

What's in it for you?
In this ebook, I'll cover the following topics
Using a virtual clean environment
Dictionaries in useful use cases
Using property decorator in your class
Implementing switch statement in Python
Iterators and Generators