- http://pythonpackages.com/ - What is your favorite Python package?
- perky:파이썬 모듈 관광 1회: ezpyinline
- pip
Table of Contents
Database #
- SQLAlchemy
- atbr - large-scale in-memory key-value pair store for Python
Debugging #
- https://pypi.python.org/pypi/ipdb : a tool for injecting an IPython shell in the middle of an execution.
Usage:
#!python
import ipdb
...
ipdb.set_trace()
...
Documentation #
Date, Time, timestamps #
File system #
- http://packages.python.org/watchdog/ - monitor file system events. can be used for automatic testing
Debugging and Profiling #
Option parser #
- [https://github.com/halst/docopt] - generating option parser from the docstring.
Science, Data analysis, and Machine learning #
- Machine Learning Libraries in Python
- http://fonnesbeck.github.com/ScipySuperpack/ - numpy + scipy + matplotlib + ipython + pandas + pyMC
- SciPy numpy
- Python/Pandas
- StatsModel
- Orange (python)
- http://pybrain.org/
- scikit-learn
- mlpy
- pyml
- Shogun - A Large Scale Machine Learning Toolbox
- Modular toolkit for data processing
- MILK: MACHINE LEARNING TOOLKIT
plotting #
Parallel computing #
Social media #
Location data #
Web mining #
Web application framework #
Etc #
- DendroPy - Python library for phylogenetic computing.
Testing #
- Python/nose
- Tox - http://tox.readthedocs.org/en/latest/index.html
- attest - Modern Test Automation for Python
Etc #
Incoming Links #
Related Articles (Article 0) #
Suggested Pages #
- 0.085 Python/Sphinx
- 0.069 Python/Beautiful soup
- 0.063 Beautiful soup (Python)
- 0.054 Python/Ray
- 0.052 Python/Packaging
- 0.051 Python/Black
- 0.049 Python/Debugging
- 0.048 Python/Bokeh
- 0.048 Python/Visualization
- 0.042 Information visualization
- More suggestions...