python3.3可用开发包

为什么80%的码农都做不了架构师?>>>   hot3.png

Python 3.3

alembic 0.6.2 A database migration tool for SQLAlchemy.
argparse 1.2.1 Python command-line parsing library
beautifulsoup4 4.3.2 Screen-scraping library
bottle 0.11.6 Fast and simple WSGI-framework for small web-applications.
Chameleon 2.11 Fast HTML/XML Template Compiler.
command-not-found 0.3
cssselect 0.8 cssselect parses CSS3 Selectors and translates them to XPath 1.0
Cython 0.19.1 The Cython compiler for writing C extensions for the Python language.
dataset 0.4.0 Toolkit for Python-based data processing.
decorator 3.4.0 Better living through Python with decorators
Django 1.6 A high-level Python Web framework that encourages rapid development and clean, pragmatic design.
docutils 0.10 Docutils -- Python Documentation Utilities
feedparser 5.1.3 Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds
Flask 0.10.1 A microframework based on Werkzeug, Jinja2 and good intentions
Flask-HTTPAuth 2.2.0 Basic and Digest HTTP authentication for Flask routes
futures 2.1.3 Backport of the concurrent.futures package from Python 3.2
gmpy 1.16 GMP or MPIR interface to Python 2.4+ and 3.x
httplib2 0.8 A comprehensive HTTP client library.
ipython 1.0.0 IPython: Productive Interactive Computing
isodate 0.4.9 An ISO 8601 date/time/duration parser and formater
itsdangerous 0.23 Various helpers to pass trusted data to untrusted environments and back.
Jinja2 2.7.1 A small but fast and easy to use stand-alone template engine written in pure python.
language-selector 0.1
lxml 3.2.3 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
Mako 0.8.1 A super-fast templating language that borrows the best ideas from the existing templating languages.
marisa-trie 0.5.1 Static memory-efficient & fast Trie-like structures for Python (based on marisa-trie C++ library)
MarkupSafe 0.18 Implements a XML/HTML/XHTML Markup safe string for Python
matplotlib 1.3.1 Python plotting package
mock 1.0.1 A Python Mocking and Patching Library for Testing
mysql-connector-python 1.1.4 MySQL driver written in Python
networkx 1.7 Python package for creating and manipulating graphs and networks
nose 1.3.0 nose extends unittest to make testing easier
numpy 1.8.0 NumPy: array processing for numbers, strings, records, and objects.
openpyxl 1.6.2 A Python library to read/write Excel 2007 xlsx/xlsm files
pandas 0.12.0 Powerful data structures for data analysis, time series,and statistics
PasteDeploy 1.5.0 Load, configure, and compose WSGI applications and servers
pep8 1.4.5 Python style guide checker
psutil 1.2.1 A process and system utilities module for Python
psycopg2 2.5 Python-PostgreSQL Database Adapter
pudb 2013.3.2 A full-screen, console-based Python debugger
pycrypto 2.6 Cryptographic modules for Python.
pyDatalog 0.13.0 A pure-python implementation of Datalog, a truly declarative language derived from prolog. Run logic queries on databases or python objects, and use logic clauses to define python classes.
pyenchant 1.6.5 Python bindings for the Enchant spellchecking system
pyfits 3.1.2 Reads FITS images and tables into numpy arrays and manipulates FITS headers
pyflakes3k 0.4.3 passive checker of Python programs (py3k port)
pygal 1.2.1 A python svg graph plotting library
Pygments 1.6 Pygments is a syntax highlighting package written in Python.
pygobject 3.10.0
pymongo 2.5.2 Python driver for MongoDB
pyparsing 2.0.1 Python parsing module
pyquery 1.2.4 A jquery-like library for python
pyramid 1.4.2 The Pyramid web application development framework, a Pylons project
python-apt 0.8.9.1ubuntu1 Python bindings for libapt.
python-dateutil 2.2 Extensions to the standard Python datetime module
python-slugify 0.0.7 A Python slugify application that handles unicode
pytz 2013.9 World timezone definitions, modern and historical
PyYAML 3.10 YAML parser and emitter for Python
pyzmq 13.1.0 Python bindings for 0MQ
rdflib 4.0.1 RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.
redis 2.8.0 Python client for Redis key-value store
repoze.lru 0.6 A tiny LRU cache implementation and decorator
requests 2.2.0 Python HTTP for Humans.
requests-cache 0.4.4 Persistent cache for requests library
rpy2 2.3.6 Python interface to the R language (embedded R)
scikits-image 0.7.1 Image processing routines for SciPy
scipy 0.13.3 SciPy: Scientific Library for Python
six 1.3.0 Python 2 and 3 compatibility utilities
South 0.8.4 South: Migrations for Django
SQLAlchemy 0.9.1 Database Abstraction Library
stevedore 0.9 Manage dynamic plugins for Python applications
stripe 1.11.0 Stripe python bindings
sympy 0.7.3 Computer algebra system (CAS) in Python
tornado 3.0.2 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
translationstring 1.1 Utility library for i18n relied on by various Repoze and Pyramid packages
twitter 1.9.4 An API and command-line toolset for Twitter (twitter.com)
unattended-upgrades 0.1
Unidecode 0.04.14 ASCII transliterations of Unicode text
urwid 1.1.1 A full-featured console (xterm et al.) user interface library
venusian 1.0a8 A library for deferring decorator actions
virtualenv 1.9.1 Virtual Python Environment builder
virtualenv-clone 0.2.4 script to clone virtualenvs.
virtualenvwrapper 4.0 Enhancements to virtualenv
WebOb 1.2.3 WSGI request and response object
Werkzeug 0.9.4 The Swiss Army knife of Python web development
zope.deprecation 4.0.2 Zope Deprecation Infrastructure
zope.interface 4.0.5 Interfaces for Python

来源

Installing matplotlibfor Python 3 on Ubuntu 12.04:
$ sudo apt-get build-dep python-matplotlib
$ sudo apt-get install python3-dev
$ wget https://github.com/matplotlib/matplotlib/zipball/master 
$ unzip master
$ cd matplotlib-matplotlib-bb3ea55
$ sudo python3 setup.py build
$ sudo python3 setup.py install
The current version of matplotlib on PyPI (v 1.1.1) is not Python 3 ready. The above commands use the current development version available from github and build the package from source.


转载于:https://my.oschina.net/lfxu/blog/334929

你可能感兴趣的:(python3.3可用开发包)