background preloader

Spyderlib - Spyder is the Scientific PYthon Development EnviRonment

Spyderlib - Spyder is the Scientific PYthon Development EnviRonment

NINJA IDE | Ninja-ide Is Not Just Another IDE The Eric Python IDE PySide – Python for Qt Python Community Group News PySide_Binaries_Linux English French [qt-devnet.developpez.com] If your distributions is not listed here, check out Building PySide on Linux for how to build PySide yourself from source. You might also want to build from source if the packages in your distribution are outdated. Ubuntu Maintainer: Didier Raboud (OdyX) This is the easiest way to get PySide installed on your Ubuntu system. Didier, together with the PySide core dev team, maintains a PPA repository for Ubuntu. Pyside is in the official Ubuntu repos for precise (12.04) onward. sudo apt-get install python3-pyside For older releases, you need the ppa: sudo add-apt-repository ppa:pysidesudo apt-get update To install all the modules: sudo apt-get install python-pyside If you need just one module (e.g. sudo apt-get install python-pyside.qtgui If you want to use PySide with Python3.x, replace by So to install all the PySide modules : Debian apt-get install python-pyside Alternatively, you can install PySide module packages individually, e.g. Fedora openSUSE Git clone:

Python Programming in your Browser: PythonAnywhere Building_PySide_on_Linux English French [qt-devnet.developpez.com] PySide uses CMake’s system to build the source code packages. You can familiarize yourself with CMake at PySide_CMake_Primer. The Easy Way There is now a “BuildScripts” repository available on GitHub: With this repository, you can automate the build steps outlined in this Wiki page. Prerequisites CMake >= 2.6.0 Qt libraries and development headers >= 4.6 (preferably the latest stable release) libxml2 and development headers >= 2.6.32 (for apiextractor only) libxslt and development headers >= 1.1.19 (for apiextractor only) Python libraries and development headers >= 2.5 (for shiboken and pyside) Overview PySide consists of a chain of four interdependent packages: The API Extractor library is used by the bindings generator to parse the header and typesystem files to create an internal representation of the API. Getting the source code Alternatively, you can get the latest development branch from the repos: Sandbox #! #!

web2py I believe that the ability to easily build high quality web applications is of critical importance for the growth of a free and open society. This prevents the biggest players from monopolizing the flow of information. Hence I started the web2py project in 2007, primarily as a teaching tool with the goal of making web development easier, faster, and more secure. Over time, it has managed to win the affection of thousands of knowledgeable users and hundreds of developers. Our collective effort has created one of the most full-featured Open Source Web Frameworks for enterprise web development. As a result, in 2011, web2py won the Bossie Award for best Open Source Development Software, and in 2012 it won the Technology of the Year award from InfoWorld. As you will learn in the following pages, web2py tries to lower the barrier of entry to web development by focusing on three main goals: Ease of use. Rapid development. Security.

Building_PySide_on_Windows French Prerequisites MS Visual Studio Express 2008 : To build 64 bit packages with Visual Studio Express 2008 please see : Visual Studio Express 2010 is not supported CMake Git Python 2.6, 2.7 or 3.2 “OpenSSL” (optional): : Be sure that git.exe and cmake.exe are all in your PATH . Building PySide installer Open “Visual Studio Command Prompt”: c : \ > c : \ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft Visual Studio 2008 \Visual Studio Tools\Visual Studio 2008 Command Prompt. lnk Clone ``PySide`` from git repository: c : \ > git clone https : //github.com/PySide/pyside-setup.git pyside-setup Switch to the ``pyside-setup`` directory: Build ``PySide`` windows installer: c : \ > c : \Python32\python setup. py bdist_wininst -- qmake = c : \ Qt \4.7.4\bin\qmake. exe -- openssl = c : \OpenSSL32bit\bin Categories:

Planet Python Python Software Foundation News The Hitchhiker’s Guide to Python! — pythonguide 0.0.1 documentation Greetings, Earthling! Welcome to The Hitchhiker’s Guide to Python. This is a living, breathing guide. If you’d like to contribute, fork us on GitHub! This handcrafted guide exists to provide both novice and expert Python developers a best practice handbook to the installation, configuration, and usage of Python on a daily basis. This guide is opinionated in a way that is almost, but not quite, entirely unlike Python’s official documentation. Note The use of Python 3 is highly preferred over Python 2. Let’s get started! Getting Started with Python New to Python? Properly Install Python on your system: Using Virtualenvs with Pipenv: Python Development Environments This part of the guide focus on the Python development environment, and the best-practice tools that are available for writing Python code. Writing Great Python Code This part of the guide focuses on the best-practices for writing Python code. Scenario Guide for Python Applications Shipping Great Python Code Additional Notes

Related: