Free Downloads: Python Games

License:  All | Free

Freeware
more

This is an extension to Python library.

This is an extension to Python library. It aims to improve the mathematical capabilities using a set of mathematical functions. It includes complex numbers, Taylor series, limits, geometrical algebra, 2D and 3D graphs, etc.

SymPy is written entirely in Python and does not require any external libraries.

Category: Home & Education / Mathematics
Publisher: pythonxy, License: Freeware, Price: USD $0.00, File Size: 2.0 MB
Platform: Windows



more

simplejson is a simple, fast, complete, correct and extensible JSON encoder and decoder for Python 2.

simplejson is a simple, fast, complete, correct and extensible JSON encoder and decoder for Python 2.5+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost.

simplejson is the externally maintained development version of the json library included with Python 2.6 and Python 3.0, but maintains...

Category: Software Development / Components & Libraries
Publisher: Bob Ippolito, License: Freeware, Price: USD $0.00, File Size: 49.2 KB
Platform: Windows

Freeware
more

Py2exe is an extension developed for Python, created by Thomas Heller and maintained by Jimmy Retzlaff.

Py2exe is an extension developed for Python, created by Thomas Heller and maintained by Jimmy Retzlaff.

Since Python is an interpreted, not compiled language, you must have the Python interpreter installed in order to run Python scripts. This creates a problem when you want to distribute an application made in Python to users that do not have the...

Category: Software Development / Misc. Programming
Publisher: Thomas Heller, License: Freeware, Price: USD $0.00, File Size: 196.5 KB
Platform: Windows

Freeware
more

Gnuplot.

Gnuplot.py is a Python package that interfaces to gnuplot, the popular open-source plotting program. It allows you to use gnuplot from within Python to plot arrays of data from memory, data files, or mathematical functions. If you use Python to perform computations or as 'glue' for numerical programs, you can use this package to plot data on the fly as they are...

Category: Multimedia & Design / Multimedia App's
Publisher: pythonxy.com, License: Freeware, Price: USD $0.00, File Size: 193.3 KB
Platform: Windows

Freeware
more

NumPy for Python is an extension package for Python programing language.

NumPy for Python is an extension package for Python programing language. The objective of NumPy is to allow large and complex scientific and mathematic functions. Originally created by Jim Hugunin, now NumPy is supported by a large number of contributors, due to its open source license.

Since Python is not a compiled, but interpreted language, mathematical...

Category: Software Development / Components & Libraries
Publisher: Numpty Developers, License: Freeware, Price: USD $0.00, File Size: 2.5 MB
Platform: Windows

Freeware
more

The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter.

The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities.

The current free version is PIL 1.1.7. This release supports Python 1.5.2 and newer, including 2.5 and 2.6. A version for 3.X will be released later.

Category: Utilities / Misc. Utilities
Publisher: pythonxy.com, License: Freeware, Price: USD $0.00, File Size: 0
Platform: Windows

more

Some packages have a 32bit and a 64bit version available - you must download the one which corresponds to the Python you have installed.

Some packages have a 32bit and a 64bit version available - you must download the one which corresponds to the Python you have installed. Even if you have a 64bit computer, if you installed a 32bit version of Python you must install the 32bit version of pywin32. To determine what version of Python you have, just start Python and look at the first line of the banner

Category: Utilities / Misc. Utilities
Publisher: Mark Hammond, License: Freeware, Price: USD $0.00, File Size: 6.3 MB
Platform: Windows

more

Python pyserial is a module that encapsulates the access for the serial port.

Python pyserial is a module that encapsulates the access for the serial port.
It provides backends for Python running on Windows, Linux, BSD (possibly any POSIX compliant system), Jython and IronPython (.NET and Mono). The module named “serial” automatically selects the appropriate backend.

Category: Software Development / Tools & Editors
Publisher: Chris Liechti, License: Freeware, Price: USD $0.00, File Size: 113.6 KB
Platform: Windows

Freeware
more

A small but fast and easy to use stand-alone template engine written in pure python.

A small but fast and easy to use stand-alone template engine written in pure Python.

Jinja is a sandboxed template engine written in pure Python. It provides a Django like non-XML syntax and compiles templates into executable Python code. It's basically a combination of Django templates and Python code.

Category: Web Authoring / Web Design Utilities
Publisher: pythonxy.com, License: Freeware, Price: USD $0.00, File Size: 246.0 KB
Platform: Windows

more

