Re: [web2py] Tutorial for mastering web2py

2018-12-26 Thread 黄祥
read the book, start to build something (start from simple first), share web2py problem here *ref:* http://web2py.com/books/default/chapter/29 best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https

Re: [web2py] Tutorial for mastering web2py

2018-12-26 Thread Eliezer (Vlad) Tseytkin
The best is Massimo's video course on Vimeo. It's really totally awesome, not just the best. You can search by Massimo's name, it'll come up. Would be great if all those videos (plus others; I am sure there are plenty more) go up on YouTube in one place dedicated to web2py. I guess Massimo is too

[web2py] Tutorial for mastering web2py

2018-12-26 Thread toppythoncoder
Is there any tutorial for mastering web2py? -- 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 Go

Re: [web2py] Tutorial on using chart library

2018-01-23 Thread Gualter Portella
Thanks, António! -- 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"

Re: [web2py] Tutorial on using chart library

2018-01-23 Thread António Ramos
Just a quick google search https://stackoverflow.com/questions/34326343/embedding-d3-js-graph-in-a-web2py-bootstrap-page https://github.com/greaneym/d3anim https://github.com/monotasker/plugin_d3 2018-01-23 14:39 GMT+00:00 Gualter Portella : > Hi everyone, > > I am looking for a tutorial in web

[web2py] Tutorial on using chart library

2018-01-23 Thread Gualter Portella
Hi everyone, I am looking for a tutorial in web2py that shows how to create dynamic graphs - fetching data from the database and passing them to the JS library through ajax or something similar. Does anyone know of any? Thanks. Gualter -- Resources: - http://web2py.com - http://web2py.com/bo

[web2py] Tutorial bootstrap+web2py

2015-07-21 Thread Paolo Amboni
Can someone point me to a *comprehensive tutorial* (or a group of tutorial) on how to customize web2py using bootstrap themes? If I past a theme in bootstrap.mon.css my app always use the black theme.! Which are the relations between web2py.css, web2py-bootstrap3.css, bootstrap.min.css and boot

[web2py] meet at web2py tutorial, PyCon Montreal on Weds

2014-04-09 Thread Michael Deutsch
Just a note to say I'll be at the half-day web2py tutorial session<https://us.pycon.org/2014/schedule/presentation/133/>tomorrow (Weds), at PyCon 2014 up in Montreal, and I'd be happy to hang out and talk python/web2py/Montreal for the afternoon if any of you plan to be around

[web2py] tutorial code: recipes modifying it without success

2012-05-30 Thread BlueShadow
Hi I think I took this code from one of massimos tutorial videos: def recipes(): try: failtrial=int(request.vars.category) rows=db(db.recipes.category==request.vars.category).select(orderby=~ db.recipes.submitted) except: rows=db().select(db.recipes.ALL, orderby=~db

Re: [web2py] tutorial

2012-05-15 Thread Manuele Pesenti
Il 15/05/2012 14:56, Gerald Klein ha scritto: *def index():* *session.counter = (session.counter or 0) + 1* *return dict(message="hello", session.counter)* the right code for building a dictionary is the one suggested by Richard, in

Re: [web2py] tutorial

2012-05-15 Thread Richard Vézina
I don't think he needs to return it to the view if in the view he is calling session.counter, but yes if he call the counter like this : {{=counter}} counter has to be pass by the function to the view. Richard On Tue, May 15, 2012 at 9:53 AM, Ivica Kralj wrote: > > I think you are missing a v

Re: [web2py] tutorial

2012-05-15 Thread Ivica Kralj
I think you are missing a variable name for session.counter in return. e.g. return dict(message="Hello", counter=session.counter) On 15 May 2012 13:56, Gerald Klein wrote: > I am working through the tutorial on the web2py site, checking web2py out > and I keep getting errors for thing

Re: [web2py] tutorial

2012-05-15 Thread Richard Vézina
Not sure, but I think you don't need to return session and if you need it, it should be like this : dict(var=VAR, var1=VAR1, etc.) dict() is python dictionnary constructor function, so you need a key and a value : var is the key VAR is the value. Richard On Tue, May 15, 2012 at 8:56 AM, Gerald

[web2py] tutorial

2012-05-15 Thread Gerald Klein
I am working through the tutorial on the web2py site, checking web2py out and I keep getting errors for things I can't see. Like type 'exceptions.SyntaxError'> non-keyword arg after keyword arg (default.py, line 14) That code does not exist on the page. The prior code is: *def index():**ses

[web2py] tutorial on creating jquery plugins

2011-11-22 Thread Massimo Di Pierro
http://www.re-cycledair.com/creating-jquery-plugins

[web2py] Tutorial about making a Layout

2011-07-24 Thread António Ramos
hello, i´m having dificulty understanding how to make my own layout. The web2p book is very fast explaining this. Where can i find a video about making a layout? thank you António

[web2py] Re: Video of Pycon web2py tutorial?

2011-03-14 Thread Kevin Ivarsen
4, 2011 11:25:01 AM UTC-4, Kevin Ivarsen wrote: > > Videos from some of the Pycon talks have been showing up on > >http://pycon.blip.tv. > > Does anyone know if videos or audio from the tutorial sessions > > (Massimo's web2py tutorial in particular) will eventually become > > available? > > > Thanks, > > Kevin

[web2py] Video of Pycon web2py tutorial?

2011-03-14 Thread Kevin Ivarsen
Videos from some of the Pycon talks have been showing up on http://pycon.blip.tv. Does anyone know if videos or audio from the tutorial sessions (Massimo's web2py tutorial in particular) will eventually become available? Thanks, Kevin

[web2py] Re: Video of Pycon web2py tutorial?

2011-03-14 Thread Anthony
http://www.blip.tv/file/4879126 On Monday, March 14, 2011 11:25:01 AM UTC-4, Kevin Ivarsen wrote: > Videos from some of the Pycon talks have been showing up on > http://pycon.blip.tv. > Does anyone know if videos or audio from the tutorial sessions > (Massimo's web2py tutor

[web2py] Re: web2py tutorial at PyCon 2011 - important

2011-03-14 Thread Massimo Di Pierro
his > list who sign up for the web2py tutorial, if they sign up by next week > and email me a proof of registration. > > Plus everybody who registers within Feb 9 will get a free copy of the > printed book. > > Massimo > > On Jan 15, 2:49 pm, Anthony wrote: > > >

[web2py] Re: web2py tutorial at PyCon 2011 - important

2011-02-24 Thread Anthony
I'll be there. Looking forward to meeting you and others. Anthony On Thursday, February 24, 2011 12:23:36 PM UTC-5, Nico de Groot wrote: > Anthony, > > I just registered for Pycon 2011. Hope to see you and other > Web2pythonista's at the Web2py tutorial. > >

[web2py] Re: web2py tutorial at PyCon 2011 - important

2011-02-24 Thread Nico de Groot
Anthony, I just registered for Pycon 2011. Hope to see you and other Web2pythonista's at the Web2py tutorial. Offray, Cynin is Plone-based. Looks usable for building an LMS, given the available components, but for now I'm sticking with Web2py in combination with Blackboard. Building

Re: [web2py] Re: web2py tutorial at PyCon 2011 - important

2011-02-08 Thread Offray Vladimir Luna Cárdenas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, El 08/02/11 05:25, Nico de Groot escribió: > I'm curious, what is the state on Pycon 2011? By the look of it, on > the Pycon website the tutorial is still 'on'. I'm thinking of going > there, I would like to meet other web2py developers and especi

[web2py] Re: web2py tutorial at PyCon 2011 - important

2011-02-08 Thread Anthony
so it's > not > > too late to get the lower rates. But apparently it's filling up fast (the > > > conference overall, not necessarily the web2py tutorial), so don't wait. > > > > http://us.pycon.org/2011/blog/2011/01/17/pycon-early-bird-prices-exte..

[web2py] Re: web2py tutorial at PyCon 2011 - important

2011-02-08 Thread Nico de Groot
ower rates. But apparently it's filling up fast (the > conference overall, not necessarily the web2py tutorial), so don't wait. > > http://us.pycon.org/2011/blog/2011/01/17/pycon-early-bird-prices-exte... > > Anthony > > > > > > > > On Saturday, J

[web2py] Re: web2py tutorial at PyCon 2011 - important

2011-01-17 Thread Anthony
Note, the PyCon early bird prices have been extended to Jan. 25, so it's not too late to get the lower rates. But apparently it's filling up fast (the conference overall, not necessarily the web2py tutorial), so don't wait. http://us.pycon.org/2011/blog/2011/01/17/pycon-ea

[web2py] Re: web2py tutorial at PyCon 2011 - important

2011-01-15 Thread mart
is there web conferencing?if yes, then it probably means free access to the online version of the book? :) On Jan 15, 5:47 pm, Massimo Di Pierro wrote: > I will personally reimburse $70 to the first 5 attendees from this > list who sign up for the web2py tutorial, if they sign up by nex

