Python Forum

Full Version: Python Tutorial for Beginners in One Lesson (98 minutes)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Yesterday, I put a new tutorial on yt, which has been created over the last few weeks. This fast tutorial will give you a introduction into all of the core concepts in python. Thanks to text-based comments, the course can be used by deaf people



Content
(0:00:18) Downloading Python
(0:00:57) Installing Python
(0:02:05) The basic interactive mode and Hello world
(0:02:41) Using the interactive prompt to explore Python
(0:03:48) IDLE
(0:04:57) Comments and Built-in data types
(0:06:36) Strings
(0:15:36) Lists
(0:20:48) Tuples
(0:23:48) Sets
(0:25:26) Dictionaries
(0:29:39) Control flow: while loop, for loop and if-elif-else statement
(0:35:17) Functions
(0:40:31) Modules
(0:46:29) Programs
(0:50:12) Using the filesystem
(0:57:29) Reading and writing files
(1:02:20) Exceptions
(1:05:52) Classes
(1:17:04) Regular expressions
(1:25:29) Packages
(1:30:52) Using Python libraries