11 Tips And Tricks To Write Better Python Code



11 Tips And Tricks To Write Better Python Code

11 Tips And Tricks To Write Better Python Code

In this video, I show 11 Tips and Tricks to Write Better Python code! I show a lot of best practices that improve your code by making your code much cleaner and more Pythonic.

Find Python jobs: https://pythonengineer.pallet.com

~~~~~~~~~~~~~~ GREAT PLUGINS FOR YOUR CODE EDITOR ~~~~~~~~~~~~~~
✅ Write cleaner code with Sourcery: https://sourcery.ai/?utm_source=youtube&utm_campaign=pythonengineer *

📚 Get my FREE NumPy Handbook:
https://www.python-engineer.com/numpybook

📓 Notebooks available on Patreon:
https://www.patreon.com/patrickloeber

⭐ Join Our Discord : https://discord.gg/FHMg9tKFSN

If you enjoyed this video, please subscribe to the channel!

All Tips:
1) Iterate with enumerate instead or range(len(x))
2) Use list comprehension instead of raw for loops
3) Sort complex iterables with sorted()
4) Store unique values with Sets
5) Save memory with Generators
6) Define default values in Dictionaries with .get() and .setdefault()
7) Count hashable objects with collections.Counter
8) Format strings with f-Strings (Python 3.6+)
9) Concatenate strings with .join()
10) Merge dictionaries with {**d1, **d2} (Python 3.5+)
11) Simplify if-statements with if x in list

List comprehension Tutorial: https://youtu.be/RaIu2-NM0t0

~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

🖥️ Website: https://www.python-engineer.com
🐦 Twitter – https://twitter.com/patloeber
✉️ Newsletter – https://www.python-engineer.com/newsletter
📸 Instagram – https://www.instagram.com/patloeber
🦾 Discord: https://discord.gg/FHMg9tKFSN
▶️ Subscribe: https://www.youtube.com/channel/UCbXgNpp0jedKWcQiULLbDTA?sub_confirmation=1

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅿 Patreon – https://www.patreon.com/patrickloeber

Music: https://www.bensound.com/

# Python #Tips

———————————————————————————————————-
* This is a sponsored or an affiliate link. By clicking on it you will not have any additional costs, instead you will support me and my project. Thank you so much for the support! 🙏

Comments are closed.