Skip to content

Commit 04b456e

Browse files
author
Katia Malykh
committed
Python tutorial, first lesson.
1 parent 4c3766b commit 04b456e

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

general/setup/tutorial.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@ If you have a Mac you'll have a version of Ruby installed already. A coach can h
4040
You can [download and run the RubyInstaller program](http://rubyinstaller.org/) to program Ruby on Windows.
4141

4242

43+
## Python (optional)
4344

45+
Python would usually set up on your operating system. Your tutor will show you how to run Python code.

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ <h2>Ruby</h2>
6565
<li><a href="ruby/lesson4/tutorial.html">Object Oriented Ruby and Inheritance</a></li>
6666
<li><a href="ruby/lesson5/tutorial.html">Object Oriented Ruby and Inheritance (part 2)</a></li>
6767
</ul>
68+
69+
<h2>Python</h2>
70+
71+
<ul>
72+
<li><a href="ruby/lesson1/tutorial.html">Introduction to Python</a></li>
73+
</ul>
6874
</section>
6975
<footer>
7076
</footer>

python/lesson1/tutorial.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#Introduction to Python
2+
3+
There is a very good introduction article in [Google Developers Guide](https://developers.google.com/edu/python/introduction)
4+
5+
Also there are resources for beginners on [the Python website](https://www.python.org/about/gettingstarted/). And you can always refer to [the documentation](https://docs.python.org/2/tutorial/introduction.html) that explains the basics.

version-control/introduction/tutorial.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ Some popular project using git:
6666

6767
- Linux
6868

69+
- Python
70+
6971
- Ruby
7072

7173
- PHP

0 commit comments

Comments
 (0)