• expired

30% off PyCharm (Python IDE) 1-Year Subscription US$68.53 (~A$95, GST-Inclusive) @ JetBrains

190
IGIVETODJANGO2022

PyCharm is one of the best development tools for Python and Django developers. Until June 20, you can effectively contribute to Django by purchasing an individual PyCharm Professional annual subscription with a 30% discount. On the checkout page, click the Have a discount code? button and enter this 30% promo code:

IGIVETODJANGO2022 

All of the proceeds from this promotion will go to the Django Software Foundation (DRF)’s 2022 fundraising campaign – not just the profits, but the entire purchase amount.

Related Stores

JetBrains
JetBrains

closed Comments

  • +1

    What are extra benefits professional version? Apart from supporting devs.

    Edit : extra features

    • Support of remote interpreter is the most important one for me.

      • vscode does this for free

        • +2

          Yeah, Microsoft does nothing for free

    • TLDR use vscode unless you're a django dev?

    • +1

      this comparison seems biased towards vscode. but even with that, I think they are wrong to say that vscode doesnt have remote debugging and searching everywhere.
      I do both on a daily basis

      • +3

        Not only that but it is a nonsensical article as a whole with no real substance. Both VSCode and PyCharm are very capable tools and it basically comes to personal taste.

        VSCode is more performant because it uses less RAM (?)

        It doesn't if you install the extensions to have feature parity with PyCharm.

        VSCode is easier to use because (wait for it) you can press Ctrl+Shift+P for a command palette

        Huh? PyCharm has the exact same functionality, Ctrl+Shift+A

        VSCode is free

        But some extensions are not. If you just want the basics PyCharm Community edition is also free.

        VSCode is more extensible because it does not ship with any preinstalled extensions.

        WTF?

  • +3

    Sublime has entered the chat….

    • +4

      Notepad ++ shows Sublime the door.

      • +1

        Windows Notepad is wondering why he has no friends

  • +3

    love pycharm

  • +3

    I guess I’m a bit old school but… vim [file].py; python [file].py doesn’t cost anything?

    • +10

      Neither does VS Code, and you get to visit the 21st century with it

    • +3

      Nothing wrong with a horse, but an automobile gets you there faster

    • +1

      I love vim too but I pay for jetbrains products. I use the licensed products for professional development on Ubuntu variants and Windows (when forced).

    • +1

      I was using vim for everything, but dynamic libraries can't be checked correctly by pyright nor pylint. For linting dynamic libraries in python, pycharm is the best. Another good thing about pycharm is that it supports vim plugin

      • Thanks, that’s interesting. Last time I did any reasonable python was version 1.5 about ten years ago. Things have changed a lot since then!

    • +2

      vim [file].py; python [file].py doesn’t cost anything?

      Only if you can exit vim. /s

      • 😂

      • easy you just close the terminal window or unplug power

  • +1

    print("Hello World")

    • -1

      So U don't use python.

      • +8

        That's a valid Python program.

        • Yah I was like, where's the joke?

  • Great deal for a great product.

    Yes this is worth it over VScode. Having an actual IDE vs a free text editor with a bunch of third party plugins makes a world of difference.

    • The Python extension that provides linting, debugging, intellisense, etc., is maintained by Microsoft themselves, so not third party, and has gotten quite good lately

      • +2

        I'm a more oldschool c#/java dev so I need my strict typing and autocomplete. The last few type hinting updates to python and pylance has really dragged python up a lot. Essentially everything I use now has very capable (if not quite c# level) of autocomplete.

        Especially with the ssh remote container functionality, and the new(ish) workbook support, vscode is not at ALL a "free text editor". I honestly have no clue why it's free.

  • +1

    VS Code is free.

  • I started watching this video on phython that seems very good, if anyones interested thr links attached. It recommends and uses this Pycharm software.
    https://youtu.be/XKHEtdqhLK8

  • +4

    worth noting for my fellow students that you should sign up for a jetbrains educational license!

  • does it work with async?

  • Intellij code? :-)

  • I'll stick with Vi ;)

    • +1

      Yeah it's hard to quit vi* .

  • Nice Deal, but i'm still want to use Visual Studio Code.

  • Love PyCharm but it's probably just familiarity that keeps me from moving to VS Code instead. Note that this code won't work if you have an existing subscription, although JetBrains does give some good subscription continuity discounts (20% for 2 year, 40% for 3rd year onwards). An annual subscription also has a perpetual fall-back license if you decided you only want a one year subscription.

Login or Join to leave a comment