Python for Beginners - Full Course

preview_player
Показать описание


0:00:00 - Intro
0:01:32 - Hello World
0:03:40 - What is Python?
0:06:15 - Execution Order
0:07:29 - Printing Text
0:12:07 - Code Errors
0:13:49 - Comments
0:16:20 - Variable Declaration
0:18:40 - Variable Naming
0:21:20 - Naming Conventions
0:23:00 - Reassigning Variables
0:25:00 - Multiple Assignments
0:28:56 - Variable Types
0:32:51 - Dynamic Typing
0:35:31 - Type Casting
0:37:08 - Type Errors
0:39:21 - Empty Variable
0:40:51 - Arithmetic Operators
0:46:42 - More Operators
0:50:32 - Shorthand Operators
0:53:32 - Boolean OR
0:57:51 - Boolean AND
0:59:57 - Boolean Negation
1:02:19 - Introduction to Functions
1:05:42 - Function Declaration
1:07:10 - Parameters
1:10:18 - Multiple Parameters
1:12:59 - Return Statement
1:14:33 - Type Hints
1:17:44 - Scope
1:22:28 - Global vs Local Scope
1:27:13 - Default Arguments
1:30:10 - Comparison Operators
1:33:58 - If Statements
1:36:57 - If Statement Scope
1:41:09 - If-Else Statements
1:45:04 - Else-If Statements
1:49:40 - Logic Condition
1:51:15 - Truthy and Falsy
1:55:40 - While Loops
1:58:46 - While Loops Counting
2:00:00 - While Loops Multiples
2:01:15 - For Loops
2:03:43 - For Loops Start
2:05:21 - For Loops Step
2:07:38 - For Loops Reverse
2:10:50 - Nested Loops
2:14:15 - Control Flow
2:17:42 - Length Function
2:19:33 - String Indexing
2:22:53 - String Looping
2:24:44 - String Looping Shorthand
2:26:52 - String Concatenation
2:28:52 - String Slicing Part 1
2:34:10 - String Slicing Part 2
2:38:17 - Reversing a String
2:40:03 - Strings are Immutable
2:43:17 - String Formatting
2:46:43 - Intro to Lists
2:49:22 - List Operations
2:52:57 - List Looping
2:55:26 - List Functions
2:59:43 - List Append
3:02:03 - List Pop
3:04:34 - List Find
3:07:28 - List Slicing
3:10:34 - Tuples
3:12:54 - Intro to Sets
3:15:17 - Set Operations
3:18:28 - Set Practice
3:20:26 - Intro to Dictionaries
3:24:56 - Dict Operations
3:27:44 - Dict Looping
3:30:47 - Dict Practice
3:33:53 - Dict Remove
3:36:32 - Dict Values
3:37:52 - Reading Input
3:41:43 - Type Conversion with Input
3:44:26 - Parse Input
3:47:32 - Reading Input Practice
3:49:10 - Try Except
3:52:11 - Error Catching
3:55:14 - Multiple Except Blocks

#coding #neetcode #python
Рекомендации по теме
Комментарии
Автор

Turned off ads for this one.

I've been using Python in my videos for over 4 years now, so I thought I'd finally make a Python course.

Will be launching the Python for coding interviews course in a few weeks. After that, probably Python Object Oriented Programming.

check em out here: neetcode.io/courses

NeetCode
Автор

Babe wake up neetcode just dropped a whole ass python course

AANation
Автор

This is a great course that I wish it existed before learning Python on my own for coding interviews in a big tech company!

Aidan_Au
Автор

Great tutorial, took me longer than I expected to finish it. Excited for the next python for coding interviews course. Hoping its free as well :p

srhk
Автор

Bruh taking his Youtube Channel on a different level 📈 🔥💯

vivek
Автор

you're amazing, thank you so much!

silverpixel
Автор

Nice !! Upcoming is a reading week for me, I am gonna finish this video with hands on practice !!

itenigneer
Автор

Wow this is totally unexpected. But indeed a welcoming one.

grandparick
Автор

Pleasantly surprised! 😮 nice 👍! Thank you 😊 for this video! - Amy

Amy-
Автор

I can always count on bro to come in clutch!

MukundNivascr
Автор

This is a perfect course for entry level Engineer.

munijagadish
Автор

Your clear diction keeps me focused somehow. Great advantage for teaching others imo. I'm going to switch to python for coding interview, C++ doesn't serve me well anymore.

GalaxyExpress-hqqb
Автор

THANK YOU SO MUCH 
I thought of switching from c++ to python and this knowledge is just great for someone like me as i don't need to spend a lot of my time reading about the collections and syntax
thank

vedantg
Автор

Bro really made a Python course!? WHAT A LEGEND!

juanmacias
Автор

Neetcode, will showcase a 2nd part that goes over the Data Structures and Algorithms in python so we can continue or let code journey?

EnesKilic-vv
Автор

From a PHP background I was recently thinking between Python and Kotlin, but I have decided based on the projects I want to work on (mainly backend)... for Kotlin.
I think Python is fantastic for small projects or prototyping.

codefields
Автор

at 2:23:41 shouldn't the argument for range be just length?
len(length) should give an error as length is an integer

codycrybaby
Автор

1:00:38 I just imagined Borat saying "NOT!"

juanmacias
Автор

After few lessons it just tells to upgrade to pro is that necessary to access further challenges

varadmohanpurkar
Автор

Is there a video made by you on DSA and algorithms for beginners ?

hridayamurudkar