I719 Fundamentals of Python: Difference between revisions
add contact |
add grading system |
||
Line 36: | Line 36: | ||
= Grading = | = Grading = | ||
There will be a test on the last day. It is pass/fail. You may do a project instead of the test. I recommend this, since it will be more fun and you will learn more. | |||
= Lecture Notes = | = Lecture Notes = | ||
== Recordings == | |||
recordings are found here: https://echo360.e-ope.ee/ess/portal/section/fc0c6bfd-9187-4365-b2c9-0085b3a89906 | |||
== Lecture 1 == | == Lecture 1 == | ||
Basic types, lists, for-loops, functions, imports and classes https://wiki.itcollege.ee/index.php/I719_Fundamentals_of_Python/lecture1 | Basic types, lists, for-loops, functions, imports and classes https://wiki.itcollege.ee/index.php/I719_Fundamentals_of_Python/lecture1 |
Revision as of 11:03, 8 February 2017
About
This class is python for beginners, taugh Spring 2017
Contact
My email is eroman@itcollege.ee
Frequently Asked Questions
What should I know already
It would be good to know:
- How to use the unix command line
- GIT
What editor/IDE should I use?
Whatever you want! I recommend learning emacs or vim. If you do not know how to use any specific editor and do not want to learn one now, then use spyder for writing python.
What python version are we using?
I will teach using python 3
What books/resources do you recommend?
This page contains most of python's syntax: https://learnxinyminutes.com/docs/python3/
What software do I need to install?
You only need python 3 and an editor.
I recommend that you install an interactive python shell, like IPython[1] or bpython[2]
Grading
There will be a test on the last day. It is pass/fail. You may do a project instead of the test. I recommend this, since it will be more fun and you will learn more.
Lecture Notes
Recordings
recordings are found here: https://echo360.e-ope.ee/ess/portal/section/fc0c6bfd-9187-4365-b2c9-0085b3a89906
Lecture 1
Basic types, lists, for-loops, functions, imports and classes https://wiki.itcollege.ee/index.php/I719_Fundamentals_of_Python/lecture1