Most of you might be too young to know this but there was time that the phone in your house - not in your pocket! - would ring and gasp! you had no idea who was calling! You had to ANSWER the phone to find out. 🤦♀️ Now we have caller ID and know exactly … Continue reading A caller id for your python function
Tag: debug
Debugging Python applications (plus free cheat sheet)
My primary debugging tool is to add print statements to my programs</confession_time>. Print statements are very easy to use and they work well for any simple scripts. But that's the catch: if you're debugging an application and/or a test file, print statements won't be enough or will just not work (in the case if tests … Continue reading Debugging Python applications (plus free cheat sheet)