I'm pretty sure this is a joke/parody. This has to be a joke... On the homepage: (...) (...) pow_devel/generate_controller.py:1 #!C:\Python26\python.exe -u Even though the screencast is on a Mac and pythononwheels.org is running Debian Lenny. pow_devel/pow_console.py:1 ## {{{ http://code.activestate.com/recipes/355319/ (r1) Hilarious webhost: https://www.server4you.de/templates/images/vserver/pic-710-v... I really wa…
Python on Wheels
21–30 of 44 posts
Re: Python on Wheels
#22I'm pretty sure this is a joke/parody. This has to be a joke... On the homepage: (...) (...) pow_devel/generate_controller.py:1 #!C:\Python26\python.exe -u Even though the screencast is on a Mac and pythononwheels.org is running Debian Lenny. pow_devel/pow_console.py:1 ## {{{ http://code.activestate.com/recipes/355319/ (r1) Hilarious webhost: https://www.server4you.de/templates/images/vserver/pic-710-v... I really wa…
The 'Le's are actually a "feature" of Bootstrap.
Re: Python on Wheels
#23Re: Python on Wheels
#24I haven't found anything much simpler than web.py for putting together a simple python web service, but I'm open to seeing something new. Are there any example projects?
What about Bottle[1]? I love it. [1]: http://bottlepy.org/docs/dev/
Re: Python on Wheels
#25Re: Python on Wheels
#26The master branch is really long behind the current development. I also stated that in the screencast.
And as i think about it, some of the comments might refer to the master branch (like the one saying there is no directory structure) which is not the case in Beta1...
Regards
Re: Python on Wheels
#27Earlier quoted context omitted.
What about Bottle[1]? I love it. [1]: http://bottlepy.org/docs/dev/
bottle's great. With any of the microframeworks, transitioning to something a little more hefty is pretty easy. I 'migrated' from bottle to tornado in a matter of a few hours, and I'm a python newbie
Re: Python on Wheels
#28I'm pretty sure this is a joke/parody. This has to be a joke... On the homepage: (...) (...) pow_devel/generate_controller.py:1 #!C:\Python26\python.exe -u Even though the screencast is on a Mac and pythononwheels.org is running Debian Lenny. pow_devel/pow_console.py:1 ## {{{ http://code.activestate.com/recipes/355319/ (r1) Hilarious webhost: https://www.server4you.de/templates/images/vserver/pic-710-v... I really wa…
Hey oinksoft. Dont just punch on top... To your points: 1. The shebang: yes, ouch, gets removed. 2. Pow_console: it is a remark that i too, code from there. I always comment the source if code is not mine. 3. The mentioned code snippets from the homepage are default twitter-bootstrap sources..
Criticism is ok but this is bashing... So, no, its no joke ;)
Re: Python on Wheels
#29I'm pretty sure this is a joke/parody. This has to be a joke... On the homepage: (...) (...) pow_devel/generate_controller.py:1 #!C:\Python26\python.exe -u Even though the screencast is on a Mac and pythononwheels.org is running Debian Lenny. pow_devel/pow_console.py:1 ## {{{ http://code.activestate.com/recipes/355319/ (r1) Hilarious webhost: https://www.server4you.de/templates/images/vserver/pic-710-v... I really wa…
1 point by pythononwheels 7 minutes ago | link | edit | delete Hey oinksoft. Dont just punch on top... To your points: 1. The shebang: yes, ouch, gets removed. 2. Pow_console: it is a remark that i too, code from there. I always comment the source if code is not mine. 3. The mentioned code snippets from the homepage are default twitter-bootstrap sources.. Criticism is ok but this is bashing... So, no, its no joke ;)
* Cobol on Cogs: http://www.coboloncogs.org/INDEX.HTM
* Bash on Balls: https://github.com/jayferd/balls (more of a bizarre proof of concept than an out-and-out joke)
That's no discredit to your own development abilities because the code itself, while far from perfect, seems sizable and functional enough to show that you've put some real thought and effort into this -- keep it up! With time and a good cleanup effort, I'm sure you'll have something that nobody would bat an eye at.
More than likely, Hacker News picked up the your project website because of its name, and so now the spotlight is shining very harshly indeed. It was unfair of me to judge your project as I did.
P.S. You copied part of the HN commenting interface in your comment, and you don't need to include that.
Re: Python on Wheels
#30Interesting, I've been building a similar framework at Prontotype -- though with Bottle, Jinja2, MongoDB and Backbone. One thing I'm missing so far is the ability to "generate", maybe I'll add that in and show the world at some point. Good start & good luck.
Thx, regards, khz