How can I upgrade Python from 2.6 to 2.7 on osx? Visit this website and download the latest version for OS X (2.7.9 or 3.4.2) that you want. Python 2 7 free download - WinZip Mac, Free Mac 3D Video Converter Pro, and many more programs.
- Join Stack Overflow to learn, share knowledge, and build your career.
- Download matplotlib for Mac 2.1.0 for Mac. Fast downloads of the latest free software!
Python 2.7.3
Note: A newer bugfix release, 2.7.4, is currently available. Its use is recommended over previous versionsof 2.7.
Python 2.7.3 was released on April 9, 2012. 2.7.3 includes fixes for severalreported security issues in 2.7.2: issue 13703 (oCERT-2011-003, hashcollision denial of service), issue 14234 (CVE-2012-0876, hash tablecollisions CPU usage DoS in the expat library), issue 14001 (CVE-2012-0845,SimpleXMLRPCServer denial of service), and issue 13885 (CVE-2011-3389,disabling of the CBC IV attack countermeasure in the _ssl module).
The Python 2.7 series is scheduled to be the last major version in the 2.xseries before 2.x moves into an extended maintenance period. The 2.7 seriescontains many of the features that were first released in Python 3.1.Improvements in this release include:
- An ordered dictionary type
- New unittest features including test skipping, new assert methods, and testdiscovery
- A much faster io module
- Automatic numbering of fields in the str.format() method
- Float repr improvements backported from 3.x
- Tile support for Tkinter
- A backport of the memoryview object from 3.x
- Set literals
- Set and dictionary comprehensions
- Dictionary views
- New syntax for nested with statements
- The sysconfig module
See these resources for further information:
- Change log for this release.
- Report bugs at http://bugs.python.org.
- Help fund Python and its community.
Download
This is a production release. Please report any bugsyou encounter.
We currently support these formats for download:
- Mac OS X 64-bit/32-bit x86-64/i386 Installer (2.7.3) for Mac OS X 10.6 and 10.7[2](sig).[You may need an updated Tcl/Tk install to run IDLE or use Tkinter,see note 2 for instructions.]
- Mac OS X 32-bit i386/PPC Installer (2.7.3) for Mac OS X 10.3 through 10.6[2](sig).
The source tarballs are signed with Benjamin Peterson's key (fingerprint: 12EF3DC3 8047 DA38 2D18 A5B9 99CD EA9D A413 5B38). The Windows installer was signedby Martin von Löwis' public key, which has a key id of 7D9DC8D2. The Macinstallers were signed with Ned Deily's key, which has a key id of 6F5E1540.The public keys are located on the download page.
MD5 checksums and sizes of the released files:
[1] | (1, 2) The binaries for AMD64 will also work on processors that implement the Intel 64 architecture (formerly EM64T), i.e. the architecture that Microsoft calls x64, and AMD called x86-64 before calling it AMD64. They will not work on Intel Itanium Processors (formerly IA-64). |
[2] | (1, 2) There is important information about IDLE, Tkinter, and Tcl/Tk on Mac OSX here. Also, on Mac OS X 10.6, if you need tobuild C extension modules with the 32-bit-only Python installed, you willneed Apple Xcode 3, not 4. The 64-bit/32-bit Python can use eitherXcode 3 or Xcode 4. |
See also What’snew.
Files
Biopython 1.78
- biopython-1.78.tar.gz16Mb – Source Tarball
- biopython-1.78.zip17Mb – Source Zip File
Installation Instructions
All supported versions of Python include the Python package managementtool pip
, which allows an easy installation from the command line onall platforms. Try:
For updating an older version of Biopython try:
This will remove older versions of Biopython and NumPy before it installsthe recent versions.
Should you wish to uninstall Biopython:
If pip is not already installed you may need to update your Python, but first try:
If you need to install under a specific version of Python, try somethinglike this:
On Windows, by default python
and pip
are not on the PATH
.You can re-install Python and tick this option, or give the full path instead.Try something like this, depending on where your copy of Python is installed:
Other packages
While we generally recommend using pip
to install Biopython usingthe wheel packages we provide on PyPI (as above), there are alsoBiopython packages for Conda, Linux, etc.
Installation from Source
Installation from source requires an appropriate C compiler, for exampleGCC on Linux, and MSVC on Windows.For Mac OS X, or as it is now branded, macOS, if you want tocompile Biopython from source you will need to have installed Apple’scommand line tools, which can de done with the terminal command:
This will offer to install Apple’s XCode development suite - you can, butit is not needed and takes a lot of disk space.
You can then download and unzip a Biopython source code release, or getour code from GitHub. Then run:
or:
If you are still stuck, sign up to the Biopython mailinglist and ask for help there.
Required Software
- Python 3.6, 3.7 or 3.8 or PyPy,including the Python development header files like
python.h
- C compiler (if compiling fromsource) Youneed a C compiler supported by
setuptools
, gcc will work fine onUNIX-like platforms. This is not needed on Windows if using thecompiled packages provided. On Mac OS, you should installApple’s the compiler tools as described above. - NumPy (Numerical Python).
Optional Software
Some parts of Biopython use the following additional python libraries:
- ReportLab – used for pdfgraphics code
- psycopg – used forBioSQL with a PostgreSQL database
- mysql-connector– used for BioSQL with a MySQL database
- MySQLdb – Analternative MySQL library used by BioSQL
Free Download Python 2.7 For Mac Windows 10
In addition Biopython includes wrapper code for calling a number ofthird party command line tools including:
- Wise2 – for command line tool dnal
- NCBI StandaloneBLAST – commandline tool for running BLAST on your local machine
- Clustalw –command line tool for building sequence alignments
- SIMCOAL2 andFDist – commandline tools for population genetics
- EMBOSS – lots of useful commandline tools.
Recent releases of Biopython require NumPy (and not Numeric). Version 1.76 is the last release to support Python 2.7 and 3.5, all later releases require Python 3.6 or greater:
- biopython-1.77.tar.gz16Mb – Source Tarball
- biopython-1.77.zip17Mb – Source Zip File
- biopython-1.76.tar.gz16Mb – Source Tarball
- biopython-1.75.zip17Mb – Source Zip File
- biopython-1.75.tar.gz16Mb – Source Tarball
- biopython-1.75.zip17Mb – Source Zip File
- biopython-1.74.tar.gz16Mb – Source Tarball
- biopython-1.74.zip17Mb – Source Zip File
- biopython-1.73.tar.gz15Mb – Source Tarball (18 December 2018)
- biopython-1.73.zip17Mb – Source Zip File
- biopython-1.72.tar.gz16Mb – Source Tarball (27 June 2018)
- biopython-1.72.zip17Mb – Source Zip File
- biopython-1.71.tar.gz16Mb – Source Tarball (4 April 2018)
- biopython-1.71.zip17Mb – Source Zip File
- biopython-1.70.tar.gz15Mb – Source Tarball (11 July 2017)
- biopython-1.70.zip16Mb – Source Zip File
- biopython-1.69.tar.gz15Mb – Source Tarball (7 April 2017)
- biopython-1.69.zip16Mb – Source Zip File
- biopython-1.69.win32-py2.7.exe2Mb – 32 bit Windows .exe Installer for Python 2.7 and NumPy 1.11.0
- biopython-1.69.win32-py2.7.msi2Mb – 32 bit Windows .msi Installer for Python 2.7 and NumPy 1.11.0
- biopython-1.69.win32-py3.3.exe2Mb – 32 bit Windows .exe Installer for Python 3.3 and NumPy 1.10.2
- biopython-1.69.win32-py3.3.msi2Mb – 32 bit Windows .msi Installer for Python 3.3 and NumPy 1.10.2
- biopython-1.69.win32-py3.4.exe2Mb – 32 bit Windows .exe Installer for Python 3.4 and NumPy 1.11.0
- biopython-1.69.win32-py3.4.msi2Mb – 32 bit Windows .msi Installer for Python 3.4 and NumPy 1.11.0
- biopython-1.69.win32-py3.5.exe3Mb – 32 bit Windows .exe Installer for Python 3.5 and NumPy 1.11.1
- biopython-1.69.win32-py3.5.msi3Mb – 32 bit Windows .msi Installer for Python 3.5 and NumPy 1.11.1
- biopython-1.69.win32-py3.6.exe2Mb – 32 bit Windows .exe Installer for Python 3.6 and NumPy 1.11.3
- biopython-1.69.win32-py3.6.msi2Mb – 32 bit Windows .msi Installer for Python 3.6 and NumPy 1.11.3
- biopython-1.68.tar.gz14Mb – Source Tarball (26 August 2016)
- biopython-1.68.zip15Mb – Source Zip File
- biopython-1.68.win32-py2.6.exe2Mb – 32 bit Windows .exe Installer for Python 2.6 and NumPy 1.8.2
- biopython-1.68.win32-py2.7.exe2Mb – 32 bit Windows .exe Installer for Python 2.7 and NumPy 1.11.0
- biopython-1.68.win32-py2.7.msi2Mb – 32 bit Windows .msi Installer for Python 2.7 and NumPy 1.11.0
- biopython-1.68.win32-py3.3.exe2Mb – 32 bit Windows .exe Installer for Python 3.3 and NumPy 1.10.2
- biopython-1.68.win32-py3.3.msi2Mb – 32 bit Windows .msi Installer for Python 3.3 and NumPy 1.10.2
- biopython-1.68.win32-py3.4.exe2Mb – 32 bit Windows .exe Installer for Python 3.4 and NumPy 1.11.0
- biopython-1.68.win32-py3.4.msi2Mb – 32 bit Windows .msi Installer for Python 3.4 and NumPy 1.11.0
- biopython-1.68.win32-py3.5.exe2Mb – 32 bit Windows .exe Installer for Python 3.5 and NumPy 1.11.1
- biopython-1.68.win32-py3.5.msi2Mb – 32 bit Windows .msi Installer for Python 3.5 and NumPy 1.11.1
- biopython-1.67.tar.gz14Mb – Source Tarball (8 June 2016)
- biopython-1.67.zip15Mb – Source Zip File
- biopython-1.67.win32-py2.6.exe2Mb – 32 bit Windows .exe Installer for Python 2.6 and NumPy 1.8.2
- biopython-1.67.win32-py2.6.msi2Mb – 32 bit Windows .msi Installer for Python 2.6 and NumPy 1.8.2
- biopython-1.67.win32-py2.7.exe2Mb – 32 bit Windows .exe Installer for Python 2.7 and NumPy 1.9.1
- biopython-1.67.win32-py2.7.msi2Mb – 32 bit Windows .exe Installer for Python 2.7 and NumPy 1.9.1
- biopython-1.67.win32-py3.3.exe2Mb – 32 bit Windows .exe Installer for Python 3.3 and NumPy 1.9.1
- biopython-1.67.win32-py3.3.msi2Mb – 32 bit Windows .exe Installer for Python 3.3 and NumPy 1.9.1
- biopython-1.67.win32-py3.4.exe2Mb – 32 bit Windows .exe Installer for Python 3.4 and NumPy 1.9.1
- biopython-1.67.win32-py3.4.msi2Mb – 32 bit Windows .msi Installer for Python 3.4 and NumPy 1.9.1
- biopython-1.67.win32-py3.5.exe2Mb – 32 bit Windows .exe Installer for Python 3.4 and NumPy 1.9.3
- biopython-1.67.win32-py3.5.msi2Mb – 32 bit Windows .msi Installer for Python 3.4 and NumPy 1.9.3
- biopython-1.66.tar.gz14Mb – Source Tarball (21 October 2015)
- biopython-1.66.zip15Mb – Source Zip File
- biopython-1.66.win32-py2.6.exe2Mb – 32 bit Windows .exe Installer for Python 2.6 and NumPy 1.8.2
- biopython-1.66.win32-py2.7.exe2Mb – 32 bit Windows .exe Installer for Python 2.7 and NumPy 1.9.1
- biopython-1.66.win32-py3.3.exe2Mb – 32 bit Windows .exe Installer for Python 3.3 and NumPy 1.9.1
- biopython-1.66.win32-py3.4.exe2Mb – 32 bit Windows .exe Installer for Python 3.4 and NumPy 1.9.1
- biopython-1.66.win32-py3.5.exe2Mb – 32 bit Windows .exe Installer for Python 3.5
- biopython-1.66.win32-py3.5.msi2Mb – 32 bit Windows .msi Installer for Python 3.5
- biopython-1.65.tar.gz13Mb – Source Tarball (17 December 2014)
- biopython-1.65.zip14Mb – Source Zip File
- biopython-1.65.win32-py2.6.exe2Mb – 32 bit Windows Installer for Python 2.6 and NumPy 1.8.2
- biopython-1.65.win32-py2.7.exe2Mb – 32 bit Windows Installer for Python 2.7 and NumPy 1.9.1
- biopython-1.65.win32-py3.3.exe2Mb – 32 bit Windows Installer for Python 3.3 and NumPy 1.9.1
- biopython-1.65.win32-py3.4.exe2Mb – 32 bit Windows Installer for Python 3.4 and NumPy 1.9.1
- biopython-1.64.tar.gz12Mb – Source Tarball (29 May 2014)
- biopython-1.64.zip13Mb – Source Zip File
- biopython-1.64.win32-py2.6.exe2Mb – 32 bit Windows Installer for Python 2.6 and NumPy 1.8.1
- biopython-1.64.win32-py2.7.exe2Mb – 32 bit Windows Installer for Python 2.7 and NumPy 1.8.1
- biopython-1.64.win32-py3.3.exe2Mb – 32 bit Windows Installer for Python 3.3 and NumPy 1.8.1
- biopython-1.64.win32-py3.4.exe2Mb – 32 bit Windows Installer for Python 3.4 and NumPy 1.8.1
- biopython-1.63.tar.gz11Mb – Source Tarball (6 December 2013)
- biopython-1.63.zip12Mb – Source Zip File
- biopython-1.63.win32-py2.6.exe2Mb – 32 bit Windows Installer for Python 2.6 and NumPy 1.7
- biopython-1.63.win32-py2.7.exe2Mb – 32 bit Windows Installer for Python 2.7 and NumPy 1.7
- biopython-1.63.win32-py3.3.exe2Mb – 32 bit Windows Installer for Python 3.3 and NumPy 1.7
- biopython-1.63b.tar.gz11,123 Kb – Source Tarball (beta release, 12 November 2013)
- biopython-1.63b.zip12,111 Kb – Source Zip File
- biopython-1.63b.win32-py2.6.exe1,877 Kb – 32 bit Windows Installer for Python 2.6 and NumPy 1.7
- biopython-1.63b.win32-py2.7.exe2,003 Kb – 32 bit Windows Installer for Python 2.7 and NumPy 1.7
- biopython-1.63b.win32-py3.3.exe2,005 Kb – 32 bit Windows Installer for Python 3.3 and NumPy 1.7
- biopython-1.62.tar.gz11,123 Kb – Source Tarball (28 August 2013)
- biopython-1.62.zip12,111 Kb – Source Zip File
- biopython-1.62.win32-py2.5.exe1,852 Kb – 32 bit Windows Installer for Python 2.5 and NumPy 1.1
- biopython-1.62.win32-py2.6.exe1,877 Kb – 32 bit Windows Installer for Python 2.6 and NumPy 1.3
- biopython-1.62.win32-py2.7.exe2,003 Kb – 32 bit Windows Installer for Python 2.7 and NumPy 1.5
- biopython-1.62.win32-py3.3.exe2,005 Kb – 32 bit Windows Installer for Python 3.3 and NumPy 1.7
- biopython-1.62b.tar.gz10,658 Kb – Source Tarball (beta release, 15 July 2013)
- biopython-1.62b.zip11,607 Kb – Source Zip File
- biopython-1.62b.win32-py2.5.exe1,661 Kb – 32 bit Windows Installer for Python 2.5 and NumPy 1.1
- biopython-1.62b.win32-py2.6.exe1,686 Kb – 32 bit Windows Installer for Python 2.6 and NumPy 1.3
- biopython-1.62b.win32-py2.7.exe1,813 Kb – 32 bit Windows Installer for Python 2.7 and NumPy 1.5
- biopython-1.62b.win32-py3.3.exe1,814 Kb – 32 bit Windows Installer for Python 3.3 and NumPy 1.7
- biopython-1.61.tar.gz10,311 Kb – Source Tarball (5 February 2013)
- biopython-1.61.zip11,198 Kb – Source Zip File
- biopython-1.61.win32-py2.5.exe1,612 Kb – 32 bit Windows Installer for Python 2.5 and NumPy 1.1
- biopython-1.61.win32-py2.6.exe1,637 Kb – 32 bit Windows Installer for Python 2.6 and NumPy 1.3
- biopython-1.61.win32-py2.7.exe1,764 Kb – 32 bit Windows Installer for Python 2.7 and NumPy 1.5
- biopython-1.61.win32-py3.2-beta.exe1,757 Kb – 32 bit Windows Installer for Python 3.2 and NumPy 1.5(beta status for testing)
- biopython-1.61.win32-py3.3-beta.exe1,750 Kb – 32 bit Windows Installer for Python 3.3 and NumPy 1.7(beta status for testing)
- biopython-1.60.tar.gz9,280 Kb – Source Tarball (25 June 2012)
- biopython-1.60.zip10,051 Kb – Source Zip File
- biopython-1.60.win32-py2.5.exe1,469 Kb – 32 bit Windows Installer for Python 2.5 and NumPy 1.1
- biopython-1.60.win32-py2.6.exe1,492 Kb – 32 bit Windows Installer for Python 2.6 and NumPy 1.3
- biopython-1.60.win32-py2.7.exe1,1618 Kb – 32 bit Windows Installer for Python 2.7 and NumPy 1.5
- biopython-1.60.win32-py3.2-beta.exe1,611 Kb – 32 bit Windows Installer for Python 3.2 and NumPy 1.5(beta status for testing)
- biopython-1.59.tar.gz8,377 Kb – Source Tarball (24 February 2012)
- biopython-1.59.zip9,127 Kb – Source Zip File
- biopython-1.59.win32-py2.5.exe1,440 Kb – 32 bit Windows Installer for Python 2.5 and NumPy 1.1
- biopython-1.59.win32-py2.6.exe1,463 Kb – 32 bit Windows Installer for Python 2.6 and NumPy 1.3
- biopython-1.59.win32-py2.7.exe1,590 Kb – 32 bit Windows Installer for Python 2.7 and NumPy 1.5
- biopython-1.58.tar.gz7,847 Kb – Source Tarball (18 August 2011)
- biopython-1.58.zip8,474 Kb – Source Zip File
- biopython-1.58.win32-py2.4-unsupported.exe1,427 Kb – 32 bit Windows Installer for Python 2.4 (which we nolonger officially support) and NumPy 1.1
- biopython-1.58.win32-py2.5.exe1,428 Kb – 32 bit Windows Installer for Python 2.5 and NumPy 1.1
- biopython-1.58.win32-py2.6.exe1,450 Kb – 32 bit Windows Installer for Python 2.6 and NumPy 1.3
- biopython-1.58.win32-py2.7.exe1,577 Kb – 32 bit Windows Installer for Python 2.7 and NumPy 1.5
- biopython-1.57.tar.gz6,783 Kb – Source Tarball (2 April 2011)
- biopython-1.57.zip7,446 Kb – Source Zip File
- biopython-1.57.win32-py2.4-unsupported.exe1,405 Kb – 32 bit Windows Installer for Python 2.4 (which we nolonger officially support) and NumPy 1.1
- biopython-1.57.win32-py2.5.exe1,405 Kb – 32 bit Windows Installer for Python 2.5 and NumPy 1.1
- biopython-1.57.win32-py2.6.exe1,428 Kb – 32 bit Windows Installer for Python 2.6 and NumPy 1.3
- biopython-1.57.win32-py2.7.exe1,555 Kb – 32 bit Windows Installer for Python 2.7 and NumPy 1.5
- biopython-1.56.tar.gz6,778 Kb – Source Tarball (26 November 2010)
- biopython-1.56.zip7,347 Kb – Source Zip File
- biopython-1.56.win32-py2.4.exe1,429 Kb – 32 bit Windows Installer for Python 2.4 and NumPy 1.1
- biopython-1.56.win32-py2.5.exe1,429 Kb – 32 bit Windows Installer for Python 2.5 and NumPy 1.1
- biopython-1.56.win32-py2.6.exe1,451 Kb – 32 bit Windows Installer for Python 2.6 and NumPy 1.3
- biopython-1.56.win32-py2.7.exe1,578 Kb – 32 bit Windows Installer for Python 2.7 and NumPy 1.5
- biopython-1.55.tar.gz6,493 Kb – Source Tarball (31 August 2010)
- biopython-1.55.zip7,058 Kb – Source Zip File
- biopython-1.55.win32-py2.4.exe1,448 Kb – 32 bit Windows Installer for Python 2.4 and NumPy 1.1
- biopython-1.55.win32-py2.5.exe1,449 Kb – 32 bit Windows Installer for Python 2.5 and NumPy 1.1
- biopython-1.55.win32-py2.6.exe1,471 Kb – 32 bit Windows Installer for Python 2.6 and NumPy 1.3
- biopython-1.55.win32-py2.7.exe1,598 Kb – 32 bit Windows Installer for Python 2.7 and NumPy 1.5
- biopython-1.55b.tar.gz6,428 Kb – Source Tarball (August 18, 2010)
- biopython-1.55b.zip6,996 Kb – Source Zip File
- biopython-1.55b.win32-py2.4.exe1,451 Kb – 32 bit Windows Installer for Python 2.4 and NumPy 1.1
- biopython-1.55b.win32-py2.5.exe1,451 Kb – 32 bit Windows Installer for Python 2.5 and NumPy 1.1
- biopython-1.55b.win32-py2.6.exe1,474 Kb – 32 bit Windows Installer for Python 2.6 and NumPy 1.3
- biopython-1.54.tar.gz6,295 Kb – Source Tarball (May 20, 2010)
- biopython-1.54.zip6,859 Kb – Source Zip File
- biopython-1.54.win32-py2.4.exe1,434 Kb – 32 bit Windows Installer for Python 2.4 and NumPy 1.1
- biopython-1.54.win32-py2.5.exe1,434 Kb – 32 bit Windows Installer for Python 2.5 and NumPy 1.1
- biopython-1.54.win32-py2.6.exe1,457 Kb – 32 bit Windows Installer for Python 2.6 and NumPy 1.3
- biopython-1.54b.tar.gz6,554 Kb – Source Tarball (April 2, 2010)
- biopython-1.54b.zip7,118 Kb – Source Zip File
- biopython-1.54b.win32-py2.4.exe1,426 Kb – 32 bit Windows Installer for Python 2.4 and NumPy 1.1
- biopython-1.54b.win32-py2.5.exe1,427 Kb – 32 bit Windows Installer for Python 2.5 and NumPy 1.1
- biopython-1.54b.win32-py2.6.exe1,456 Kb – 32 bit Windows Installer for Python 2.6 and NumPy 1.3
- biopython-1.53.tar.gz4,185 Kb – Source Tarball (December 15, 2009)
- biopython-1.53.zip4,652 Kb – Source Zip File
- biopython-1.53.win32-py2.4.exe1,129 Kb – 32 bit Windows Installer for Python 2.4 and NumPy 1.1
- biopython-1.53.win32-py2.5.exe1,130 Kb – 32 bit Windows Installer for Python 2.5 and NumPy 1.1
- biopython-1.53.win32-py2.6.exe1,155 Kb – 32 bit Windows Installer for Python 2.6 and NumPy 1.3
- biopython-1.52.tar.gz5,486 Kb – Source Tarball (September 22, 2009)
- biopython-1.52.zip5,930 Kb – Source Zip File
- biopython-1.52.win32-py2.4.exe1,107 Kb – 32 bit Windows Installer for Python 2.4 and NumPy 1.1
- biopython-1.52.win32-py2.5.exe1,108 Kb – 32 bit Windows Installer for Python 2.5 and NumPy 1.1
- biopython-1.52.win32-py2.6.exe1,147 Kb – 32 bit Windows Installer for Python 2.6 and NumPy 1.3
- biopython-1.51.tar.gz5,428 Kb – Source Tarball (August 17, 2009)
- biopython-1.51.zip5,922 Kb – Source Zip File
- biopython-1.51.win32-py2.4.exe1,166 Kb – Windows Installer for Python 2.4 and NumPy 1.1
- biopython-1.51.win32-py2.5.exe1,167 Kb – Windows Installer for Python 2.5 and NumPy 1.1
- biopython-1.51.win32-py2.6.exe1,206 Kb – Windows Installer for Python 2.6 and NumPy 1.3
- biopython-1.51b.tar.gz5,172 Kb – Source Tarball (June 23, 2009)
- biopython-1.51b.zip5,605 Kb – Source Zip File
- biopython-1.51b.win32-py2.4.exe1,161 Kb – Windows Installer for Python 2.4 and NumPy 1.1
- biopython-1.51b.win32-py2.5.exe1,161 Kb – Windows Installer for Python 2.5 and NumPy 1.1
- biopython-1.51b.win32-py2.6.exe1,199 Kb – Windows Installer for Python 2.6 and NumPy 1.3
- biopython-1.50.tar.gz4,550 Kb – Source Tarball (April 20, 2009)
- biopython-1.50.zip4,988 Kb – Source Zip File
- biopython-1.50.win32-py2.3.exe1,228 Kb – Windows Installer for Python 2.3 and NumPy 1.1
- biopython-1.50.win32-py2.4.exe1,232 Kb – Windows Installer for Python 2.4 and NumPy 1.1
- biopython-1.50.win32-py2.5.exe1,232 Kb – Windows Installer for Python 2.5 and NumPy 1.1
- biopython-1.50.win32-py2.6.exe1,270 Kb – Windows Installer for Python 2.6 and NumPy 1.3
- biopython-1.50b.tar.gz4,788 Kb (April 3, 2009)
- biopython-1.50b.zip5,250 Kb
- biopython-1.50b.win32-py2.3.exe1,226 Kb – Windows Installer for Python 2.3 and NumPy 1.1
- biopython-1.50b.win32-py2.4.exe1,230 Kb – Windows Installer for Python 2.4 and NumPy 1.1
- biopython-1.50b.win32-py2.5.exe1,230 Kb – Windows Installer for Python 2.5 and NumPy 1.1
- biopython-1.50b.win32-py2.6.exe1,268 Kb – Windows Installer for Python 2.6 and NumPy 1.3
- biopython-1.49.tar.gz4,052 Kb (November 21, 2008)
- biopython-1.49.zip4,498 Kb
- biopython-1.49.win32-py2.3.exe1,111 Kb – Windows Installer for Python 2.3 and NumPy 1.1
- biopython-1.49.win32-py2.4.exe1,115 Kb – Windows Installer for Python 2.4 and NumPy 1.1
- biopython-1.49.win32-py2.5.exe1,115 Kb – Windows Installer for Python 2.5 and NumPy 1.1
- biopython-1.49b.tar.gz4,331 Kb (November 7, 2008)
- biopython-1.49b.zip4,780 Kb
- biopython-1.49b.win32-py2.3.exe1,109 Kb – Windows Installer for Python 2.3 and NumPy 1.1
- biopython-1.49b.win32-py2.4.exe1,113 Kb – Windows Installer for Python 2.4 and NumPy 1.1
- biopython-1.49b.win32-py2.5.exe1,114 Kb – Windows Installer for Python 2.5 and NumPy 1.1
Please note that Biopython 1.48 and older require the Numeric library,not its replacement NumPy. Windows installers for Python 2.4 and olderare available from the NumericalPython website. A Windowsinstaller for Numeric 24.2 for Python 2.5 is available here:
- Numeric-24.2.win32-py2.5.exe446 Kb - Windows Installer for Python 2.5
Please note that Biopython 1.48 and older used mxTextTools2.0in some of the parsers. There were a few niggles with mxTextTools 3.0,so ideally install the older mxTextTools 2.0.
Free Download Python 2.7 For Macc
- biopython-1.48.tar.gz4,051 Kb (September 8, 2008)
- biopython-1.48.zip4,542 Kb
- biopython-1.48.win32-py2.3.exe1,226 Kb
- biopython-1.48.win32-py2.4.exe1,254 Kb
- biopython-1.48.win32-py2.5.exe1,254 Kb
- biopython-1.47.tar.gz4,018 Kb (July 5, 2008)
- biopython-1.47.zip4,528 Kb
- biopython-1.47.win32-py2.3.exe1,207 Kb
- biopython-1.47.win32-py2.4.exe1,236 Kb
- biopython-1.47.win32-py2.5.exe1,236 Kb
- biopython-1.46.tar.gz3,926 Kb (June 29, 2008)
- biopython-1.46.zip4,426 Kb
- biopython-1.46.win32-py2.3.exe1,206 Kb
- biopython-1.46.win32-py2.4.exe1,235 Kb
- biopython-1.46.win32-py2.5.exe1,235 Kb
- biopython-1.45.tar.gz3,886 Kb (March 22, 2008)
- biopython-1.45.zip4,395 Kb
- biopython-1.45.win32-py2.3.exe1,113 Kb
- biopython-1.45.win32-py2.4.exe1,141 Kb
- biopython-1.45.win32-py2.5.exe1,142 Kb
- biopython-1.44.tar.gz3,750 Kb (October 28, 2007)
- biopython-1.44.zip4,243 Kb
- biopython-1.44.win32-py2.3.exe1,091 Kb
- biopython-1.44.win32-py2.4.exe1,116 Kb
- biopython-1.44.win32-py2.5.exe1,116 Kb
- biopython-1.43.tar.gz3,778 Kb (March 17, 2007)
- biopython-1.43.zip4,271 Kb
- biopython-1.43.win32-py2.3.exe1,104 Kb
- biopython-1.43.win32-py2.4.exe1,108 Kb
- biopython-1.43.win32-py2.5.exe1,109 Kb
- biopython-1.42.tar.gz3,841 Kb (July 16, 2006)
- biopython-1.42.zip4,399 Kb
- biopython-1.42.win32-py2.3.exe1,070 Kb
- biopython-1.42.win32-py2.4.exe1,074 Kb
- biopython-1.42.win32-py2.5.exe1,075 Kb
- biopython-1.41.tar.gz3,719 Kb (October 28, 2005)
- biopython-1.41.zip4,241 Kb
- biopython-1.41.win32-py2.3.exe1,038 Kb
- biopython-1.41.win32-py2.4.exe1,042 Kb
- biopython-1.40b.tar.gz3,437 Kb (February 18, 2005)
- biopython-1.40b.zip3,267 Kb
- biopython-1.40b.win32-py2.3.exe1,019 Kb
- biopython-1.40b.win32-py2.4.exe1,023 Kb
- biopython-1.30.tar.gz3,186 Kb (May 14, 2004)
- biopython-1.24.tar.gz3,081 Kb (February 16, 2004)
- biopython-1.24.zip3,623 Kb
- biopython-1.24.win32-py2.2.exe892 Kb
- biopython-1.24.win32-py2.3.exe894 Kb
- biopython-1.23.tar.gz2,241 Kb (October 18, 2003)
- biopython-1.23.zip2,719 Kb
- biopython-1.23.win32-py2.2.exe833 Kb
- biopython-1.23.win32-py2.3.exe842 Kb
- biopython-1.22.tar.gz2,214 Kb (October 9, 2003)
- biopython-1.22.zip2,691 Kb
- biopython-1.21.tar.gz2,214 Kb
- biopython-1.21.zip2,897 Kb
- biopython-1.21.win32-py2.2.exe770 Kb
- biopython-1.21.win32-py2.3.exe832 Kb
- biopython-1.20.tar.gz2,101 Kb (July 28, 2003)
- biopython-1.20.zip2,602 Kb
- biopython-1.10.tar.gz1,811 Kb (December 17, 2002)
- biopython-1.10.zip2,300 Kb
- biopython-1.10.win32-py2.2.exe1,199 Kb
- biopython-1.00a4.tar.gz1,739Kb (December 18, 2001)
- biopython-1.00a4.zip2,121Kb
- biopython-1.00a4.win32-py2.0.exe835Kb
- biopython-1.00a4.win32-py2.1.exe837Kb
- biopython-1.00a4.win32-py2.2.exe838Kb
- MacBiopython-1.00a4.sit2.2Mb
- biopython-1.00a3.tar.gz1,816Kb (September 3, 2001)
- biopython-1.00a3.zip2,165Kb
- biopython-1.00a3.win32-py2.0.exe583Kb
- biopython-1.00a3.win32-py2.1.exe585Kb
- Macbiopython-1.00a3.sit.bin1926Kb