background preloader

Python

Facebook Twitter

Pandas

OpenPyXl. 1. Please start a new fork ( for each independant feature, don’t try to fix all problems at the same time, it’s easier for those who will review and merge your changes ;-) 2. Hack hack hack 3. Don’t forget to add unit tests for your changes ! 4. 5. 6. SymPy. Numpy/Scipy. Matplotlib. Anaconda. Ipython. Python Solutions: ActivePython, Komodo IDE, Python Training and Consulting.

Python is now one of the fastest-growing programing languages. Millions of developers around the globe use Python's flexibility to build powerful web applications, applications for testing, build control and management, and more. Since Python is an open source programming language, you immediately reduce up-front project costs by leveraging Python in your development.

But when using it for building business applications, developers and managers should consider the risks. Like most open source projects, Python isn't quality assured or commercially supported, so it may not be safe for business or enterprise-ready for mission-critical applications. Don't let Python fail your systems and cost your business in lost revenue. Python on the Cloud Stackato for Private PaaS (Cloud) Stackato is the application platform for creating a private Platform-as-a-Service (PaaS) using any language on any stack on any cloud. World's Best Python Distribution Turn-Key Python Redistribution Rights inRecommend. Think Python. Think Python is a concise introduction to software design using the Python programming language. Intended for people with no programming experience, this book starts with the most basic concepts and gradually adds new material. Some of the ideas students find most challenging, like recursion and object-oriented programming, are divided into a sequence of smaller steps and introduced over the course of several chapters.

The focus is on the programming process, with special emphasis on debugging. The book includes a wide range of exercises, from short examples to substantial projects, so that students have ample opportunity to practice each new concept. Exercise solutions and code examples are available from thinkpython.com, along with Swampy, a suite of Python programs used in some of the exercises. Table of Contents Appendices. Python Excel. The Python Standard Library — Python v3.4.0b2 documentation. While The Python Language Reference describes the exact syntax and semantics of the Python language, this library reference manual describes the standard library that is distributed with Python. It also describes some of the optional components that are commonly included in Python distributions. Python’s standard library is very extensive, offering a wide range of facilities as indicated by the long table of contents listed below.

The library contains built-in modules (written in C) that provide access to system functionality such as file I/O that would otherwise be inaccessible to Python programmers, as well as modules written in Python that provide standardized solutions for many problems that occur in everyday programming. Some of these modules are explicitly designed to encourage and enhance the portability of Python programs by abstracting away platform-specifics into platform-neutral APIs.