Re: [web2py] Re: more tutorials?

2012-03-05 Thread mikech
Bruno:

This sounds great, I'd like to hear a sample in English when it's available.

Mike

On Monday, March 5, 2012 4:47:06 PM UTC-8, rochacbruno wrote:
>
> I teach a Python and web2py online course for begginers[1], I teach the 
> course in Portuguese and now it is completing one year of existence, in 
> this last year I've trained 156 people in 10 class groups, normally each 
> group has 15-20 students and all the classes are recorded and available for 
> future referencing.
>
> Now I am starting to record a series "*Python and web2py from the 
> beginner to intermediate*" - This will be a payed on-line course in 
> videos a total of 12 classes (In English with Spanish subtitles), having 2 
> hours each class and total on-line support for the students. During the 
> course following the successful example of the Portuguese classes, the 
> students will develop an e-commerce system for a fictitious store.
>
> In the program we are going to see the Python basics, Object Oriented 
> Programming with Python, Most used modules and tools and development of 
> scripts, modules, packages, simple desktop application with Tkinter & DAL 
> and after that we will have 7 videos talking about almost everything of 
> web2py and basics of web development.
>
> I am studying to improve my English pronunciation and counting with the 
> help of a English teacher to be better understandable (but still with a 
> nice Portuguese accent..)
>
> The whole program will cost ~U$300 per student (almost the same I charge 
> in Brazil)
>
> You can watch an example class in Portuguese: 
> here: (Intro video) http://www.cursodepython.com.br/ and here: (3 hour 
> class) http://www.cursodepython.com.br/matricula/curso-gravado
>
> I just started to record it all in English and I am negotiating the 
> inclusion of Spanish subtitles.
>
> I will announce here when I get some videos ready!
>
> [1] http://www.cursodepython.com.br 
> -- 
>
> Bruno Rocha
> [http://rochacbruno.com.br]
>
>
On Monday, March 5, 2012 4:47:06 PM UTC-8, rochacbruno wrote:
>
> I teach a Python and web2py online course for begginers[1], I teach the 
> course in Portuguese and now it is completing one year of existence, in 
> this last year I've trained 156 people in 10 class groups, normally each 
> group has 15-20 students and all the classes are recorded and available for 
> future referencing.
>
> Now I am starting to record a series "*Python and web2py from the 
> beginner to intermediate*" - This will be a payed on-line course in 
> videos a total of 12 classes (In English with Spanish subtitles), having 2 
> hours each class and total on-line support for the students. During the 
> course following the successful example of the Portuguese classes, the 
> students will develop an e-commerce system for a fictitious store.
>
> In the program we are going to see the Python basics, Object Oriented 
> Programming with Python, Most used modules and tools and development of 
> scripts, modules, packages, simple desktop application with Tkinter & DAL 
> and after that we will have 7 videos talking about almost everything of 
> web2py and basics of web development.
>
> I am studying to improve my English pronunciation and counting with the 
> help of a English teacher to be better understandable (but still with a 
> nice Portuguese accent..)
>
> The whole program will cost ~U$300 per student (almost the same I charge 
> in Brazil)
>
> You can watch an example class in Portuguese: 
> here: (Intro video) http://www.cursodepython.com.br/ and here: (3 hour 
> class) http://www.cursodepython.com.br/matricula/curso-gravado
>
> I just started to record it all in English and I am negotiating the 
> inclusion of Spanish subtitles.
>
> I will announce here when I get some videos ready!
>
> [1] http://www.cursodepython.com.br 
> -- 
>
> Bruno Rocha
> [http://rochacbruno.com.br]
>
>

Re: [web2py] Re: more tutorials?

2012-03-05 Thread Bruno Rocha
I teach a Python and web2py online course for begginers[1], I teach the
course in Portuguese and now it is completing one year of existence, in
this last year I've trained 156 people in 10 class groups, normally each
group has 15-20 students and all the classes are recorded and available for
future referencing.

Now I am starting to record a series "*Python and web2py from the beginner
to intermediate*" - This will be a payed on-line course in videos a total
of 12 classes (In English with Spanish subtitles), having 2 hours each
class and total on-line support for the students. During the course
following the successful example of the Portuguese classes, the students
will develop an e-commerce system for a fictitious store.

In the program we are going to see the Python basics, Object Oriented
Programming with Python, Most used modules and tools and development of
scripts, modules, packages, simple desktop application with Tkinter & DAL
and after that we will have 7 videos talking about almost everything of
web2py and basics of web development.

I am studying to improve my English pronunciation and counting with the
help of a English teacher to be better understandable (but still with a
nice Portuguese accent..)

The whole program will cost ~U$300 per student (almost the same I charge in
Brazil)

You can watch an example class in Portuguese:
here: (Intro video) http://www.cursodepython.com.br/ and here: (3 hour
class) http://www.cursodepython.com.br/matricula/curso-gravado

I just started to record it all in English and I am negotiating the
inclusion of Spanish subtitles.

I will announce here when I get some videos ready!

[1] http://www.cursodepython.com.br
-- 

Bruno Rocha
[http://rochacbruno.com.br]


[web2py] Re: more tutorials?

2012-03-05 Thread Anthony
Maybe some of these will help:
http://www.web2py.com/examples/default/examples
http://www.web2py.com/AlterEgo (some of these entries are outdated)
http://www.web2pyslices.com
http://www.web2py.com/examples/default/videos/
http://www.youtube.com/playlist?list=PL5E2E223FE3777851
http://killer-web-development.com/ 

Anthony

On Monday, March 5, 2012 4:18:52 PM UTC-5, Larry Wapnitsky wrote:
>
> So, I seem to be getting stuck a lot as I'm learning web2py, but I'm not 
> finding the online documentation to be very thorough in answering my 
> questions.  Additionally, as much as have enjoyed the assistance I've 
> gotten from the newsgroup so far, the time delay on responses keeps me from 
> working sometimes.
>
> Are there any more detailed tutorials online related to web2py that go 
> into more depth?  I do have the Cookbook on order for when it is released, 
> but having information available at all times online would be beneficial. 
> This is how I learned Python in the first place.
>
> Thanks
>