filmov
tv
Python Crash Course for Beginners
Показать описание
SUBSCRIBE IN SOCIAL NETWORKS
🔥 Discord community
🔥 Udemy Profile
Email 📧 in case you want to send me a notice
00:00:00 Python Crash Course Overview
00:01:46 Hello from Python
00:03:03 Base Types
00:04:24 Conversion between types
00:05:22 Falsy values
00:06:12 Naming conventions for variables and constants
00:07:16 Variables and Dynamic Typing
00:08:35 Base types are copied by value
00:09:37 Incrementing and Decrementing variables
00:10:55 Lists
00:14:09 Tuples
00:16:01 Dictionaries
00:22:19 Copy by Reference
00:24:54 Sets
00:27:30 Container Types Summary
00:30:27 Installing and configuring Code Runner in the VS Code
00:36:44 Functions
00:42:03 Positional arguments
00:44:17 Keyword (Named) arguments
00:45:41 Gathering all arguments to the tuple
00:47:37 Iteration over container type values using for in loop
00:49:46 Function kwargs
00:54:09 Function Description
00:55:40 Comparison Operators
00:57:38 Logical operator AND
01:00:15 Short-circuit evaluation
01:03:07 Logical operator OR
01:05:40 Logical operator NOT
01:06:42 Chaining operators and precedence
01:08:08 If conditional statements
01:12:46 Strings formatting
01:14:55 Exceptions handling using try except
01:17:33 Python Modules
Комментарии