- 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.097 Beautiful soup (Python)
- 0.094 Python/Beautiful soup
- 0.082 Python/Style
- 0.053 Python/Bokeh
- 0.050 Python/Vincent
- 0.046 Python/Flask
- 0.044 Python/Packaging
- 0.042 Python/statsmodels
- 0.041 Python/Black
- 0.038 Python/CLI
- More suggestions...