[web2py] Re: web2py tutorial at PyCon 2011 - important

2011-01-15 Thread Massimo Di Pierro
I will personally reimburse $70 to the first 5 attendees from this list who sign up for the web2py tutorial, if they sign up by next week and email me a proof of registration. Plus everybody who registers within Feb 9 will get a free copy of the printed book. Massimo On Jan 15, 2:49 pm, Anthony

[web2py] Re: web2py tutorial at PyCon 2011 - important

2011-01-15 Thread Anthony
urday, January 15, 2011 3:41:36 PM UTC-5, Anthony wrote: > Just signed up for the web2py tutorial. :) > > Do it by Monday and save $50. > > Anthony > > > On Saturday, January 15, 2011 3:00:47 PM UTC-5, Massimo Di Pierro wrote: > >> If you are planning

[web2py] Re: web2py tutorial at PyCon 2011 - important

2011-01-15 Thread Anthony
Just signed up for the web2py tutorial. :) Do it by Monday and save $50. Anthony On Saturday, January 15, 2011 3:00:47 PM UTC-5, Massimo Di Pierro wrote: > If you are planning to attend, please sign up by next week. > > Tutorials that do not meet a minimum numbers of attendee

[web2py] web2py tutorial at PyCon 2011 - important

2011-01-15 Thread Massimo Di Pierro
If you are planning to attend, please sign up by next week. Tutorials that do not meet a minimum numbers of attendees by next week, will be cancelled. Massimo

[web2py] Fwd: PyCon early-bird deadline: MONDAY Jan. 17 [don't miss the web2py tutorial]

2011-01-14 Thread Anthony
For those interested... Note, the web2py tutorial to be taught by Massimo ("web2py Secrets") is scheduled for Wed, Mar 9, 9am - noon: http://us.pycon.org/2011/schedule/sessions/26/ Costs increase after Monday, and again after Mar 1, so act fast. Anthony -- Forward

Re: [web2py] Re: OAuth and Web2Py Tutorial

2010-06-30 Thread Albert Abril
Nice :) In the article you used python-oauth2. As an alternative, if you want to use it with twitter, you can use tweepy. It adds client functions. http://joshthecoder.github.com/tweepy/docs/index.html Regards! On Tue, Jun 22, 2010 at 10:2

Re: [web2py] Re: OAuth and Web2Py Tutorial

2010-06-22 Thread Mathieu Clabaut
Nice.. Thank you for sharing! On Mon, Jun 21, 2010 at 18:45, mdipierro wrote: > +1 > > On Jun 21, 10:44 am, Doug Warren wrote: > > I wrote a small tutorial on how to use OAuth with web2py by linking a > > session with a Twitter account. A future update will include > > embedding the access tok

[web2py] Re: OAuth and Web2Py Tutorial

2010-06-21 Thread mdipierro
+1 On Jun 21, 10:44 am, Doug Warren wrote: > I wrote a small tutorial on how to use OAuth with web2py by linking a > session with a Twitter account.  A future update will include > embedding the access token with auth and creating an oauth > login_method class.  It can be found > athttp://dougwa

[web2py] OAuth and Web2Py Tutorial

2010-06-21 Thread Doug Warren
I wrote a small tutorial on how to use OAuth with web2py by linking a session with a Twitter account. A future update will include embedding the access token with auth and creating an oauth login_method class. It can be found at http://dougwarren.org/2010/06/oauth-and-web2py-part-1/

[web2py:28049] Re: Web2py Tutorial + Own admin?

2009-08-05 Thread mdipierro
Are you asking if you are allowed to build a tutorial? Of course you are and it is great that you are doing it. I would like to see alternatives to admin and appadmin. Massimo On Aug 5, 2:45 pm, Pynthon wrote: > Hello > > I've created a small Web2py tutorial athttp://pynthon

[web2py:28044] Web2py Tutorial + Own admin?

2009-08-05 Thread Pynthon
Hello I've created a small Web2py tutorial at http://pynthon.naar.info/ but is this allowed? Because the book is paid and that is really "the" book. Do you guys build your own admin interface or are you using Web2pys admin? IMO is the Web2py admin more something like PHPAdmi