Portable Python distribution

Recherche d'emploi : ingénieur en informatique

Christophe Delord est actuellement en CDI mais à la recherche d'un nouvel emploi.

Type de poste:poste à dominante R&D en informatique, architecture
Compétences:aéronautique, DO 178B, logiciel embarqué, simulation, vérification, certification, outillage, automatisation, ... (CV : HTML ou PDF )
Localisation:région toulousaine ou télétravail (déplacements possibles)
Contact:cdelord@cdsoft.fr

Introduction

Python is one of the best interpreted language. This page contains a Windows distribution of Python that can be used on non user friendly OS (like Windows) without being installed, at work for instance when your boss or your customers force you to use such OS :-(

This page does not covers Linux since Python is most of the time provided.

Usage

Just download Python32.7z or Python27.7z, extract it in the directory of your choice and use python.exe or pythonw.exe.

Technical details

Python32.7z and Python27.7z contain a Python distribution (most of the standard libraries, Tkinter, TPG and Markdown) and its documentation. The executables are made with cx_Freeze.

You can build your own distribution. Just have a look at make.bat in Python.7z.

Bonus

I also have packaged the redemo.py script into a standalone executable with cx_Freeze. It is available here: PyRegExp.exe (download PyRegExp.7z if you want to build it yourself).