Please DO NOT use PRINT statements: Python Logging Tutorial

preview_player
Показать описание
Python logging is critical when creating applications that scale. Python noobs use print, Python pros use logs.

🎓 Courses can be found:

👨‍💻 Hi, I am Eric!👨‍💻
Hey! I’m a seasoned developer and cloud enthusiast. I love sharing my knowledge and helping others to discover the exciting world of programming and cloud technologies. For more tutorials, tips, and tech magic, don’t forget to hit that subscribe button and ring the bell for notifications!

🙏 Support The Channel 🙏
If you found this tutorial helpful, please give it a thumbs up 👍, comment, and share it with your network 🌍

PS: The links in this description might be affiliate links. If you purchase a product or service through one of those links, I may receive a small commission. There is no additional charge to you.

#python #programming #coding
Рекомендации по теме
Комментарии
Автор

Dude, I took your FastAPI course on udemy and it was awesome. Thank you so much and keep up the good work.

Автор

Personally I don't really like using the python logging module because it is badly designed and really verbose when you need specific funtionnalities, so i prefer writing my own logging module when needed or simply use print

noctuss