Learn Python – Full Course for Beginners [Tutorial]
June 29, 2024 2024-06-29 17:27Learn Python – Full Course for Beginners [Tutorial]
This course will give you a full introduction into all of the core concepts in python. Follow along with the videos and you’ll be a python programmer in no time!
Click the ⚙️ to change to a dub track in Spanish, Arabic, or Portuguese, or Hindi.
(Hindi dubbed via Melt Labs – https://www.withmelt.com/)
Want more from Mike? He’s starting a coding RPG/Bootcamp – https://simulator.dev/
⭐️ Contents ⭐
⌨️ (0:00) Introduction
⌨️ (1:45) Installing Python & PyCharm
⌨️ (6:40) Setup & Hello World
⌨️ (10:23) Drawing a Shape
⌨️ (15:06) Variables & Data Types
⌨️ (27:03) Working With Strings
⌨️ (38:18) Working With Numbers
⌨️ (48:26) Getting Input From Users
⌨️ (52:37) Building a Basic Calculator
⌨️ (58:27) Mad Libs Game
⌨️ (1:03:10) Lists
⌨️ (1:10:44) List Functions
⌨️ (1:18:57) Tuples
⌨️ (1:24:15) Functions
⌨️ (1:34:11) Return Statement
⌨️ (1:40:06) If Statements
⌨️ (1:54:07) If Statements & Comparisons
⌨️ (2:00:37) Building a better Calculator
⌨️ (2:07:17) Dictionaries
⌨️ (2:14:13) While Loop
⌨️ (2:20:21) Building a Guessing Game
⌨️ (2:32:44) For Loops
⌨️ (2:41:20) Exponent Function
⌨️ (2:47:13) 2D Lists & Nested Loops
⌨️ (2:52:41) Building a Translator
⌨️ (3:00:18) Comments
⌨️ (3:04:17) Try / Except
⌨️ (3:12:41) Reading Files
⌨️ (3:21:26) Writing to Files
⌨️ (3:28:13) Modules & Pip
⌨️ (3:43:56) Classes & Objects
⌨️ (3:57:37) Building a Multiple Choice Quiz
⌨️ (4:08:28) Object Functions
⌨️ (4:12:37) Inheritance
⌨️ (4:20:43) Python Interpreter
Course developed by Mike Dane. Check out his YouTube channel for more great programming courses: https://www.youtube.com/channel/UCvmINlrza7JHB1zkIOuXEbw
🐦Follow Mike on Twitter – https://twitter.com/mike_dane
🔗If you liked this video, Mike accepts donations on his website: https://www.mikedane.com/contribute/
⭐️Other full courses by Mike Dane on our channel ⭐️
💻C: https://youtu.be/KJgsSFOSQv0
💻C++: https://youtu.be/vLnPwxZdW4Y
💻SQL: https://youtu.be/HXV3zeQKqGY
💻Ruby: https://youtu.be/t_ispmWmdjY
💻PHP: https://youtu.be/OK_JCtrrv-c
💻C#: https://youtu.be/GhQdlIFylQ8
—
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://medium.freecodecamp.org
source
Comments (23)
@freecodecamp
Want more from Mike? He's starting a coding RPG/Bootcamp – https://simulator.dev/
@rubbenoppong8001
why can't I download the tutorials for future reference. Always it says permission hasn't been granted……
@codingbeastt
Complete Python Handwritten Notes PDF Download :-
https://www.youtube.com/watch?v=-WOqlnPKn9E
@LumiLunar
RIP Pam being on probation haha. Thank you for the lessons. I learned a lot!
@pkfitnesshub
Amazing course. Very easy to understand
@gunam9317
Day 1: completed upto working with strings
Day 3: completed upto Mad Libs Game
@Dd_26
Day 1
15:06 (Shapes)
Day 2
27:08 (Variables)
@alejandrocano88
haha 1:25:33
@Casper.002
This guy sef😊
@mohamedmansaray8032
Yes
@Aquajai
need notes for this video
@SKINNYBLAQ1234
I'm your student from Nigeria 🇳🇬
You are indeed a savour on earth 🌎 thanks for teaching me alot I appreciate ❤🎉
@Bedtime-e5d
I am a 13 year old learning python I thought it will be hard but this guy made it so easy. Thanks a lot
Brother
@moonobsessed
why did my list, [4, 100, 15, 42, 23, 16] run [16, 23, 42, 25, 100, 4] when I applied reverse()? im so confused someone help please. i thought it was from smallest to largest number? or does reverse only reverse the list itself?
@user-sm3ox3ky9c
Thank you
@mumairamin
are you guys taking notes or not??
@GoGetSP
Reading Files:
If I write code
for emp in employee_file:
print(emp)
OR
for emp in employee_file.readlines():
print(emp)
Both give same output.. Are both correct?
@GoGetSP
Reading Files :
employee_file=open("employee","r")
print(employee_file.readlines())
print(employee_file.readlines()[1])
employee_file.close()
IndexError: list index out of range??
why?
@DestressYourMind
I paid for an online Python course on Udemy, but the tutor's explanations were not helpful at all. I tried to learn for a week, but I gave up because I couldn't understand anything she was teaching. I learned more in one hour from you than I did in the whole week on Udemy. Thank you so much for your help!
@PedroSantos-ho5te
Thank you for the class.
@GoGetSP
cars = ['Ford', 'BMW', 'Volvo']
print(cars.sort())
Output – None?
Guide plz.
@GoGetSP
⚡
@Foeknem
god bless youtube academy