An exercise-first introduction to Python in bite-sized chunks. Each section consists of many 4 minute videos, each followed by 30 minute exercises. By the end of this course you'll have a solid foundation of Python knowledge.| www.pythonmorsels.com
Need to represent multiple lines of text in Python? Use Python's multi-line string syntax!| www.pythonmorsels.com
Python's "invalid syntax" error message comes up often, especially when you're first learning Python. What usually causes this error and how can you fix it?| www.pythonmorsels.com