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. e

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 exa

[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 http://blog.jetbrains.com/pycharm/2013/03/check-out-the-pycharm-3-0-roadmap/?utm_source=feedburner&utm_medium=feed&utm_campaig

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

2012-09-11 Thread Shawn McElroy
raight 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" — A<http://www.

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

2012-09-11 Thread Shawn McElroy
What do you guys think? The core great api would be the crux of the >>>> other apps. This core is what talks to the db. And each if the apps with >>>> build on it. The rest part will be made so they can all communicate with >>>> each other based on the URL.

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" wrote: > It sounds like you

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

2012-09-08 Thread Shawn McElroy
be made so they can all communicate with >>> each other based on the URL. >>> >>> The either individual apps, were they to be on their own, I can totally >>> see as a web2py app. So I'm curious how this idea as a whole, would fit >>> into web2py. If i

[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 up

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, a

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" 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 only work with up t

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, 201