I719 Fundamentals of Python

From ICO wiki
Revision as of 19:04, 6 February 2017 by Eroman (talk | contribs) (Created page with "= About this course = Python for beginners == Frequently Asked Questions == === What should I know already === It would be good to know: * How to use the unix command lin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

About this course

Python for beginners

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

TBA