Welcome! This is my blog about web development, python programming, pywlibs (python web libraries),
open source projects, my projects etc. I'm a web developer from Czech, I started with HTML/PHP/CSS in 2001 as a hobby,
in 2005 with php as an employee and from 2007 I'm a python web developer (freelancer).
Sorry for my english, I'm still beginner :) but I want to write everything in english.
Btw. this web is under construction, so many things doesn't work :)
Pywlibs is my project, it means Python Web Libraries, it is still in its infancy,
but it should be "core" for websites in python, and i hope, in future, core for my own open source CMS.
XHTML, form and table generator
Third lib of Pywlibs is done - (x)html generator!
Visit Pywlibs on github.com and documentation on pywlibs.net
There is xhtml.py (the main lib) and .test_xhtml.py (testing sample).
With that you can easier generate (x)html tags in your script.
This version (1.0) doesn't support HTML5 and its elements! It will be in version 2.0.
Again open source (MIT license).
CGI request in development
A library for parsing CGI request
I still work on parsing CGI data, on github.com
it is the request.py script. I want to do something like $_POST, $_GET etc in PHP, but better :).
At this moment it can parse name="abc.def.ghi" and name="abc[def][ghi]" into an "OrderedDict" and i'm thinking about file-upload, how to resume a broken upload etc.
It is not easy, so I just started work on XHTML generator, it will be done in a few days.
Python web users library
Second lib of Pywlibs is done - users!
Visit Pywlibs on github.com and documentation on pywlibs.net
On github is users.py (the main lib) and .test_users.py (testing sample).
User-data are saved as pickle files on hdd.
Again open source (MIT license).
Python web session library
First lib of Pywlibs is done - session!
Look at libraries on pywlibs on github.com and at documentation on pywlibs.net.
On github is session.py (the main lib) and .test_session.py (testing sample).
Sessions are saved as pickle files on hdd/ramdisk. Maybe i'll do next version for a ram db or something.
Btw. it is open source (MIT license).
PyWLibs - Python web libraries
Python core-libraries for websites
I was thinking about python CMS, i started write it, but I miss many libraries. So firstly I will write core for that, I'll call that Pywlibs - Python Web Libraries. It will be open source, about license - I don't know yet :)
First plan is web session, users lib and better request lib (cgi.Fieldstorage isn't friendly :)). I'm thinking about html/css/js buffer, but I'm not sure, if it should be in Pywlibs or later in CMS. I think, over time I'll probably see of more deficiencies.
Alienarena.cz - Czech web about fps open source game
My project - first easy version
I play this great fps game in free time, but the player-base is small, so I said "damn, we need more players" and I did that website about Alien Arena in czech. It is still just easy first version, but in future there should be many tutorials, news, etc. Or i hope for that :D
Webs in english:
Alien Arena - official website
Alien Arena - forum
Alien Arena - tutorials
elFinder.org - 2.0 beta released
IMHO the best web-filemanager :)
New version of elFinder is released. elFinder is really great filemanager for your website, lets try :)
Next project from the same guys is elRTE - WYSIWYG editor for website.


