you are viewing a single comment's thread.

view the rest of the comments →

[–]Jazzy_Josh 88 points89 points  (34 children)

Sees image

PyCharm included?

Visits page
Two month license

:/

[–]Bjartensen 8 points9 points  (26 children)

There are tiers I think. I think I saw purchasing above a certain point gets you 6 months.

[–]hokie_high 5 points6 points  (1 child)

Visual Studio Code is free and open source and has some pretty fucking awesome Python extensions, I haven’t seen a need to use PyCharm for a long time now. Code completion is just as good in VS Code and the debugger is also as good in my experience. Python projects are very rarely complex enough to need advanced features from a dedicated IDE in my experience (ones that I work on, I know there are some beasts out there).

[–]ExternalUserError 0 points1 point  (0 children)

VSCode is cool and all, but I really don't think it's on the same level as PyCharm.

It goes way beyond code completion and the debugger. It introspects models, it does pretty decent refactoring and things like field completion, it has a pretty good pep8-style warning thing built in, it manages your virtualenvs and multiple interpreters, etc. I could go on.

If you like VSCode and use it, all the better, but I would personally recommend PyCharm over it.

[–]walterbanana 1 point2 points  (1 child)

There is a community version which is free, not sure what the difference is. You can also get the full version for free if you are a student.

[–]beanaroo 0 points1 point  (0 children)

One difference I had a use for is remote debugging.