Skip to content

Commit f8e7ab5

Browse files
committedAug 7, 2014
english folder: 1st 2 slides
1 parent a0ba5df commit f8e7ab5

File tree

5 files changed

+33
-0
lines changed

5 files changed

+33
-0
lines changed
 

‎.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*~
2+
\#*

‎README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ python-for-zombies
33

44
Online Python course by Fernando Masanori Ashikaga and contributors.
55

6+
Contributing
7+
------------
8+
The images etc. should be accessible from the root. The translations should
9+
be kept in their separate folders.
10+
11+
We eventually want to have some sort of build script to create Reveal.js
12+
presentation.
13+
614
License
715
-------
816
Creative Commons Share Alike

‎english/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The English translation of the materials.

‎english/TWP00.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Python for zombies
2+
3+
## fmasanori@gmail.com
4+
5+
<img src="../img/bald_green_zombie.jpg" width="50%">
6+
7+
---
8+
9+
# Objectives of the course
10+
11+
What will we learn?
12+
13+
- Programming in Python
14+
- More precisely, learn the logic of programming
15+
- This is the basis for everything else: web development, games, etc...
16+
17+
Who is the course for?
18+
19+
- Beginners == zombies
20+
- It's enough to have Python installed and you can start learning new things
21+
22+
---

‎img/bald_green_zombie.jpg

248 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.