Instructor: | |
Textbooks: |
1. ZyBooks: Computer Science for Everyone (online book) There are two ways to get the book: at Akademos ($92.40) and at the publisher's web-site ($77). To subscribe to the book through Akademos: https://bronx.textbookx.com/institutional/index.php?action=browse#books/1974705/ To subscribe to the book at the publisher's web-site: 1.) Sign in or create an account at learn.zybooks.com 2.) Enter zyBook code: CUNYCSI11NovakSpring2019 3.) Subscribe 2. How to think like a computer scientist (Python 3) (free online textbook) http://interactivepython.org/runestone/static/thinkcspy/index.html |
Office hours: |
CP 122 Tuesdays, 12:20 pm to 1:20 pm Wednesdays, 2 pm - 3 pm |
Tutors: |
CP 303 Monday: 10 am – 3 pm Tuesday: 10 am – 5 pm Wednesday: 10 am – 3 pm Thursday: 10 am – 5 pm Friday: 10 am – 3 pm; 4 pm – 8 pm (Students can see the tutor in the Learning Commons after 5 pm) Saturday: 10 am – 3 pm Sunday: 10 am – 3 pm |
Notes: |
Download the distribution of the Python from here (latest release 3.7): https://www.python.org/downloads/release/python-370/ (scroll down) This distribution includes compiler, standard libraries and a simple IDE called IDLE. Install Python. After installation you can run IDLE by clicking: Start -> All Programs -> Python 3.7 -> IDLE (Python GUI) You can use any other GUI or IDE for Python, but your program should be able to run in IDLE. |
Attendance: |
|
Grading: | (approximate weights) In-class work: 20% HWs: 15% Group Projects: 15% Midterm Exam: 25% Final Exam: 25% |
Syllabus: |
CSI11syllabus_v2.pdf |