This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:about [2011/12/10 21:44] horst [about] |
en:about [2020/05/07 10:32] (current) horst |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== about ====== | + | ====== about & contact |
This is a free wiki book to help you learn open source game programming with the python pragmming language and other free and open source tools. | This is a free wiki book to help you learn open source game programming with the python pragmming language and other free and open source tools. | ||
- | This book is created by Horst JENS and written mostly by him and his friends. All content in this book is either | + | This book is created by [[http:// |
- | Feel free to improve this page, edit and translate pages and create new pages. All you need is to create an account on this wiki. If you want to contribute code, you best create an account on github.com. | + | Feel free to improve this page, edit and translate pages and create new pages. All you need is to create an account on this wiki. If you want to contribute code, best contact Horst JENS (see below) |
+ | < | ||
+ | <note important> | ||
+ | If you are interested to place such links yourself into this wiki, [[http:// | ||
+ | === contact === | ||
- | <note important> | + | for all questions regarding |
- | If you are interested want to place such links yourself into this wiki, [[http:// | + | |
- | ====== Why Python ====== | + | === donations |
- | Why does this book focus on the programming language [[wp> | + | To support |
- | + | ||
- | Of course, there exist many other programming languages. People will tell you that you need some variant of [[wp> | + | |
- | + | ||
- | This is all true and in fact the book will hopefully encourage you to learn as many computer programming languages as you can. | + | |
- | + | ||
- | Python is good for several reasons: | + | |
- | + | ||
- | * Python is free, open source and exist on every platform. No company can go bust and end Python' | + | |
- | * Python is easy to learn | + | |
- | * Python is beautiful to look at (and easy to read) | + | |
- | * Python is modern (full [[wp> | + | |
- | * Python is fast((a compiled language like C will always be faster than a interpreted language like Python)) if you measure the time it takes from the idea in your head to a working prototype on the screen. For that category, it's one of the fastest languages around. | + | |
- | * Python is fast enough to work as a scripting language inside faster 3d-engines((The 3d-engine itself should better be programmed in a compiled language like C and not in a interpreded language like python.)). | + | |
- | * Python is used in the industry and not a learning-only programming language. | + | |
- | * Python is fun to code and has a humorous community. Enjoy [[http:// | + | |
- | [[http://xkcd.com/353/|{{http:// | + | |
- | //source: http:// | + | |