Skip to content

Commit 6fbb756

Browse files
committed
Merge pull request #170 from katiam/gh-pages
Python tutorial, first lesson.
2 parents 4c3766b + 0e00411 commit 6fbb756

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 usually comes with your operating system. Your coach will show you how to use it to run execute 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+
You can also find resources for beginners on [the Python website](https://www.python.org/about/gettingstarted/) and refer to [the Python documentation](https://docs.python.org/2/tutorial/introduction.html), where the language basics are explained.

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)