Skip to content

marslo/myIDLE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonIDLE

My Configurations about PythonIDLEs

IDLE:

Usage:

Linux:

  • Copy the .idlerc folder to $HOME folder
  • Re-start IDLE

Windows:

  • Copy the .idlerc folder to %HOMEPATH%
  • Re-start IDLE

Specific Shortcuts:

  • Ctrl + p: Previous history
  • Ctrl + n: Next history
  • Ctrl + a: Begin of the line
  • Ctrl + e: End of the line
  • Alt + d: Delete word right
  • Ctrl + w: Delete word left
  • Alt + p: Print page
  • Alt + n: New page
  • Ctrl + Shift + a: Select all

IPython

Installation

Linux(Ubuntu)

  • Mandatory
$ sudo apt-get install ipython
    Installed packages (automatic):
        python-configobj
        python-decorator
        python-simplegeneric
  • Optional
$ sudo apt-get install ipython-qfconsole  [Recommend]
    Installed packages (automatic):
        libpgm-5.1.0
        libzmq1
        python-pygments
        python-zmq
$ sudo apt-get install ipython-doc
$ sudo apt-get install notebook
$ sudo apt-get install python-matplotlib
$ sudo apt-get install python-numpy

Windows

  • Mandatory
IPython:      pip install ipython
PyReadline:   pip install pyreadline 
  • Optional
Pygments:     pip instal Pygments
PyQt:         http://sourceforge.net/projects/pyqt/ 
PySide        easy_install pyside

Configuration

Linux(Ubuntu)

  • Copy the style file to /usr/lib/python2.7/dist-packages/pygments/styles folder
  • Copy .config folder to $HOME/.config

Windows

  • Copy the Style file to $PYTHONHOME\Lib\site-packages\pygments\sytles folder.
    • For example: Copy marslo.py to C:\Python27\Lib\site-packages\pygments\styles
  • Copy the .ipython to %HOMEPATH%
    • For example: Copy the whole .ipython foler to C:\Users\<USERNAME> (Win7); C:\Documents and Settings\<USERNAME> (Windows XP)

Spyder2

Installation

  • Copy the .spyder2 folder to %HOMEPATH%
    • For example: Copy the whole .spyder2 foler to C:\Users\<USERNAME> (Win7); C:\Documents and Settings\<USERNAME> (Windows XP)
  • Restart the spyder

Screenshots

IDLE Screenshots:

IDLE1 IDLE2

IPython screenshots

  • $ ipython IPython
  • $ ipython qtconsole --IPythonWidget.font_size=12 --IPythonWidget.font_family=Monaco --color=linux --style=marslo IPython QTConsole
  • $ ipython qtconsole against Windows (Using shortcurts: qtconsole) Ipython_qtconsole_windows

Spyder

Spyder

About

My Configurations about PythonIDLEs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages