1. We need logging to tell us what's happening in our code 2. Python has an inbuilt logging module which can be imported 3. DEBUG, INFO, WARNING, ERROR & CRITICAL are the level of logging available. 4. WARNING is the default logging level #100DaysOfCode
Python provides a powerful platform for working with data. This talk presents an overview of how to effectively approach optimization of numerical code in Python, touching on tools like numpy, pandas, scipy, cython, numba, & more.
Presentation on how you can write faster Python in your daily work. Briefly explain ways of profiling the code, discuss different code structures and show how they can be improved.
Creating quality content is hard & the only way to do it consistently is to have a solid process/framework.
Without it, you are lost & will quickly feel overwhelmed.
Here's is a small guide to how I manage everything
🧵🧵🧵🧵
1. { Generating Ideas }
✅ My primary source is my job where I get to learn & implement new things.
✅ Secondary sources are Twitter, Reddit, YouTube & Instagram
✅ I also try to take udemy or pluralsight courses to learn & upskill
2. { Documenting Ideas }
✅ The key is to write down and idea as soon as it hits you, so your mobile memo, a whatsapp group or notion mobile app is the best place
✅ Pen & paper also works if you are old school