top | item 16894532

Programming in the Debugger

5 points| wcrichton | 8 years ago |willcrichton.net | reply

1 comment

order
[+] fenrisbear|8 years ago|reply
I only skimmed through the article; so bear with me.

Currently at work we do extensive work with AWS Lambdas that does algorithmic calculations on in-memory datasets with pandas.

We're all pretty new to pandas and python in general. Our workflow has lead to us dropping debug-breakpoint in PyCharm and using ipython to interactively hack at our problem til we get it right. I think it works wonderful.

Until this project, I didn't use debug-breakpoints that much, but I've learned to appropriate the features PyCharm provides. It's very powerful once you get the hang of it.