Scientific-oriented Python Distribution based on Qt and Spyder.

Scientific-oriented Python Distribution based on Qt and Spyder. It is a mayaVi 2 powerful 2D and 3D scientific visualization tool. Free scientific and engineering development software for numerical computations, data analysis and data visualization based on Python programming language.

Category: Software Development / Misc. Programming
Publisher: pythonxy, License: Freeware, Price: USD $0.00, File Size: 39.4 MB
Platform: Windows

more

IronPython is an open-source implementation of the Python programming language which is tightly integrated with the .

IronPython is an open-source implementation of the Python programming language which is tightly integrated with the .NET Framework. IronPython can use the .NET Framework and Python libraries, and other .NET languages can use Python code just as easily.

IronPython is an excellent addition to the .NET Framework, providing Python developers with the power...

Category: Software Development / Visual Basic Runtime Files
Publisher: Microsoft, License: Freeware, Price: USD $0.00, File Size: 5.1 MB
Platform: Windows

more

PyPlotter is an open source 2D graph plotting package for Python and Jython.

PyPlotter is an open source 2D graph plotting package for Python and Jython. It was primarily written for use in the CoopSim package. If you do not rely on Jython support or any other of PyPlotter's special featurs (see key features list below), you will probably be better off with one of the more common Python plotting packages like Matplotlib or ReportLab, both of which...

Category: Home & Education / Miscellaneous
Publisher: Eckhart Arnold, License: Freeware, Price: USD $0.00, File Size: 116.7 KB
Platform: Windows

Freeware
more

Python - scipy is open-source program for mathematics, science, and engineering.

Python - scipy is open-source program for mathematics, science, and engineering. It is also the name of a very popular conference on scientific programming with Python. The SciPy library depends on NumPy, which provides convenient and fast N-dimensional array manipulation.

The SciPy library is built to work with NumPy arrays, and provides many user-friendly and...

Category: Business & Finance / Applications
Publisher: Python, License: Freeware, Price: USD $0.00, File Size: 43.4 MB
Platform: Windows

more

formlayout is a tiny Python module for creating form dialogs/widgets to edit various type of parameters with having to write any GUI code (it requires Python 2.

formlayout is a tiny Python module for creating form dialogs/widgets to edit various type of parameters with having to write any GUI code (it requires Python 2.x and PyQt4 4.y, with x >= 5 and y > 3).
The main advantage of formlayout over similar libraries is that it's very simple to use/install and that it's so light (it just needs PyQt4 to run). However, if...

Category: Software Development / Tools & Editors
Publisher: Pierre Raybaut, License: Freeware, Price: USD $0.00, File Size: 198.4 KB
Platform: Windows

more

Scikit-learn is a Python module integrating classic machine learning algorithms in the tightly-knit world of scientific Python packages (numpy, scipy, matplotlib).

Scikit-learn is a Python module integrating classic machine learning algorithms in the tightly-knit world of scientific Python packages (numpy, scipy, matplotlib). It aims to provide simple and efficient solutions to learning problems that are accessible to everybody and reusable in various contexts: machine-learning as a versatile tool for science and engineering.

Category: Games / Misc. Games
Publisher: pythonxy.com, License: Freeware, Price: USD $0.00, File Size: 2.5 MB
Platform: Windows

more

Pysqlite is an interface to the SQLite 3.

Pysqlite is an interface to the SQLite 3.x embedded relational database engine. It is almost fully compliant with the Python database API version 2.0 also exposes the unique features of SQLite.Finally can be told that Pysqlite is a SQLite binding for Python that complies to the Database API 2.0.

Category: Software Development / Misc. Programming
Publisher: Gerhard Haering, License: Freeware, Price: USD $0.00, File Size: 551.8 KB
Platform: Windows

Freeware
more

Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of multiple reStructuredText sources), written by Georg Brandl.

Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of multiple reStructuredText sources), written by Georg Brandl. It was originally created for the new Python documentation, and has excellent facilities for Python project documentation, but C/C++ is supported as well, and more languages...

Category: Web Authoring / Web Design Utilities
Publisher: Georg Brandl, License: Freeware, Price: USD $0.00, File Size: 2.5 MB
Platform: Windows

Freeware
more

Wing IDE 101 is free scaled down Python IDE designed for teaching introductory programming classes.

Wing IDE 101 is free scaled down Python IDE designed for teaching introductory programming classes. It omits many features found in Wing IDE Professional and makes simplifications appropriate for beginners.The OS X version requires an X11 Server.
Wing IDE works with Python 2.x and 3.x and can be used with Django, matplotlib, Zope, Plone, Google App Engine, PyQt, PySide,...

