Projects tagged ‘python’ and ‘simple’


Jump to tag:

Projects tagged ‘python’ and ‘simple’

Filtered by Project Tags python simple

Refine results Project Tags web (5) module (3) linux (3) framework (3) easy (3) library (3) small (3) windows (2) django (2) calendar (2) web.py (2) network (2)

[44 total ]

3 Users
   

pymon is an open source network and process monitoring solution implemented in python. The interface and configuration is designed to be easily and rapidly deployed, saving on time and overhead often associated with other monitoring solutions.
Created over 2 years ago.

2 Users

Created about 1 year ago.

1 Users
   

Yet Another (Pythonic) XML Library A library for reading, writing and manipulating XML in Python. * Requires only Python 2.4+ * Learnable in 15 minutes * Simplest interface ... [More] possible - minimal number of functions (1) and objects (1) exported * XML Namespace aware * XPath support * Easy to create XML documents and fragments * Easy to read in and manipulate XML documents and fragments [Less]
Created 10 months ago.

1 Users

Formula Conquerer is a math calculator like no other, formula conquerer will do your homework for you! Just enter in your problem and it will show you step by step how to do the problem and will show ... [More] you the answer! each formula is in whats called a module, modules are really just pieces of code, which are made to solve some sort of problem or aid in problem solving. [Less]
Created 8 months ago.

1 Users

PySignup - a simple signup sheet program written in Python PySignup is a lightweight web application intended to be used as a public signup sheet. It was initially designed as a signup sheet for ... [More] Ultimate Frisbee games, but is flexible enough to use for anything requiring a public signup sheet. PySignup is free and open source PySignup is lightweight PySignup is easy to use, and easy to configure [Less]
Created about 1 year ago.

1 Users
 

PyAnimeListv0.5 Does what the name suggests - tracks watched anime in python. Meant for those who like to keep track of things, but don't need all the features of sites like MAL ... [More] (http://myanimelist.net/) and/or want an offline option. v0.6 is currently in development (including the gui!) Check out the svn for new features. [Less]
Created 12 months ago.

0 Users

sqlShort.py is a tiny wrapper for the Python module MySQLdb. The aim is to simplify the interactions with a MySQL database. Example use: from sqlShort import sqlShort db = ... [More] sqlShort(host="db.toto.org", user="toto", passwd="totopass", db="the_db_of_toto") db.query("DROP TABLE IF EXISTS `friends`") sql = """CREATE TABLE `friends` ( id_friend int(11) NOT NULL AUTO_INCREMENT, long_name text CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL, weight float NOT NULL, UNIQUE KEY `id_friend` (`id_friend`)) ENGINE='MyISAM' CHARACTER SET utf8 COLLATE utf8_general_ci;""" db.query(sql) sql = "INSERT INTO `friends` SET " sql += db.make_insert({'long_name': "Toto de la Scabra di Leon", 'weight': 72.3}) db.query(sql) [Less]
Created about 1 month ago.

0 Users

Another attempt to create talking program.
Created 12 months ago.

0 Users

a simple python cache
Created 4 months ago.

0 Users

py-de (pronounced Pie dee ee) is an extremely simple IDE written in python. The goal is ease of use - you can compile and link source code in a directory written in a variety of languages (C, C++ ... [More] , fortran, python, perl, ruby). The interface is similar to gedit, nedit, except that it has an execute function built right in so that users can compile code without even looking at the command line. It would be a terrible IDE to use for real projects, but its perfect for beginning programmers. [Less]
Created 12 months ago.