background preloader

Python

Facebook Twitter

Tutorial - py2exe.org. Py2exe turns Python programs into packages that can be run on other Windows computers without needing to install Python on those computers.

Tutorial - py2exe.org

You must run py2exe on a Windows computer. Python is needed on the computer where py2exe itself is run because py2exe is a Python program and it includes parts of Python in the package that is built. Python Scripting for the Game Engine : CG Masters. February 22nd, 2012 | Comments (97) Learning Python!

Python Scripting for the Game Engine : CG Masters

In this beginner’s BGE Python tutorial you’ll learn how to use Python scripting in Blender 2.6 to make a car move, increase in speed, and stop. This tutorial will teach you the basics of Python scripting for the Blender game engine, including accessing and changing logic brick information through scripting. Before getting started, if you’re new to Python and for more general information on Python including formatting, statements, functions, blah blah, check out Beginner’s Guide To Python. None of the guides here take long to go through, and you’ll learn everything you need to know to get started in a day. WxPython tutorial. This is wxPython tutorial.

wxPython tutorial

In this tutorial, you will learn the basics of GUI programming in wxPython. The tutorial is suitable for beginners and intermediate programmers. Table of contents wxPython. Screen scraping - Download image file from the HTML page source using python.