Stani's Python Editor!

* A simple GUI that allows the saving of pens and pen settings It can be loaded as a python script from Blender. Don't bother with the installation instructions on the Pantograph homepage (like fiddling with your PYTHONPATH, as I wrote the following install script which takes care of everything (at least in Ubuntu Intrepid. Open a new text file with the name 'install_pantograph' and copy the following content inside: > #!/bin/bash > > #install most dependencies > > sudo apt-get install y python-ming python-cairo python-scipy > > #install Polygon (python bindings > > wget http://download.dezentral.de/soft/Python/Polygon/Polygon-1.17.tar.gz
> > gzip dc Polygon-1.17.tar.gz ar xf > > rm Polygon-1.17.tar.gz > > cd Polygon-1.17 >

Stani's Python Editor alternatives

  • Sublime Text

  • Sublime Text is a sophisticated text editor for code, html and prose - any kind of text file. You'll love the slick user interface and extraordinary features.

    tags: Portable autocompletion automatic-packaging automation code-completion
  • PyCharm Community Edition

  • Python IDE with refactoring, code completion, on-the-fly code analysis, graphical debugger, and coding productivity orientation. It can work with Git, Mercurial, CVS, Subversion, GitHub.

    tags: code-editor code-inspection completion debugger ide
  • IPython

  • IPython is an interactive shell for the Python programming language that offers enhanced introspection, additional shell syntax, syntax highlighting, tab completion and rich history. It is a component of the SciPy package.

    tags: python python-shell
  • Light Table

  • Light Table is a new interactive IDE that lets you modify running programs and embed anything from websites to games. It provides the real time feedback we need to not only answer questions about our code, but to understand how our programs really work.

    tags: ide programming web-development
  • IDLE

  • Default IDE which come installed with the Python programming language. It aims to be simple and intuitive, and is especially useful for programmers just learning Python. The editor has syntax highlighting, search features, class browsers, and runs Python scripts in a separate, protected process.

    tags: ide python python-ide
  • PyScripter

  • PyScripter is a free and open-source Python Integrated Development Environment (IDE) created with the ambition to become competitive in functionality with commercial Windows-based IDEs available for other languages. Being built in a compiled language is rather snappier than some of the other Python IDEs and provides an extensive blend of features that make it a productive Python development environment.

    tags: ide python python-ide
  • Keypress Editor

  • This is the editor you were looking for. Keypress is an offline, desktop based code editor.

    tags: code-editor coding developer-tools developers development
  • Pyzo

  • Pyzo is a cross-platform Python IDE focused on interactivity and introspection, which makes it very suitable for scientific computing. Its practical design is aimed at simplicity and efficiency. It consists of two main components, the editor and the shell, and uses a set of pluggable tools to help the programmer in various ways. Some example tools are source structure, project manager, interactive help, workspace.

    tags: ide python python-editor python-ide python-shell
  • Thonny

  • Python IDE for beginners. Its supports different ways of stepping through the code, step-by-step expression evaluation, detailed visualization of the call stack and a mode for explaining the concepts of references and heap

    tags: program-animation programming programming-tools python python-ide
  • Wing IDE

  • Wing IDE is a commercial IDE for Python. It has syntax highlighting, code completion via analysis of Python files, Django integration, networked debugging, and more. There is also some integration with version control systems, though this feature is far from perfect.

    tags: django ide python python-ide
  • gEcrit

  • gEcrit is a Python IDE. Its focus is on simplicity and ease of use. It is fast and lightweight. It features Python indentation, line numbers, code folding, syntax highlighting, shell access, code completion, a program runner, a source browser, indentation guides, a white space indicator, autosaving, an edge line, multiple tabs, printing, jumping to a specific line, word searching, word replacement, zooming undo/redo, pastebin.com code submission, Python syntax checking, the ability to change the indentation of many lines at once, autocompletiton, and bad brace checking. »

    tags: Portable ide programming python python-editor
  • WideStudio

  • WideStudio is an open source, Integrated Development Environment for desktop applications purely made in Japan. This enables you to develop GUI applications that can run on Windows95/98/Me/NT/2000/Xp, WindowsCE, Linux, FreeBSD, SOLARIS, MacOSX(w/X11), BTRON, T-Engine, mu-CLinux(wo/X11) in various programming languages such as C/C++, Java, Perl, Ruby, Python,Objective Caml Since an application is build on MWT(Multi-Platform Widget Toolkit) which runs on multiple platforms, WideStudio applications are all source compatible between these platforms. If you developped an application in C/C++ language, you only need to re-compile the source code to run on a different platform in as native code. »

    tags: Discontinued builder c-plus-plus cross-platform development