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
Python programmers typically check for empty lists by relying on truthiness.| www.pythonmorsels.com
Python's built-in functions list includes 71 functions now! Which built-in functions are worth knowing about? And which functions should you learn later?| www.pythonmorsels.com
Python's None value is used to represent nothingness. None is the default function return value.| www.pythonmorsels.com
You can use Python's if, elif, and else blocks to run code only when specific conditions are met.| www.pythonmorsels.com