python
Projects with this topic
-
A Zero-player game that takes place in our solar system.
python zero-player game+ 2 more -
Install Projects | This program simplifies the installation of projects on GNU/Linux, Windows, OS X | Apache License, Version 2.0
-
Make Life Simpler | Collection of (useful) scripts | Apache License, Version 2.0 | GNU Affero General Public License 3+
-
Exercicios do site http://www.learnpython.org/en/Welcome
-
a minimalistic static content generator
-
Example code to crawl a site with comics using Scrapy Framework (http://scrapy.org/) to collect comic images. Using this site for the spider : http://www.mcmbuzz.com/2011/05/20/exclusive-free-manga-chloe-part-6/ Run : $ scrapy crawl chole
-
Itamae is a small Discrete Event Simulation model of heterogeneous parallel systems built with Python and the SimPy framework. It was developed in order to study task graph scheduling strategies in heterogeneous parallel systems.
simulation python concurrency+ 3 more -
Small, self contained Python implementation of the Flow-based Programming model.
fbp python concurrency+ 2 more -
The backend of the blog that you can find at : https://blog.juanwolf.fr
-
Implementation of the SECOM cipher algorithm as described by Dirk Rijmenants. The cipher is designed as easy-to-use, yet secure, field cipher and based somewhat on the infamous russian VIC cipher.