Skip to content

Commit 47bb895

Browse files
committed
Merge branch 'python3-tutorials'
2 parents 666a9d3 + ed7b527 commit 47bb895

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

tutorials/basic_motor_control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,4 +265,4 @@ From here, you should be able to make your robot move about in a controlled mann
265265
See if you can make your robot drive forwards to a given point, stop, turn around and then return to its starting point.
266266

267267
You might also like to see if you can make the larger code example above more concise by creating functions for the repetitive parts.
268-
[This](https://www.tutorialspoint.com/python/python_functions.htm) tutorial seems good if you're interested.
268+
[This](https://www.tutorialspoint.com/python3/python_functions.htm) tutorial seems good if you're interested.

tutorials/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ Read the following tutorials listed in order of difficulty:
1010

1111
1. [Basic Motor Control](/docs/tutorials/basic_motor_control) — all you need to know to get your motors moving
1212
2. [Python: A whirlwind tour](/docs/tutorials/python) — an overview of how to use [python](https://www.python.org "The Python programming language")
13+
14+
We also recommend these external tutorials:
15+
16+
* Microsoft's [Take your first steps with Python](https://docs.microsoft.com/en-us/learn/paths/python-first-steps/)
17+
* Microsoft's [Build real world applications with Python](https://docs.microsoft.com/en-us/learn/paths/python-language/)
18+
* Tutorials Point's [Python 3 Tutorial](https://www.tutorialspoint.com/python3/index.htm)

0 commit comments

Comments
 (0)