Re: [web2py] web2py and python3

2014-03-29 Thread Shawn McElroy
I am curious how much interest has been garnered for python 3 support. I have read about people askign about it for quite some time. And have seen that it may very well be a different project all together (web3py ?). Python 3 seems to really have picked up a lot more in the last couple years.

Re: [web2py] Re: web3py?

2013-08-25 Thread Shawn McElroy
It has been quite some time since the topic was updated. So I was curious to the status of web3py. I know it's not done and I'm not asking for a release date. I am just wondering what is going on currently. On Wednesday, December 26, 2012 5:14:16 AM UTC-8, Alec Taylor wrote: +1 to WebRTC

[web2py] Web2Py support on roadmap for pycharm 3

2013-03-25 Thread Shawn McElroy
Just wanted to share, it looks like Web2Py is finally on the pycharm 3 roadmap. Article was posted today: http://confluence.jetbrains.com/display/PYH/PyCharm+3.0+Roadmap

Re: [web2py] Re: Web2py. for a minimalist app, it feels bloated. Do it I need it?

2012-09-11 Thread Shawn McElroy
Well its starting to seem like a good fit. But yes I won't be using DAL, since I'll be using orientdb. I know I lose something with that decision, but its what I need. I'm also curious how people are using it here as well with web2py. On Sep 11, 2012 1:46 AM, pbreit pbreitenb...@gmail.com wrote:

Re: [web2py] Re: Web2py. for a minimalist app, it feels bloated. Do it I need it?

2012-09-11 Thread Shawn McElroy
if I'm not using them (since I can't see what's being imported). So in a way it feels like bloat. A reason I don't like django. What do you guys think? Any input is greatly appreciated. -- -- -- -- Shawn McElroy Anything worth doing, is worth doing right — Hunter S. Thompson

Re: [web2py] Re: Web2py. for a minimalist app, it feels bloated. Do it I need it?

2012-09-11 Thread Shawn McElroy
a candidate for a straight dal database adapter. A graph database sounds interesting.. -- -- -- Shawn McElroy Anything worth doing, is worth doing right — Hunter S. Thompson A mind troubled by doubt cannot focus on the course to victory — Ahttp://www.goodreads.com/author/quotes/5237

[web2py] Web2py. for a minimalist app, it feels bloated. Do it I need it?

2012-09-08 Thread Shawn McElroy
I am somewhat new to python, and * shock * have an idea for a simple app I want to build. To start the app will be relatively light weight, but if it works out in my grand scheme could be far more complex.but the core will be fairly simple. something an experienced python dev could probably whip

Re: [web2py] Re: Web2py. for a minimalist app, it feels bloated. Do it I need it?

2012-09-08 Thread Shawn McElroy
. -- -- -- Shawn McElroy Anything worth doing, is worth doing right — Hunter S. Thompson A mind troubled by doubt cannot focus on the course to victory — Ahttp://www.goodreads.com/author/quotes/5237.Hunter_S_Thompsonrthur Golden --

Re: [web2py] Re: Why would I use DIV classes/helpers, over an html template?

2012-09-07 Thread Shawn McElroy
But see, to me, now that's putting HTML in the controller. Which I see as a negative. Ideally I would pass the data to the view and use a foreach over the data contents. And for marking a field as red, I would put some metadata into the data sent to the view. I would just test if vacant was true,

Re: [web2py] Web2Py with real time data

2012-09-04 Thread Shawn McElroy
No I was not. I'll check out the video and let you know. Thanks. On Sep 4, 2012 12:41 PM, Richard Vézina ml.richard.vez...@gmail.com wrote: Are you aware of comet_messaging.py in gluon/contrib? There is a video from Bruno that show how use it : http://vimeo.com/38972256 It use websocket, so

Re: [web2py] Use web2py to create offline desktop application

2012-09-01 Thread Shawn McElroy
Oh awesome. I'll have to look more into sqlite. I've never used it. Is there any docs on using it it if the remote db is mongo/couch (syncing). Or even if there's a way to package couch/mongo with the app so they don't have to in stall it separately (assuming not using sqlite locally) On Sep 1,