Size: 3497
Comment:
|
← Revision 12 as of 2009-11-20 10:41:14 ⇥
Size: 3287
Comment: Broken links revised, manuals hosted on new site
|
Deletions are marked like this. | Additions are marked like this. |
Line 34: | Line 34: |
[[http://www.it.lut.fi/kurssit/06-07/Ti5210210/materiaali/Python-ohjelmointiopas_LTY2006.pdf|Python -ohjelmointiopas, versio 1.1]] Introduction to the basics of programming with Python. Compiled and translated by JussiKasurinen, Lappeenranta University of Technology 2006. Revised version published 26.9.2007. |
[[http://www2.it.lut.fi/project/MASTO/material/Python_opas_2008.pdf|Python -ohjelmointiopas, versio 1.2]] Introduction to the basics of programming with Python. Compiled and translated by JussiKasurinen, Lappeenranta University of Technology 2009. Revised version published 26.9.2007, minor details fixed 20.11.2009. |
Line 37: | Line 37: |
[[http://www.it.lut.fi/kurssit/08-09/CT20A0200/materiaali/Python_opas_2008.pdf|Python-ohjelmointiopas, versio 1.2]] Same as above, minor updates and distributed without an installation guide, which is separated to a different file which can be accessed below. | |
Line 39: | Line 38: |
[[http://www.it.lut.fi/kurssit/06-07/Ti5212700/Python-Tyyliopas_LTY2007.pdf|Python-tyyliopas]] Python Programming Styleguide. Compiled and translated by JussiKasurinen, Lappeenranta University of Technology 2007. | [[http://www2.it.lut.fi/project/MASTO/material/Python-Tyyliopas_LTY2007.pdf|Python-tyyliopas]] Python Programming Styleguide. Compiled and translated by JussiKasurinen, Lappeenranta University of Technology 2007. |
Line 41: | Line 40: |
[[http://www.it.lut.fi/kurssit/08-09/CT20A0200/materiaali/asennusohjeliite.pdf|Python-asennusohje]] Installation guide for Python 2.5 interpreter and additional modules in Windows XP environment. JussiKasurinen, Lappeenranta University of Technology 2008. | [[http://www2.it.lut.fi/project/MASTO/material/asennusohjeliite.pdf|Python-asennusohje]] Installation guide for Python 2.5 interpreter and additional modules in Windows XP environment. Applies to all Python version 2.X.Y versions after 2.5. JussiKasurinen, Lappeenranta University of Technology 2008. |
Line 43: | Line 42: |
[[http://www.it.lut.fi/kurssit/06-07/Ti5212700/Python-grafiikkaohjelmointiopas_LTY2007.pdf|Python -grafiikkaohjelmointi Imaging Librarylla]] | [[http://www2.it.lut.fi/project/MASTO/material/Python-grafiikkaohjelmointiopas_LTY2007.pdf|Python -grafiikkaohjelmointi Imaging Librarylla]] |
Line 46: | Line 45: |
[[http://www.it.lut.fi/kurssit/06-07/Ti5212700/Python-Tkinteropas_LTY2007.pdf|Python -Tkinter ja graafinen käyttöliittymä]] | [[http://www2.it.lut.fi/project/MASTO/material/Python-Tkinteropas_LTY2007.pdf|Python -Tkinter ja graafinen käyttöliittymä]] |
Line 49: | Line 48: |
[[http://www.it.lut.fi/kurssit/06-07/Ti5212700/Python-Kryptausopas_LTY2007.pdf|Python -Kryptausopas, luonnos]] | [[http://www2.it.lut.fi/project/MASTO/material/Python-Kryptausopas_LTY2007.pdf|Python -Kryptausopas, luonnos]] |
Links to Python information in Finnish
ISO 639-1 Code: fi
suomi
There are some groundrules, some laid down by the site admins, some my suggestions:
1) Pages must be named in ASCII and English (PolishLanguage)
2) Pages must have an explanation in English at the top (Links to Python information in <language X>)
3) (my suggestion) We probably want to limit invites to edit the pages to people we know well, or Pythonistas with a track record. Hopefully this is inclusive enough without opening the site up to a spam flood and vandalismfest.
Where these pages really need help:
1) check links, remove broken ones.
2) add new links that are quality Python information and active.
3) some care for languages that have next to nothing, but do have people in the Python community - even a link to the Wikipedia page for Python, in that language, is a start (Some are pretty complete and of high quality - the Russian language Wikipedia page for Python, for instance, packs a lot in).
Python -ohjelmointiopas, versio 1.2 Introduction to the basics of programming with Python. Compiled and translated by JussiKasurinen, Lappeenranta University of Technology 2009. Revised version published 26.9.2007, minor details fixed 20.11.2009.
Python-tyyliopas Python Programming Styleguide. Compiled and translated by JussiKasurinen, Lappeenranta University of Technology 2007.
Python-asennusohje Installation guide for Python 2.5 interpreter and additional modules in Windows XP environment. Applies to all Python version 2.X.Y versions after 2.5. JussiKasurinen, Lappeenranta University of Technology 2008.
Python -grafiikkaohjelmointi Imaging Librarylla Introduction to programming with Python Imaging Library. JussiKasurinen, Lappeenranta University of Technology 2007.
Python -Tkinter ja graafinen käyttöliittymä Creating Graphical User Interface with Python and Tkinter. JussiKasurinen, Lappeenranta University of Technology 2007.
Python -Kryptausopas, luonnos Using Python Cryptography Toolkit, draft. Compiled and translated by JussiKasurinen, Lappeenranta University of Technology 2007.
wiki - covers basic data types
PDF - tutorial - Antti Rasila, gnuplot example
PDF - linear algebra, matrices - Antti Rasila