On Wednesday, January 24, 2018 at 1:28:05 PM UTC-8, Andrea Fae' wrote: > > Web2py integrated ide environment is not bad, but with limited debugging, > no intellisense and so on. > I'd like to know what is a completely free IDE for using with web2py. > Visual Studio Community? Visual Code Editor? In which way? How can I > integrate web2py with these IDE? Is it possible? > Can you suggest the best free IDE for web2py, with HTML, CSS, Javascript > and, obviously Python 2? > Thank you >
PyCharm seems to be popular, and produces a bunch of hits (we've had a poster who actually worked with the PyCharm people to improve web2py support). This post by yours truly is from one of the hits: > >> >>> *2.* As a newbie should I use PyCharm as an IDE or would you recommend >>> I use the embedded Web2Py editor? >>> >>> *3.* When using PyCharm, is there any HOW-TO documents on how to get >>> PyCharm working with Web2Py? >>> >> If you're looking to prototype rapidly, forget all that stuff and just >> build something in a text editor (ie Atom) with the pre-installed >> Bootstrap. Don't over-complicate it. >> > > Using PyCharm is discussed in the book: > <URL: http://web2py.com/books/default/chapter/29/14/other-recipes#PyCharm> > > It seems to have some popularity in this group, and this thread may be > relevant. > <URL:https://groups.google.com/d/topic/web2py/wi25qItKDEo/discussion> > > That said, I have never tried it. I use both the built-in IDE and an > external text editor (emacs on linux, the ancient PFE on Windows), choosing > based on ephemeral ideas of convenience. > > (Long ago, I had a couple of experiences with Eclipse, and still have to > deal with Visual Studio sometimes. But those weren't introduced until > after I had a lot of development habits already in place, so IDEs can seem > to me like driving a truck rather than a sportscar. The built-in IDE is > much lighter than Eclipse.) > > /dps > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

