Einführung in Python

Hier findet Ihr alle Beispiele welche wir in den Übungen gmeinsam durchgemacht haben.

1) Hello World

Nachdem wir Python auf unseren Rechnern installiert haben, ist es Zeit für unser erstes Python Programm: Hello World.

Set Up Your Programming Environment

If your computer is not yet set up to run Python programs, we can show you how to get Python up and running.

Contribute

If you already know Python and would like to help build Introduction to Python, see the project's GitHub page. You might want to look at Issue 17, which discusses a few specific ways you can contribute to the project.


In [ ]:
Feedback
---
If you have any questions or comments, feel free to get in touch:

Overall feedback: [Issue 10](https://github.com/ehmatthes/intro_programming/issues/10) on GitHub.
Twitter: [@ehmatthes](https://twitter.com/ehmatthes)
Email: ehmatthes at gmail dot com

In [ ]:
About
---
I teach high school math and science, and I also teach an Introduction to Programming class each fall. This project started as a series of IPython Notebooks I wrote when teaching this year's programming class.