Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Shed Skin is an experimental compiler, that can translate pure, but implicitly statically typed Python programs into optimized C++. It can generate stand-alone programs or extension modules that can be imported and used in larger Python programs. Besides the typing restriction, programs cannot ... [More] freely use the Python standard library (although about 20 common modules, such as random and re, are currently supported). Also, not all Python features, such as nested functions and variable numbers of arguments, are supported (see the tutorial for details). For a set of 44 non-trivial test programs (at over 10,000 lines in total (sloccount)), measurements show a typical speedup of 2-40 times over Psyco, and 2-220 times over CPython. Because Shed Skin is still in an early stage of development, however, many other programs will not compile out-of-the-box. Shed Skin consists of only 5,300 lines of Python code (sloccount), and about 16,000 lines of C++ code (implementation of builtins and library modules). Unfortunately, there is still only one active developer, so please consider joining the project! [Less]

0
 
  0 reviews  |  2 users  |  55,586 lines of code  |  10 current contributors  |  Analyzed almost 2 years ago
 
 

New Features perfectly inelastic collisions dynamic lighting glow shader better scales for planets and ships collision detection tilt z axis with w and r full python console! toggle with ` Two armed Spiral Galaxy generation multi planet systems a spaceship with first ... [More] person control the ability to launch meteors from the ship zoom in and out with the mouse wheel accelerate and decellerate with 'e' and 'd' stop with space exit with escape Stableorbit is a collection of programs used for generating and simulating solar systems. The most recent additions to the collection have been a client and a server (solarClient and solarServer). The client is 3D visualization used for evaluating and viewing systems downloaded from the server. The server provides clients with the ability to retrieve previously generated systems and save newly generated ones. Both work together as a distributed solar system generator and viewer. TODOMaterials classes picking for the stars, picking a star should retrieve it from the server reimplementation of the physics classes using pycuda [Less]

0
 
  0 reviews  |  0 users  |  8,827 lines of code  |  2 current contributors  |  Analyzed 6 days ago
 
 

All you need for programming Python on Microsoft Windows in one installer. The most common libraries, dependencies and DLLs. Just download and run. List of packages included in this release: Subversion (http://subversion.tigris.org/) OpenSSH (http://www.openssh.com/) OpenSSL ... [More] (http://www.openssl.org/) pyOpenSSL (http://pyopenssl.sourceforge.net/) libusb (http://libusb.wiki.sourceforge.net/) PyUSB (http://pyusb.berlios.de/) Open Komodo (http://www.openkomodo.com/) pyWin32 (http://sourceforge.net/projects/pywin32/) 7-zip (http://www.7-zip.org/) Visual C Redistributable Package pyGTK, pyGObject, pyCairo and pyPango (Python-Pango bindings) (http://www.pygtk.org/) GTK (http://www.gtk.org/) py-gst (http://gstreamer.freedesktop.org/modules/gst-python.html, http://pygstdocs.berlios.de/) Gstreamer and all avaliable plugins for Microsoft Windows (http://gstreamer.freedesktop.org/) iPython (http://ipython.scipy.org/moin/) pyReadLine (http://ipython.scipy.org/moin/PyReadline/Intro) Psyco (http://psyco.sourceforge.net/) py2exe (http://www.py2exe.org/) PIL (http://www.pythonware.com/products/pil/) pysqlite (http://oss.itsystementwicklung.de/trac/pysqlite/) Inno Setup (http://www.jrsoftware.org/isinfo.php) numpy (http://numpy.scipy.org/) matplotlib (http://matplotlib.sourceforge.net/) [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 8 days ago
 
 

Célula: Game of LifeOverviewCélula is a Python implementation of Conway's Game of Life (GoL). The game world is a 2-dimensional grid of cells, which are alive or not. There are several variants to the rules, but the original rules are as follow: Any live cell with fewer than two live ... [More] neighbours dies, as if caused by underpopulation. Any live cell with more than three live neighbours dies, as if by overcrowding. Any live cell with two or three live neighbours lives on to the next generation. Any dead cell with exactly three live neighbours becomes a live cell. RequirementsPython Pygame Numpy Psyco (optional, not really a requirement) UsageLeft click cell - cell lives Right click cell - cell dies c - clear the world r - randomize the world. s - start or stop the game. ESC - quit [Less]

0
 
  0 reviews  |  0 users  |  104 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.