This question has been flagged
16 Replies
27862 Views

I won't have the choice.... I have to learn Python language... Too important for customizing Odoo.

So, where is the best tuto in the world?

Thanks

Avatar
Discard

#python #for #odoo #customization

https://old.reddit.com/r/PythonForOdoo/

Best Answer

www.tutorialspoint.com/python/

Its good

Avatar
Discard
Author

Very interesting. I will print it soon... Thanks.

Best Answer

There is also the Python Class that they teach at Google with the excellent Nick Parlante (Stanford teacher), and it comes with exercises and corrections. https://www.youtube.com/watch?v=tKTZoB2Vjuk&list=PL123FD827C7984559

Avatar
Discard
Best Answer

A little old, but very well written - Dive Into Python - http://www.diveintopython.net/

Avatar
Discard
Author Best Answer

Here are others links :

http://python.developpez.com/tutoriels/cours-python-uni-paris7/

http://www.tutorialspoint.com/python/python_tutorial.pdf

http://uploads.siteduzero.com/ftp/livre/python/apprenez_a_programmer_en_python.pdf

Pleasure.

Avatar
Discard
Author

finally, encodage problem with the PDF for this tutorial.

Code Academy has a guided Python class for beginner. You can try that if you are really starting.

Best Answer

Read more about python programming and odoo business development:

For odoo:https://learnopenerp.tumblr.com/

For python: Python for Odoo

Avatar
Discard
Best Answer

I have learned python recently.

You can follow https://www.crazygeeks.org/python/ to learn Python effectively.

Avatar
Discard

I have learned python recently.

You can follow https://www.crazygeeks.org/python/ to learn Python effectively.

One more thing i have installed Python 3 by using https://linux4one.com/how-to-install-python-on-ubuntu-18-04/ this tutorial

Best Answer

I recommend the site https://dakotaleest.weebly.com/ . I am sure you'll find Python tutorial there and get help from programmists in any case.

Avatar
Discard
Best Answer

For beginners in programming :

Marijn Haverbeke : "Eloquent Javascript, a modern introduction to programming"
https://eloquentjavascript.net/
(in english, french, deutsch, polish, russian, bulgarian, polish) — short, concise, powerfull!

Quite different from other beginners books, the famous :
Zed A. Shaw "Learn Python the hard way"
https://learnpythonthehardway.org/
(available for Python 2.7 and 3.6) — because the hard way is easier!

The Gerard Swinnen's book : https://inforef.be/swi/python.htm
(partly adapted from "How to think like a computer scientist")
(available in french and arabic, for Python 2.7 and 3) — very easy but a bit verbose

Bob Cordeau & Laurent Pointal : "Une introduction à Python 3"
https://perso.limsi.fr/pointal/python:courspython3
(french only) — also available for programmers in a shorter version.


Avatar
Discard