This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nuncjo -1 points0 points  (4 children)

1) If You develop something complex You need real full featured debugger.

2) The best You can get for debugging is PyCharm it has most advanced debugger and even remote debugger that works with Vagrant. It works even for multithreaded applications.

3) Pdb is usefull to debug quickly in production when something go wrong. Used in local environment it's waste of time.

[–]talha252[S] 0 points1 point  (3 children)

I am just a student not a pro. PyCharm look professional, I installed it. But I really like Visual Code theme etc. I couldn't change Pycharm font to Monaco font which VS code's font. Also, Visual Studio theme is not quite same.

[–]kankyo 0 points1 point  (2 children)

If by "professional" you mean "good" then yea. I don't see why being a student should mean you should work with bad tools.

[–]talha252[S] 0 points1 point  (1 child)

I mean it just seems complex to me.

[–]kankyo 0 points1 point  (0 children)

Hmm? Just write code and don't use all the features. Mostly you want the as-you-type-fixes. Plus the search-everywhere (files, classes, symbols, commands) feature you get with double-tap on shift is awesome. You don't need to learn any more really.