If you made use of SQLHTML forms and grid and simply want to move from 
python2 to python3, than stick with web2py.
If you want to use the DAL and maybe web2py templates but your app is (or 
will be) using mostly API driven then use web3py.

web3py already supports tickets (like web2py), pydal, yatl, helpers (almost 
identical to web2py), multi app (applications folder), and will soon have a 
functioning _dashboard (with similar functionalities to web2py's 
admin+appadmin). You will be able to develop and deploy and manage apps 
very much like you do in web2py. What we will not do, is encourage the use 
of server side rendering of forms and grids with postbacks logic that 
web2py has. We will instead create more tools to make API based apps easier 
to build with minimal JS programming. web3py will be less opinionated on 
the server but more opinionated on the client. It will not force you to use 
any client specific JS but default apps will ship with vue.js and examples 
based on vue.js.

The goal is the same "make web development easy and enforce good practices" 
but the web has changed since 2007, when web2py was designed.

Massimo


On Saturday, 20 April 2019 14:44:39 UTC-7, Jacinto Parga wrote:
>
> So, if you plan to move your web services developed with web2py python 2.7 
> to python 3 and deploy new micro services, what would be the best choice to 
> try?
>  - web2py for python 3
>  - web3py
>  
>  Let's suppose one year term
>
> El sábado, 20 de abril de 2019, 22:45:55 (UTC+2), 黄祥 escribió:
>>
>> is it on same situation web2py for python 3 vs web3py
>> with
>> laravel vs lumen
>> ?
>> the first is full stack web framework, while the other is micro web 
>> framework
>>
>> best regards,
>> stifan
>>
>

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to