You can use eclipse to develop your web2py apps and avoid the alt+tab
problem.

If you really like the "IDE experience" I suggest you to try wingIDE.

Also you can just use a terminal with emacs, VI or whatever you like to
work. No need to even open the web admin interface.

The documentation, at a first level, is focused on "how to use web2py to
develop an app quickly and easy using all the web2py helpers and API's"

If you have the need to know exactly what is happening on the background,
so you need to take the abstraction off, you need to know some Python and
go to the source code.

The source + the shell = the best docs to understand what is going on
behind all the magic.

http://zerp.ly/rochacbruno
Em 23/03/2012 01:15, "SeamusJP" <jpmorri...@gmail.com> escreveu:

> Hi,
>  I am developing a new project, new to python. Project is mainly for CRUD,
> display data on website, and easy management of back end. I started
> Djangobook and finished it, I felt like it was great and I could go in to
> eclipse, create my models, validate, and then make my forms on site..pretty
> simple (Although I am sure I am missing something).
>  Then I came to find Web2py, initially, I am super stoked about it,
> however I can't seem to mesh with the documentation very well. Maybe I am
> missing something. I feel like djangobook held my hand and spoke about the
> main concepts of django, but in web2py, it jumps right into these super
> long pages , and don't really explain whats happening in the back. Also, I
> am running web2py on my machine, ubuntu, as well as another win7 machine.
> It feels sluggish. Anyone else experience this? Is this whe web based IDE
> causing it? Its difficult to switch through browser tabs / windows to make
> changes to things, validate errors, read the book..It just felt like django
> + eclipse + djangobook + terminalx was easier to manipulate. I could use
> terminal to quickly validate things and find errors, which djangobook
> explained thouroughly.
>  I recently went on to IRC and was told to look at the Vimeo videos. The
> first one just jumped into features, and did not seem like a in depth
> tutorial. I really want to use Web2py, I think it will make my life easier
> when deploying apps, creating forms quickly, etc, but it just doesnt feel
> streamlined, I feel like alt tabbing and inputting code makes me wait
> longer than I had to in eclipse. I am having these weird issues getting it
> going. Anyone experience anything like this? Should I just push through it
> ?
>

Reply via email to