Tags : Browse Projects

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

Pygame

Compare

  Analyzed about 23 hours ago

Pygame is a set of Python modules designed for writing games. It is written on top of the excellent SDL library. This allows you to create fully featured games and multimedia programs in the python language. Pygame is highly portable and runs on nearly every platform and operating system.

7.74K lines of code

48 current contributors

6 months since last commit

79 users on Open Hub

Low Activity
4.57895
   
I Use This

blist

Compare

  Analyzed about 18 hours ago

The BList is a type that looks, acts, and quacks like a Python list, but has better performance for for modifying large lists. For small lists (fewer than 128 elements), BLists and the built-in list have very similar performance. Example usage: >>> from blist import * >>> ... [More] x = blist([0]) # x is a BList with one element >>> x *= 2**29 # x is a BList with > 500 million elements >>> x.append(5) # append to x >>> y = x[4:-234234] # Take a 500 million element slice from x >>> del x[3:1024] # Delete a few thousand elements from x [Less]

13.6K lines of code

0 current contributors

about 10 years since last commit

2 users on Open Hub

Inactive
5.0
 
I Use This

radon

Compare

  Analyzed about 11 hours ago

Cyclomatic code complexity and raw metrics for Python

3.78K lines of code

7 current contributors

6 months since last commit

1 users on Open Hub

Very Low Activity
5.0
 
I Use This

vlastic

Compare

  No analysis available

Vlastic is a pretty RESTful web framework for Python 3.0. It (is going to) implements WSGI interface.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: mit