Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

Python, Best IDE

  • 18-01-2014 11:53PM
    #1
    Moderators, Computer Games Moderators, Technology & Internet Moderators Posts: 19,242 Mod ✭✭✭✭


    Trying to find a good IDE to start learning Python. Biting the bullet to see what I can do with the language. Anyone know of the best Development Environments available?


Comments

  • Registered Users, Registered Users 2 Posts: 7,157 ✭✭✭srsly78




  • Registered Users, Registered Users 2 Posts: 3,335 ✭✭✭padraig_f


    PyCharm is the best one, great IDE.


  • Registered Users, Registered Users 2 Posts: 15 Liachta Cultaca


    I use Tiger Jython to develop some simple scripts.


  • Moderators, Computer Games Moderators, Technology & Internet Moderators Posts: 19,242 Mod ✭✭✭✭L.Jenkins


    Thought I'd give Ninja IDE a try and see how it fears out for now. I'm just getting started with the language, so if I stick with the IDE, that's another thing.


  • Registered Users, Registered Users 2 Posts: 341 ✭✭Mo14


    Most of my pythoning is done in a text editor (sublime), but I've tried pytools with visual studio, and it seemed like a really nice python environment. Might be worth looking into.


  • Advertisement
  • Moderators, Science, Health & Environment Moderators, Social & Fun Moderators, Society & Culture Moderators Posts: 60,119 Mod ✭✭✭✭Tar.Aldarion


    Let me know what you think of ones you try, I've just used a text editor as I found that fine.


  • Registered Users, Registered Users 2 Posts: 40,038 ✭✭✭✭Sparks


    All I've ever used for the little python dev work I've done is vim. IDEs are nice, but DDEs are fine too...


  • Registered Users, Registered Users 2 Posts: 11,264 ✭✭✭✭jester77


    Hard to beat vim, but pycharm is the best IDE I've used, from the same guys as intellij.


  • Registered Users, Registered Users 2 Posts: 40,038 ✭✭✭✭Sparks


    jester77 wrote: »
    Hard to beat vim, but pycharm is the best IDE I've used, from the same guys as intellij.
    The way I see it, you can code by hitting a dead squirrel off the monitor if it works for you and doesn't make everyone else's life a misery. Just don't impose the dead squirrel methodology on people who work better using other methods, like hitting a dead hamster off the USB port.

    It's only when you're actually teaching students that the IDE/DDE/toolsInGeneral question has a different answer (namely, put away the dead rodents and learn using the most basic discrete tools possible; you can then use dead rodents afterwards and understand things far better because you've got a better foundation). But I don't think that holds if, say, you're an experienced C programmer who's looking to learn Python as a new skill. In that case, we're back to use whatever makes life easiest for you.

    And maybe get an air freshener, because dead rodents stink.


  • Moderators, Science, Health & Environment Moderators, Social & Fun Moderators, Society & Culture Moderators Posts: 60,119 Mod ✭✭✭✭Tar.Aldarion


    Must try out pycharm, looks nice and all I've been using is gedit and vi/m. And boy do I dislike vi/m.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 11,094 ✭✭✭✭28064212


    Sparks wrote: »
    The way I see it, you can code by hitting a dead squirrel off the monitor if it works for you and doesn't make everyone else's life a misery. Just don't impose the dead squirrel methodology on people who work better using other methods, like hitting a dead hamster off the USB port.
    As always there's a relevant XKCD:
    real_programmers.png

    Boardsie Enhancement Suite - a browser extension to make using Boards on desktop a better experience (includes full-width display, keyboard shortcuts, dark mode, and more). Now available through your browser's extension store.

    Firefox: https://addons.mozilla.org/addon/boardsie-enhancement-suite/

    Chrome/Edge/Opera: https://chromewebstore.google.com/detail/boardsie-enhancement-suit/bbgnmnfagihoohjkofdnofcfmkpdmmce



  • Registered Users, Registered Users 2 Posts: 40,038 ✭✭✭✭Sparks


    Heretic :D


Advertisement