Learn Python - Python Full Course for Beginners

Опубликовано: 21 Октябрь 2024
на канале: Computer Networks Decoded
12,895
860

This video " Learn Python - Python Full Course for Beginners" is from the popular university course Python for Everybody by Charles Severance from the University of Michigan. This is a complete Python course and Python tutorial in one video. This Python tutorial for beginners is made highly interesting and fun by Charles using his fun way of teaching.
==========================================================================
Timestamp
0:00:00 Why Programming?
0:12:10 Hardware Architecture
0:24:25 Python 3 Windows Installation
0:32:41 Python 3 Mac Installation
0:36:42 Python as a Language
0:56:50 Variables, Expressions, and Statements - Expressions
1:26:02 Conditional Execution - More Conditional Structures
1:52:52 Functions - Functions of our own
2:15:26 Loops and Iteration
2:25:10 Loops and Iteration - Definite Loops
2:31:35 Loops and Iteration - Loop Idioms
2:40:05 More Loop Patterns
2:58:46 Strings - More String Operations
3:27:43 Reading Files - Reading Files in Python
3:48:53 Python Lists
4:09:03 Python Lists - Strings vs. Lists
4:16:54 Python Lists - Strings, Files, Lists & the Guardian Pattern
4:28:59 Dictionaries
4:57:53 Dictionaries - Counting Word Frequency Using a Dictionary
5:22:06 Tuples
5:44:45 Tuples - Sorting a Dictionary Using Tuples
5:55:17 Regular Expressions
6:05:40 Regular Expressions - From Matching to Extracting
6:14:06 String Parsing
6:22:38 Networked Programs
6:29:54 Application Protocols
6:39:02 Write a Web Browser
6:49:20 UTF-8 & UNICODE
7:00:06 Web Browser using urllib
7:08:49 Web Parsing HTML
7:24:06 Using Web Services
7:38:05 XML Schema
8:03:35 SOA
8:05:10 Geo JSON
8:19:16 Twitter API Security & Rate Limiting
8:48:30 Python Objects
9:21:15 Databases