Category: Software Development / Misc. Programming
Publisher: Wingware, License: Freeware, Price: USD $0.00, File Size: 20.5 MB
Platform: Windows

Freeware
more

Visualwx aims to be the ultimate RAD tool, designed for c ,python,perl,rub, lua and wxWidgets.

Visualwx aims to be the ultimate RAD tool, designed for c ,Python,perl,rub, lua and wxWidgets. Still there are many things to do, but we've achieved considerable progress. We would like to demonstrate it to all as soon as possible.

The program already has a lot of features, among the most important
ones:
- Designer of various frame (form) and sizers
...

Category: Software Development / Misc. Programming
Publisher: VisualWX, License: Freeware, Price: USD $0.00, File Size: 7.2 MB
Platform: Windows

more

Mahotas is a set of functions for image processing in Python.

Mahotas is a set of functions for image processing in Python.

It is completely based on numpy arrays as its datatype. It has its heavy routines implemented in clean C in a way that is both very clean, type independent (using templates), and fast.

All of the code is self contained and it has no other dependencies than numpy and scipy.ndimage (for certain...

Category: Multimedia & Design / Multimedia App's
Publisher: Luis Pedro Coelho, License: Freeware, Price: USD $0.00, File Size: 1.5 MB
Platform: Windows

more

The whole process is supposed to be simple, but a mistake here or there and you could end up hours googling for a solution.

The whole process is supposed to be simple, but a mistake here or there and you could end up hours googling for a solution.Keep in mind that all the Python checks and easy_install calls must be done referencing the location of the virtualenv, otherwise you might end up using the global Python install and not the virtual one.

Category: Utilities / Misc. Utilities
Publisher: Edgewall Software., License: Freeware, Price: USD $0.00, File Size: 799.9 KB
Platform: Windows

more

wxPython is a GUI toolkit, which is developed to be used, as the name states, by the Python programming language.

wxPython is a GUI toolkit, which is developed to be used, as the name states, by the Python programming language. Although Python's standard GUI toolkit is Tkinter, wxPython is gaining a great deal of community support.

wxPython wraps the wxWidget library (also created by wxDesigner) that is written in C++ into Python. This means that wxPython's...

Category: Software Development / Components & Libraries
Publisher: wxDesigner, License: Freeware, Price: USD $0.00, File Size: 9.9 MB
Platform: Windows

more

Hungry python scared bunnies is a game based on the traditional snake arcade game.

Hungry Python scared bunnies is a game based on the traditional snake arcade game. Only much more interesting. You are operating a small snake which is hunting rabbits through the maze. Each rabbit you swallow makes you grow a little. By the end of the game you will have difficulties chasing those rabbits. Your Python will namely grow so much, that it could easily bite his own...

Category: Games / Arcade
Publisher: Free Online Arcade Games, License: Freeware, Price: USD $0.00, File Size: 1.1 MB
Platform: Windows, PDA

Freeware
more

Python is a remarkably powerful dynamic programming language that is used in a wide variety of application domains.

Python is a remarkably powerful dynamic programming language that is used in a wide variety of application domains. Python is often compared to Perl, Tcl, Scheme, Ruby or Java. Here are some key features of "Python": · very clear, readable syntax · strong introspection capabilities · intuitive object orientation · natural expression of...

Category: Software Development / Compilers & Interpreters
Publisher: Python Software Foundation, License: Freeware, Price: USD $0.00, File Size: 12.0 MB
Platform: Windows, All

Luxor 2 Free game Screenshot
more

Luxor 2 Game, free Games download, Free Games | Download free Games.

Luxor 2 Game, free Games download, Free Games | Download free Games. Free Games you can find at Free Ride Games. it's the only place where you can download over 200 top Games for free, including Hidden Object Games, Time Management Games, Match Three Games, Sports Games, Puzzle Games, Arcade Games, Card...

Category: Games / Puzzles
Publisher: Free Ride Games, License: Freeware, Price: USD $0.00, File Size: 693.0 KB
Platform: Windows, Linux, Mac

Freeware
more

ActivePython is the industry-standard Python distribution, available for Windows, Linux, Mac OS X, Solaris, AIX and HP-UX.

ActivePython is the industry-standard Python distribution, available for Windows, Linux, Mac OS X, Solaris, AIX and HP-UX. Developers worldwide rely on ActivePython's completeness and ease-of-use, while corporate users protect their infrastructure and stay competitive with quality-assured ActivePython business solutions. ActivePython is 100% compatible with the reference distribution of...

Category: Software Development / Tools & Editors
Publisher: ActiveState Software Inc., License: Freeware, Price: USD $0.00, File Size: 20.7 MB
Platform: Windows

Mahjongg Artifacts 2 Free Game Screenshot
more

Mahjong Artifacts 2 , free Games download, Free Games | Download free Games.

Mahjong Artifacts 2 , free Games download, Free Games | Download free Games. Free Games you can find at Free Ride Games. it's the only place where you can download over 200 top Games for free, including Hidden Object Games, Time Management Games, Match Three Games, Sports Games, Puzzle Games, Arcade Games, Card...

Category: Games / Misc. Games
Publisher: Free Ride Games, License: Freeware, Price: USD $0.00, File Size: 693.0 KB
Platform: Windows, Linux, Mac

Download 7 Wonders II Free Game Screenshot
more

7 Wonders II game, free games, free PC games, free online games, download free games, video games.

7 Wonders II game, free Games, free PC Games, free online Games, download free Games, video Games. Free Games you can find at Free Ride Games. it's the only place where you can download over 200 top Games for free, including Hidden Object Games, Time Management Games, Match Three Games, Sports Games, Puzzle...

Category: Games / Misc. Games
Publisher: Free Ride Games, License: Freeware, Price: USD $0.00, File Size: 693.0 KB
Platform: Windows, Linux, Mac

Freeware
more

PyGTK lets you to easily create programs with a graphical user interface using the Python programming language.

PyGTK lets you to easily create programs with a graphical user interface using the Python programming language. The underlying GTK library provides all kind of visual elements and utilities for it and, if needed, you can develop full featured applications for the GNOME Desktop.

Category: Software Development / Misc. Programming
Publisher: PyGTK Team, License: Freeware, Price: USD $0.00, File Size: 884.5 KB
Platform: Windows

Freeware
more

9span.

9span.com, Free Online Flash Games, Mario Games, Dressup Games, Cooking Games, Action Games, Music Games, Puzzle Games, Flight Games, Fight Games...

Category: Games / Misc. Games
Publisher: 9span.com, License: Freeware, Price: USD $0.00, File Size: 512.0 KB
Platform: Windows

Freeware
more

Pylint is a python tool that checks if a module satisfies a coding standard.

Pylint is a Python tool that checks if a module satisfies a coding standard.Pylint is similar to PyChecker but offers more features, like checking line-code's length, checking if variable names are well-formed according to your
coding standard, or checking if declared interfaces are truly implemented, and much more (see the complete check list).

Category: Software Development / Misc. Programming
Publisher: pythonxy.com, License: Freeware, Price: USD $0.00, File Size: 206.6 KB
Platform: Windows

Freeware
Family Feud 3 Screenshot
more

Family Feud 3 Game, free Games download, Free Games | Download free Games.

Family Feud 3 Game, free Games download, Free Games | Download free Games. Free Games you can find at Free Ride Games. it's the only place where you can download over 200 top Games for free, including Hidden Object Games, Time Management Games, Match Three Games, Sports Games, Puzzle Games, Arcade Games, Card...

Category: Games / Misc. Games
Publisher: Free Ride Games, License: Freeware, Price: USD $0.00, File Size: 693.0 KB
Platform: Windows, Linux, Mac

Freeware
more

VPython is the Python programming language plus a 3D graphics module called "Visual".

VPython is the Python programming language plus a 3D graphics module called "Visual".Because it is based on Python, it also has much to offer for experienced programmers and researchers.VPython makes it easy to create navigable 3D displays and animations, even for those with limited programming experience

Category: Software Development / Visual Basic Runtime Files
Publisher: Python Software Foundation, License: Freeware, Price: USD $0.00, File Size: 11.6 MB
Platform: Windows

more

Coverage measures code coverage, typically during test execution.

Coverage measures code coverage, typically during test execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed.Coverage.py is a tool for measuring code coverage of Python programs. It monitors your program, noting which parts of the code have been executed, then...

Category: Software Development / Misc. Programming
Publisher: Python Software Foundation, License: Freeware, Price: USD $0.00, File Size: 245.3 KB
Platform: Windows

Virtual Villagers 3: The Secret City Screenshot
more

Virtual Villagers 3 Game, free Games download, Free Games | Download free Games.

Virtual Villagers 3 Game, free Games download, Free Games | Download free Games. Free Games you can find at Free Ride Games. it's the only place where you can download over 200 top Games for free, including Hidden Object Games, Time Management Games, Match Three Games, Sports Games, Puzzle Games, Arcade Games,...

Category: Games / Misc. Games
Publisher: Free Ride Games, License: Freeware, Price: USD $0.00, File Size: 693.0 KB
Platform: Windows, Linux, Mac

more

libtorrent is a feature complete C bittorrent implementation focusing on efficiency and scalability.

libtorrent is a feature complete C bittorrent implementation focusing on efficiency and scalability. It runs on embedded devices as well as desktops. It boasts a well documented library interface that is easy to use.
A C bittorrent library designed to run on anything from embedded systems to large scale seed servers. It comes with Python bindings and detailed documentation.

Category: Internet / Misc. Plugins
Publisher: Arvid Norberg, License: Freeware, Price: USD $0.00, File Size: 808.0 KB
Platform: Windows

Jewel Quest 3 Game Screenshot
more

Jewel Quest 3 Game, free Games download, Free Games | Download free Games.

Jewel Quest 3 Game, free Games download, Free Games | Download free Games. Free Games you can find at Free Ride Games. it's the only place where you can download over 200 top Games for free, including Hidden Object Games, Time Management Games, Match Three Games, Sports Games, Puzzle Games, Arcade Games, Card...

Category: Games / Puzzles
Publisher: Free Ride Games, License: Freeware, Price: USD $0.00, File Size: 693.0 KB
Platform: Windows, Linux, Mac

Freeware
more

One of Python’s most useful features is its interactive interpreter.

One of Python’s most useful features is its interactive interpreter. This system allows very fast testing of ideas without the overhead of creating test files as is typical in most programming languages. However, the interpreter supplied with the standard Python distribution is somewhat limited for extended interactive use.

The goal of IPython is to create a...

Category: Internet / Misc. Plugins
Publisher: SciPy, License: Freeware, Price: USD $0.00, File Size: 5.8 MB
Platform: Windows

more

PyAudiere is a very flexible and easy to use audio library for users of the Python programming language.

PyAudiere is a very flexible and easy to use audio library for users of the Python programming language. Available methods allow you to read soundfiles of various formats into memory and play them, or stream them if they are large. You can pass sound buffers as NumPy arrays of float32's to play (non-blocking). You can also create pure tones, square waves, or 'on-line'...

Category: Software Development / Misc. Programming
Publisher: Christopher Brown, License: Freeware, Price: USD $0.00, File Size: 384.0 KB
Platform: Windows

The secret of Margrave Manor Screenshot
more

The secret of Margrave Manor Game, free Games download, Free Games | Download free Games.

The secret of Margrave Manor Game, free Games download, Free Games | Download free Games. Free Games you can find at Free Ride Games. it's the only place where you can download over 200 top Games for free, including Hidden Object Games, Time Management Games, Match Three Games, Sports Games, Puzzle Games, Arcade...

Category: Games / Misc. Games
Publisher: Free Ride Games, License: Freeware, Price: USD $0.00, File Size: 693.0 KB
Platform: Windows, Linux, Mac

more

pymunk is an easy-to-use pythonic 2d physics library that can be used whenever you need 2d rigid body physics from Python.

pymunk is an easy-to-use pythonic 2d physics library that can be used whenever you need 2d rigid body physics from Python. It is built on top of the very nice 2d physics library Chipmunk.Easy to use It should be easy to use, no complicated stuff should be needed to add physics to your game/program.

Category: Multimedia & Design / Video
Publisher: Victor Blomqvist, License: Freeware, Price: USD $0.00, File Size: 235.3 KB
Platform: Windows

Diner Dash Hometown Hero free game Screenshot
more

Diner Dash Hometown Hero Game, free Games download, Free Games | Download free Games.

Diner Dash Hometown Hero Game, free Games download, Free Games | Download free Games. Free Games you can find at Free Ride Games. it's the only place where you can download over 200 top Games for free, including Hidden Object Games, Time Management Games, Match Three Games, Sports Games, Puzzle Games, Arcade...

Category: Games / Strategy & War
Publisher: Free Ride Games, License: Freeware, Price: USD $0.00, File Size: 693.0 KB
Platform: Windows, Linux, Mac

Freeware
more

PySide is an open source sofware project providing Python bindings for the Qt framework.

PySide is an open source sofware project providing Python bindings for the Qt framework. Qt is a cross-platform application and UI framework, allowing the developers to write applications once and deploy them across many operating systems without rewriting the source code, while Python is a modern, dynamic programming language with a vivid developer community.

...

Category: Software Development / Misc. Programming
Publisher: PySide Team, License: Freeware, Price: USD $0.00, File Size: 24.8 MB
Platform: Windows

Freeware
PythonGuide Screenshot
more

There are lots of Python tutorials out there, but we found none are as clear and simple as the Beazley slides.

There are lots of Python tutorials out there, but we found none are as clear and simple as the Beazley slides. The only thing missing was an index. This point and click index makes Python as easy to use as JavaScript. For webmasters who need to do utility work, it is much easier than learning Perl. PythonGuide is Forever Free Software licensed under the GNU General Public License...

Category: Software Development / Misc. Programming
Publisher: innerpeace.org, License: Freeware, Price: USD $0.00, File Size: 270.0 KB
Platform: Windows, Linux, Mac, Palm

Freeware
more

A game of world travel inspired by the 10 Days board games and aimed at casual game players.

A game of world travel inspired by the 10 Days board Games and aimed at casual game players.
It was designed with netbooks in mind, for Intel’s Atom Developer Challenge.
The game was made in Python, which means that Mac and Linux builds should be possible.

Category: Games / Misc. Games
Publisher: Jordan Magnuson, License: Freeware, Price: USD $0.00, File Size: 14.0 MB
Platform: Windows

Python Operating Environment Screenshot
more

Visral OE (Operating Environment) lets users efficiently access all the power of Python by means of sentient editors, separate input output portals, selective execution, and much more; simplifying and improving the Python experience.

Visral Operating Environment for Python 1) The results from code executed in the four Visral OE's editing PADs are directed to separate document windows. This means command line prompts are unnecessary and work product is kept separate, not intermixed with instructions. 2) Because the output windows are also document editors, comments and images that might be necessary to clarify or...

