Hacking Fixed, and Python on the Web
Hey Everyone, just an update on the last post. I was able to dig through the wordpress files and find where the hack was and it appears to be fixed now.
Again if you notice anything strange happening here, redirects to external sites and whatnot, please let me know.
Also, does anyone here use any of the python web frameworks? I’d like to try my hand at them, but I’m having difficulty deciding between Pylons, Django, and Zope. I’m a total n00b when it comes to web programming, so it’s something that I’d like to be better at, so one of my requirements is being easy for beginners to learn.
If anyone has any thoughts or advice please post a comment.



August 12th, 2010 at 12:42 pm
Try Django….and Guido loves it!.
August 12th, 2010 at 12:57 pm
try web2py, in the first look it look pretty well
August 12th, 2010 at 1:13 pm
I love Pylons myself, but I think Django might be a better starting point.
I cannot in good conscience recommend Zope.
August 12th, 2010 at 1:39 pm
Try turbogears. It has the tooling of django, but if you want to do something different, it is sitting on top of pylons.
August 12th, 2010 at 2:10 pm
Django has the most users of any of the web frameworks except maybe Zope/Plone. If you want something easy to use, django is probably the easiest to go with just because of it’s huge amount of documentation and robust community.
Alternatives include TurboGears, Pylons, web2py, Grok (which is on top of Zope), and several others. Now that I think about it, Zope isn’t Zope any more…it’s BlueBream.
August 12th, 2010 at 3:02 pm
actually depends what you need. probably best for you would be to django since its most spreaded. but also look into repoze.bfg, great framework, and very good documentation … my favorite tool. but then again if you need something more then web framework like cms, then you should definetly look into zope world. plone is rocking here. but keep in mind learning *any* cms takes time and patience so does with plone or any other cms you will use.
August 12th, 2010 at 3:46 pm
http://flask.pocoo.org/ is very easy to handle
August 12th, 2010 at 4:15 pm
I was in the same dillema 1 year ago … In my opinion go with Django!
pros: easy workflow, great documentation, large and evergrowing community.
I don’t think any other framework can compete at this time..
August 12th, 2010 at 4:37 pm
Another vote for Flask, from someone who’s gone through extensive use of Zope (ages ago), Pylons, Turbogears, and experiments with many others before finally realizing they all just try to do too darn much. If not Flask, better do Django just because it’s the biggest bandwagon there is these days.
August 13th, 2010 at 3:46 am
Bottle for simple projects or Turbogears. Django is the biggest bandwagon but less flexible and neatly designed that Pylons.
August 13th, 2010 at 8:00 am
I seriously hope it’s paying out, because the pages look absolutely horrible with all the ads – hard to see the contents of your posrts.
August 13th, 2010 at 9:06 am
+1 for Flask, i really enjoy using it.

selsine Says:August 13th, 2010 at 3:50 pm
Interesting, I took a quick look at flask and bottle (since I hadn’t seen them before) and they both look really interesting.
I’ve spent all my development time on the desktop, so this web framework stuff is really new to me. I’m just thinking about a simple app to start that would allow people to perform calculations in a web page. I assume that I don’t have to do it in Python, and could probably handle it in an easier way, but I wanted to try some python on the web to learn something new.
Thanks for the comments everyone.
August 14th, 2010 at 4:31 am
web.py http://webpy.org/
August 14th, 2010 at 5:04 am
pylons is very good and use pylons book(http://pylonsbook.com/) to understand it. They say its hard to learn and they are wrong and it may take some time because your learning an orm like sqlalchemy and templating like mako and routes(url mapping) and many more like paste and beaker and webhelpers and formencode.and if dont like mako you can use genshi or jinja and this goes for most the other components.
before all that you learn wsgi(http://en.wikipedia.org/wiki/Web_Server_Gateway_Interface) by learning how its implemented in pylons
NOTE: the book is for pylons 0.9.7 and pylons latest version is pylons 1.0 . use the book to learn pylons overall and learn the changes from updated docs (http://bitbucket.org/bbangert/quickwiki)(http://bitbucket.org/bbangert/pylons)
August 14th, 2010 at 7:13 am
any chance you could write about your proceedings in the “Welcome to Python”-style? I’m at the same point, when it comes to web development. But I’m too stupid to think of an interesting topic for my first web project.
August 15th, 2010 at 3:55 pm
Django is for python lovers
Everything just works! xD

selsine Says:August 19th, 2010 at 8:53 pm
Interesting, what I like about Django is that is seems to have a lot of followers, but some of the simple ones interest me because they are so simple.
@till
I do think that I will blog about what I decide to do. Hopefully I get the time to start investigating this!
September 6th, 2010 at 4:10 am
How about Google App Engine? You don’t have to worry about finding a web hosting provider.
November 28th, 2010 at 5:29 am
Flask is awesome for smaller projects
January 26th, 2012 at 6:03 pm
quality web programmer…
[...]learning python » Blog Archive » Hacking Fixed, and Python on the Web[...]…