Tuesday, 16 October 2012

Installing PIP

\python\scripts\easy_install.exe pip

Now we can:
pip install package
 

Must have packages on python:

ActiveState Python, or the win32 python extensions – if you’re developing on win32, it will allow you to get at the native win32 API

PyGame – If you want to start game development on Python, that’s the tool for you. Even if you don’t, I found out I’ve used PyGame many times just for quick and dirty visualizations. 

ply – for most of your text parsing needs

PIL – Python Imaging Library is a very useful tool for working with images.
matplotlib - A numerical plotting library that provides production quality 2-D numerical plotting functionality
MySQL for Python - A pure Python binding for MySQL, allowing the user to integrate MySQL execution into any Python script.
PyQT -a popular Python binding of the cross-platform GUI toolkit Qt.
xlrd - Library for developers to extract data from Microsoft Excel spreadsheet files (also see xlwt)
RPy2 - RPy2 is a simple Python interface for R, able to execute any R function from within a Python script.
NetworkX - This tool is used for analyzing network data
SymPy - SymPy contains nearly all of the same functionality (algebraic evaluation, differentiation, expansion, complex numbers, etc.) as SimPy, but is contained in a pure Python distribution.
 sqlalchemy and sqlobject – your handy ORMs.


Interesting...

nltk – Natural Language Toolki

scapy – sniff packets programmatically

No comments:

Post a Comment