Category: Software Development / IDEs & Coding Utilities
Publisher: Visral L.P., License: Freeware, Price: USD $0.00, File Size: 2.5 MB
Platform: Windows

more

It is simple and the resulting scripts are very readable.

It is simple and the resulting scripts are very readable.
pywinauto is a set of Python modules to automate the Microsoft Windows GUI. At it's simplest it allows you to send mouse and keyboard actions to windows dialogs and controls. This attribute resolution is delayed (currently a hard coded amount of time) until
it succeeds.

Category: Software Development / Misc. Programming
Publisher: Mark Mc Mahon, License: Freeware, Price: USD $0.00, File Size: 566.1 KB
Platform: Windows

Download Cake Mania 3 Free Game Screenshot
more

Cake Mania 3 Game, free Games download, Free Games Download free Games. Download Cake Mania 3 and more than 200 free games at Free Ride Games. Cake Mania 3 is a highly addictive Time Management game, play it free and enjoy your time.

Cake Mania 3 Game, free Games download, Free Games | Download free Games. Free Games you can find at Free Ride Games. it's the only place where you can download over 200 top Games for free, including Hidden Object Games, Time Management Games, Match Three Games, Sports Games, Puzzle Games, Arcade Games, Card...

Category: Games / Misc. Games
Publisher: Free Ride Games, License: Freeware, Price: USD $0.00, File Size: 693.3 KB
Platform: Windows, Mac, Linux, Unix, MS-DOS, AS/400

Freeware
more

Trosnoth is a free network game written in Python.

Trosnoth is a free network game written in Python.
The Trosnoth idea was conceived by a bunch of ÜberTweak leaders who were looking for another network game to play on camp that:
- was low-cost
- was team-based
- involved strategy
- was easy to teach

Category: Internet / Misc. Plugins
Publisher: Joshua D Bartlett, License: Freeware, Price: USD $0.00, File Size: 13.7 MB
Platform: Windows

more

Coverage.

Coverage.py is a tool for measuring code coverage of Python programs. It monitors your program, noting which parts of the code have been executed, then analyzes the source to identify code that could have been executed but was not.

Coverage measurement is typically used to gauge the effectiveness of tests. It can show which parts of your code are being exercised by tests,...

Category: Software Development / Debugging
Publisher: Ned Batchelder, License: Freeware, Price: USD $0.00, File Size: 298.4 KB
Platform: Windows

blank