add Interactive Interpreter section
This commit is contained in:
		
							
								
								
									
										12
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								README.md
									
									
									
									
									
								
							@@ -7,6 +7,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
 | 
				
			|||||||
    - [Package Management](#package-management)
 | 
					    - [Package Management](#package-management)
 | 
				
			||||||
    - [Distribution](#distribution)
 | 
					    - [Distribution](#distribution)
 | 
				
			||||||
    - [Build Tools](#build-tools)
 | 
					    - [Build Tools](#build-tools)
 | 
				
			||||||
 | 
					    - [Interactive Interpreter](#interactive-interpreter)
 | 
				
			||||||
    - [Files](#files)
 | 
					    - [Files](#files)
 | 
				
			||||||
    - [Date and Time](#date-and-time)
 | 
					    - [Date and Time](#date-and-time)
 | 
				
			||||||
    - [Text Processing](#text-processing)
 | 
					    - [Text Processing](#text-processing)
 | 
				
			||||||
@@ -119,6 +120,13 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
 | 
				
			|||||||
* [PlatformIO](https://github.com/ivankravets/platformio) - A console tool to build code with different development platforms.
 | 
					* [PlatformIO](https://github.com/ivankravets/platformio) - A console tool to build code with different development platforms.
 | 
				
			||||||
* [BitBake](http://www.yoctoproject.org/docs/1.6/bitbake-user-manual/bitbake-user-manual.html) - A make-like build tool with the special focus of distributions and packages for embedded Linux.
 | 
					* [BitBake](http://www.yoctoproject.org/docs/1.6/bitbake-user-manual/bitbake-user-manual.html) - A make-like build tool with the special focus of distributions and packages for embedded Linux.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Interactive Interpreter
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					*Interactive Python interpreters.*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* [IPython](https://github.com/ipython/ipython) - IPython provides a rich toolkit to help you make the most out of using Python interactively.
 | 
				
			||||||
 | 
					* [bpython](http://bpython-interpreter.org) – A fancy interface to the Python interpreter for Linux, BSD, OS X and Windows (with some work).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Files
 | 
					## Files
 | 
				
			||||||
 | 
					
 | 
				
			||||||
*Libraries for file manipulation and MIME type detection.*
 | 
					*Libraries for file manipulation and MIME type detection.*
 | 
				
			||||||
@@ -883,13 +891,9 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
*Useful libraries or tools that don't fit in the categories above.*
 | 
					*Useful libraries or tools that don't fit in the categories above.*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* [IPython](https://github.com/ipython/ipython) - IPython provides a rich toolkit to help you make the most out of using Python interactively.
 | 
					 | 
				
			||||||
* [Python(x,y)](https://code.google.com/p/pythonxy/) -  Scientific-applications-oriented Python Distribution based on Qt and Spyder.
 | 
					 | 
				
			||||||
* [bpython](http://bpython-interpreter.org) – A fancy interface to the Python interpreter for Linux, BSD, OS X and Windows (with some work).
 | 
					 | 
				
			||||||
* [pluginbase](https://github.com/mitsuhiko/pluginbase) - A simple but flexible plugin system for Python.
 | 
					* [pluginbase](https://github.com/mitsuhiko/pluginbase) - A simple but flexible plugin system for Python.
 | 
				
			||||||
* [itsdangerous](https://github.com/mitsuhiko/itsdangerous) - Various helpers to pass trusted data to untrusted environments.
 | 
					* [itsdangerous](https://github.com/mitsuhiko/itsdangerous) - Various helpers to pass trusted data to untrusted environments.
 | 
				
			||||||
* [blinker](https://github.com/jek/blinker) - A fast Python in-process signal/event dispatching system.
 | 
					* [blinker](https://github.com/jek/blinker) - A fast Python in-process signal/event dispatching system.
 | 
				
			||||||
* [pythonlibs](http://www.lfd.uci.edu/~gohlke/pythonlibs/) - Unofficial Windows(32/64-bit) binaries for Python extension packages
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Editor Plugins
 | 
					## Editor Plugins
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user