@@ -6,7 +6,7 @@ title: Python
6
6
Python
7
7
======
8
8
9
- Student Robotics robots are all programmed in [ Python 2.7 ] ( https://www.python.org ) ;
9
+ Student Robotics robots are all programmed in [ Python 3.9 ] ( https://www.python.org ) ;
10
10
to program a robot, it is important that you have a basic understanding of Python.
11
11
12
12
There are a number of tutorials out there which might help you to learn to program in Python:
@@ -15,15 +15,11 @@ There are a number of tutorials out there which might help you to learn to progr
15
15
This was written especially for Student Robotics competitors,
16
16
and explains the basics while trying not to overwhelm you.
17
17
18
- * [ The Official Tutorial] ( https://docs.python.org/tutorial/ ) -- the good stuff starts at chapter 3,
18
+ * [ The Official Tutorial] ( https://docs.python.org/3.9/ tutorial/ ) -- the good stuff starts at chapter 3,
19
19
but you should at least skim the stuff before it;
20
20
there is a lot there and it may be a little overwhelming.
21
21
22
22
* A number of tutorials for beginners are linked to from [ here] ( https://wiki.python.org/moin/BeginnersGuide/NonProgrammers ) .
23
- [ Wikibooks Tutorial] ( https://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_2.6 ) seems like a good one.
23
+ [ Wikibooks Tutorial] ( https://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_3 ) seems like a good one.
24
24
25
- * A number of tutorials for people that have programmed before are linked to from [ here] ( https://wiki.python.org/moin/BeginnersGuide/Programmers ) .
26
- [ Google's Python Class] ( https://developers.google.com/edu/python ) looks to be a good tutorial which has some lecture videos to go with it.
27
-
28
- * [ The Official Docs] ( https://docs.python.org/2.7/ ) , for the version of python on the [ Odroid Brain Boards] ( /docs/kit/brain_board ) .
29
- We also host a [ copy] ({{ site.url }}/docs/python) of docs for the precise version (2.7.5) that it uses.
25
+ * [ The Official Docs] ( https://docs.python.org/3.9/ ) , for the version of python on the [ Odroid Brain Boards] ( /docs/kit/brain_board ) .
0 commit comments