thmosqueiro / RandomPy

Random python scripts that may serve as real life examples.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RandomPy

Random python scripts that may serve as real life examples of Python applications. All scripts come from real small experiences and may be useful for other people as well, especially someone who intends to learn python or any programming language. They are all commented and there's always a readme to explain what the problem was about.

You will notice that I'm still putting things in order.

You may very well contact me if you find anything interesting.

About the material

I'm an user of emacs, so the scripts should look prettier inside emacs. Also, everything is written in Python 2.*, using a variety of libraries commonly found in most of Linux repositories. Finally though less important I sometimes use Enthought distribution.

License

Everything in this repository is under the WTFLP, which reads as follows.

	     DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
                    Version 2, December 2004 

 Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> 

 Everyone is permitted to copy and distribute verbatim or modified 
 copies of this license document, and changing it is allowed as long 
 as the name is changed. 

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 

  0. You just DO WHAT THE FUCK YOU WANT TO.

tl;dr version: use it as you please, just don't sue me.

About

Random python scripts that may serve as real life examples.


Languages

Language:Python 73.3%Language:C 14.8%Language:HTML 11.0%Language:Makefile 0.6%Language:TeX 0.3%