Avatar of originsgrand
Software Engineer at Microcare·
Needs advice
on
DjangoDjango
and
PyCharmPyCharm

Hi there,

I have recently moved from C# and Xamarin to Python and IntelliJ IDEA. I finally have a grasp of python and want to start developing web applications with Django. Which IDE should I use?

Note: I have read that PyCharm is great but the community version only allows for basic web applications. Please help

READ LESS
4 upvotes·86.9K views
Replies (5)
Avatar of guildenstern70
Distinguished IT Architect at IBM·
Recommends
on
DjangoDjangoPyCharmPyCharm

Definetely go with PyCharm Professional for a few bucks. Good alternatives are Visual Studio code with Python plugin or Visual Studio 2019 with "Python Development"

1 upvote·326 views

PyCharm (pro) - great editor designed specifically for Python and python apps - complex (good for configurability, bad for simplicity) - expensive ($200 first year, $120 third year)

PyCharm (free) - same as above but without a REST client or support for other web development tools (which you will likely end up using) - ok to get your feet wet (you can always upgrade later) Full comparison: https://www.jetbrains.com/pycharm/features/editions_comparison_matrix.html

VS Code (free) - Configurable "IDE" with support for most modern languages - TONS of simple-to-install extensions that add functionality - Great docs and UI

Sublime Text (free) - one of the most minimal editors out there - it just works

It's really down to personal preference. But I would recommend downloading all of the FREE editors, getting setup in each, and keeping only the ones you like.

My personal choice for web development is VS Code but I started with Pycharm (free), and use Sublime text on occasion.

Just focus on learning and developing and you will find what features you're looking for.

READ MORE
Andrew Kavas – Medium (medium.com)
6 upvotes·11.9K views
View all (5)
Avatar of ALESSIO SALTARIN

ALESSIO SALTARIN

Distinguished IT Architect at IBM