

Join the 3-part epic masterclass that shows you how to become a 6-figure developer…
If you want to enroll in an EPIC Python course where you can have exercises and projects all under one account & for FREE… Click this link:
The tool I’m using to write my Python code online…
🔥 TABLE OF CONTENTS… ENJOY 👇
1. Variables (2:47)
2. Functions (8:50)
3. Calendar (14:10)
4. If Else Statements (37:17)
5.While Loops (43:17)
6. For Loops (49:07)
7. Data Types (53:05)
8. Casting (56:37)
9. Strings (59:57)
10.Lists (1:03:23)
11.Slicing (1:17:07)
12. Split and Join (1:39:42)
13. Tuples (1:47:57)
14. Sets (1:58:55)
15. Dictionaries (2:16:50)
16. Mutability (2:50:24)
17.List Comprehension (3:02:43)
18. Regex (3:14:00)
19. Datetime Module (3:34:06)
20.Web Scraping (4:03:03)
21. Zip Functions (4:32:00)
22. Project: Tic Tac Toe (4:53:54)
23. Project: Twilio SMS App (5:59:00)
24. Project: To-Do List App (6:20:51)
25. Project: Craigslist Clone (7:13:54)
26. Python Freelancer Guide (10:11:10)
Website â–º
Facebook â–º
Twitter â–º
Instagram â–º
Snapchat â–º Rafeh1
iTunes Podcast â–º
Google Podcast â–º
Support (Patreon) â–º
Youtube â–º
Github (Code) â–º
source
1:24:31 What the… of all the Python books I've read, no one else has taught this technique….
you guys are the best you guys have changed my life!! and you get that subcribe from me.
Hi!!.. yours videos are so useful for me!!!. Thanks!!!!!.. from Argentina…!
you cursed at 43:06
This is like the BEST python course in the whole Youtube.
All python youtubers: print('hello world')
This guy : ''lets do this thing like its flames🔥🔥''
Starting from the bottom up I got into digital media technology course 3yrs. As refresher course I signed up back into course in Programming at 57! Happen to cross your YouTube to give me a bit heads up. Thank you. Cheers from Australia.
The only reason it became 243 after a thousand years was because there's a rule that if the year is divisible by 100 and not by 400, the leap year is skipped.
I tried re-creating calendar.leapdays after knowing that it is [inclusive,exclusive)
x = int(input("Please enter the first year :"))
y = int(input("Please enter the second year of your range :"))
c = 0
for i in range(x,y):
a = i%4
b = i%100
d = i%400
if b == 0 and d != 0:
c = c
elif a == 0:
c = c + 1
elif i == y:
break
else:
c = c
print(c)
all after watching for a while, this video helps a lot imo.
is it necessary to be good in math when you want to learn python especially in data science?
This is the best python course I have ever seen. So visual and explanatory. This is what makes it interesting and different from other boring Python courses.
How in the hell do I get the result tab? I have made multiple repls selecting python WITH turtle, yet still no result tab. Do I need to pay for it?
Every year is around 365,24 days. That's why you get 243 leap years, and not 250
What website is qazi on at 3:35:07?
Unfortunately it seems I can't get my Twilio account working, although all numbers are active and verified. If I try to send myself a text message (https://www.twilio.com/console/sms/getting-started/basics) it won't get delivered. I live in Belgium, maybe it is not possible to send text messages outside the US within the trial? If anyone got any answers, please let me know.
Edit: Although I still wasn't able to send a text message from the console. I could follow along the tutorial and when I ran the code it worked.
Why isn’t Aaron responding to my text messages?
I think the update for repl.it doesn't allow u to access the result tab
Only let's u use the console
Idk if its only me
your great for life
Anyone on here because of the lockdown from the coronavirus?
1:37:07 i knew something was wrong lol
this might be made in 2015 but it fits 2020 perfectly
04:14:03 Why dont search work? And can someone plz explain find, isnt search and find the same?