Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andersinno/tassa-python-ole-hyva
Python for Beginners -kurssin materiaalit
https://github.com/andersinno/tassa-python-ole-hyva
Last synced: about 16 hours ago
JSON representation
Python for Beginners -kurssin materiaalit
- Host: GitHub
- URL: https://github.com/andersinno/tassa-python-ole-hyva
- Owner: andersinno
- Created: 2015-03-31T16:47:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-28T15:44:43.000Z (over 9 years ago)
- Last Synced: 2024-03-26T18:22:40.431Z (8 months ago)
- Language: Python
- Size: 391 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tässä Python, ole hyvä!
Anders Innovationsin Python for Beginners -kurssin (31.3.2015-) materiaalit.
## Yhteystiedot
* Aarni Koskela -- [email protected] -- Twitter/Github: @akx
* Janne Tammi -- [email protected] -- Github: @Pikkupomo## Pythonin asennus
### Windows
* Python 3.4 Windowsille: http://bit.ly/1Gcf1nS
* Asennuksen aikana "Add Python.exe to PATH" päälle
* Tallenna https://bootstrap.pypa.io/get-pip.py (Save As... selaimessa)
ja käynnistä. Tämä asentaa pip-paketinhallintatyökalun Pythoniin.### Mac OS X
OS X:n mukana tulee Python 2.x; Python 3.4:n voi asentaa esim. osoitteesta
https://www.python.org/ftp/python/3.4.3/python-3.4.3-macosx10.6.pkg
### LinuxAsenna `python3`- tai `python`-paketti jakelun paketinhallinnasta, sekä
`python3-pip` (tai `python-pip`).## Kehitystyökalut
* Pythonin mukana seuraa yksinkertainen IDLE-ympäristö.
* Suositus: JetBrains PyCharm https://www.jetbrains.com/pycharm/ (ilmainen
Community-versio; Professional opiskelijoille ilmainen)
## Versionhallinta* Git: https://try.github.io/levels/1/challenges/1
## Testaustyökaluja
* `py.test` (`pip install pytest`)
* `pytest-cov`## Muit jutui
* BabelMap (http://www.babelstone.co.uk/Software/BabelMap.html)
* Unicode-kirjainkartta
* The Absolute Minimum Every Software Developer Absolutely,
Positively Must Know About Unicode and Character Sets (No Excuses!)
* http://www.joelonsoftware.com/articles/Unicode.html
* http://learnpythonthehardway.org/book/