Top Banner
Getting Started with Python The really hard way. Emily Dong [email protected] @emiidee
9

Getting Started with Python

May 22, 2015

Download

Technology

Emily Dong

Why to learn CS before jumping into Python and some resources to get you started.
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Getting Started with Python

Getting Started with Python

The really hard way.

Emily Dong [email protected]

@emiidee

Page 2: Getting Started with Python

Where do I start?

Page 3: Getting Started with Python

What to Look For

MIT 6.00 Intro to Computer

Science & Programminghttps

://www.udemy.com/mit-600-intro-to-comp

uter-science-programming-fall-2008/

Rice, An Introduction to

Interactive Programming in

Pythonhttps

://www.coursera.org/course/

interactivepython

Introduction to Computer

Sciencehttps

://www.udacity.com/course/cs101

Good TeacherUniversal Concepts

Page 4: Getting Started with Python

What to Look For

MIT 6.00 Intro to Computer

Science & Programminghttps

://www.udemy.com/mit-600-intro-to-comp

uter-science-programming-fall-2008/

Rice, An Introduction to

Interactive Programming in

Pythonhttps

://www.coursera.org/course/

interactivepython

Introduction to Computer

Sciencehttps

://www.udacity.com/course/cs101

Good TeacherUniversal Concepts

Page 5: Getting Started with Python

Foundational CSLink: http://www.stanford.edu/class/cs106a/

Foundational CS Python Language Frameworks & More

1 2 3

Page 6: Getting Started with Python

Foundational CS

Search “CS106a” + “Lecture [#]” on YouTube. Follow along on the calendar on the course page.

Find and download a PDF of the course

book.

Foundational CS Python Language Frameworks & More

1 2 3

Page 7: Getting Started with Python

Python ReferencesThe Hitchhiker’s Guide to Python!

Learn Python the Hard Way

https://python-guide.readthedocs.org/en/latest/

http://learnpythonthehardway.org/

http://www.diveintopython.net/toc/index.html

http://docs.python.org/2/tutorial/

The Python Tutorial Dive Into Python

Foundational CS Python Language Frameworks & More

1 2 3

Page 8: Getting Started with Python

What’s Next? Frameworks & More

Foundational CS Python Language Frameworks & More

1 2 3

Page 9: Getting Started with Python

Getting Started with Python

The really hard way.

[email protected]

@emiidee

Emily Dong