omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    pythonista for windows?

    Pythonista
    6
    6
    11568
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • bent55
      bent55 last edited by

      Pythonista is awesome. It blows away any other ide for ANY language I've used... But when I'm only carrying around a laptop I'm stuck with notepad++ and hate going to the command prompt to test scripts, is there anything like Pythonista for windows?... Or better yet Pythonista for windows?

      1 Reply Last reply Reply Quote 0
      • ccc
        ccc last edited by

        Notepad++ is suboptimal. Check out other options https://wiki.python.org/moin/IntegratedDevelopmentEnvironments

        I don't do Windoze but the ones that I hear about are PyCharm and Komodo both of which have free versions.

        UPDATE: After checking them both out on the Mac, my recommendation is that you install the free PyCharm Community Edition and forget about Komodo.

        1 Reply Last reply Reply Quote 0
        • ngn
          ngn last edited by

          For IDE try spyder; for "everything" try pythonxy

          1 Reply Last reply Reply Quote 0
          • henryiii
            henryiii last edited by

            For "everything", I use anaconda for windows, it's free and has a lot of packages, and seems to be updated much more frequently than pythonXY (which I use to use). I still use spyder, though. It's about the best I've seen for an IDE for python, very MatLab like.

            1 Reply Last reply Reply Quote 0
            • Zoot
              Zoot last edited by

              Definitely anaconda for Windows. It includes everything you would like and is completely free and totally awesome. It comes with Spyder if you want a traditional programming environment IDE, but really these days for calculating or computing or general Python experimenting you should be using the iPython Notebook interface.

              http://ipython.org/notebook.html

              Also take a look at the examples at:

              http://nbviewer.ipython.org/

              to see some of the kinds of computation you can perform using the full SciPy environment using the Notebook system. These days Python as a language is as nothing compared to the power of the whole tool stack traditionally associated with SciPy plus things like SQL Alchemy to get at databases, etc., all of which comes with anaconda.

              Z.

              1 Reply Last reply Reply Quote 0
              • roosterboy197
                roosterboy197 last edited by

                I like PyScripter on Windows.

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post
                Powered by NodeBB Forums | Contributors