Lost Password?


home | tags | Search | Feed
Tag >> Python

CherryPy(thon)

Posted by: v0id in PythonCherryPy on

I discussed the process of generating HTML-pages using templates in my previous blog entry, now we'll go a step further and let the output be used by a server, instead of manually getting the output, and save it as a HTML-file. For this purpose we'll use CherryPy, which is a web development framework for Python. It's not just a framework; it can also work as an server itself. That is primary

Templating with Python

Posted by: v0id in PythonCheetah on

There's lots of different scripting languages around nowadays aimed on web development, like PHP, Ruby, the .NETs, and so on. But it's also possible to do web development using some alternative languages, which commonly isn't known as languages for web development, like Python. And that's exactly what this blog entry is going to be about. I'll show you how to generate HTML-pages easily with

RSS and Python

Posted by: v0id in RSSPythonFeedparser on

I did recently work on a project where I had to parse a RSS feed for a given site. I'd earlier been using PyXML for this purpose, but I thought there must be some easier way to parse RSS, and it turned out I was right. I stumbled upon a Python module called Feedparser, which is a module specialized in parsing RSS and Atom feeds.

Everything is centered around a single dictionary, which makes the

Statistics

Members Today: 250
Members Online: 9
Users Online: 101
Total Users: 19,391
Total Threads: 11,263
Total Posts: 110,995
Newest Member: Faranadus

Tutorials

Text Speecher.
Hello CodeCall .. Today i'm gonna show you how to make Text Speecher i think you understand ... something that you write ,click SPEECH and there will speech that what you write .. The Program i...


ArrayList - Simple version !
Hey guys, today I thought I could show you guys what you can do with ArrayList, java's own build in Array+List :>, the ArrayList is in general slower than normal Arrays if used in larger codes and sca...


Determinants Value
This is a very simple tutorial that shows how to create a simple program in VB6 to calculate the value of a determinant. First - Create 3 new forms. On form1 put a combo box and change its text ...