Python Full Course for Beginners [Tutorial] 2019 | by Clever Programmer

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


🔥 TABLE OF CONTENTS... ENJOY 👇

Installing Python: 1:42

Hello World Program: 3:38

Turtle in Python: 9:31

Interactive Shell vs. Script: 14:54

Variables in Python: 20:07

Strings in Python: 23:36

Functions in Python: 28:13

Multiple Function Arguments: 36:36

Loops in Python: 45:49

Primitive Data Types: 51:31

String Slicing: 55:51

Lists in Python: 01:13:34

Append List Method: 01:26:07

Project 1: Circle of Squares: 01:35:32

Solution: Circle of Squares: 01:37:59

Dictionaries in Python: 01:47:59

Boolean algebra in Python: 02:04:26

Logical Operators in Python: 02:15:14

Control Flow in Python: 02:30:41

For Loops in Python: 02:46:42

While Loops in Python: 03:07:27

Exercise 1: Sum Two: 03:21:29

Exercise 2: Square Number: 03:26:49

Exercise 3: Check is Even: 03:33:55

Exercise 4: Check is Odd: 03:40:29

Exercise 5: Length of a String: 03:44:02

Exercise 6: Last Letter of a String: 03:51:56

Exercise 7: Find the Bigger Guy: 03:55:17

Exercise 8: Find the Biggest Guy: 03:59:16

Exercise 9: Usain Bolt Races Against You: 04:08:41

Exercise 10: Rock Paper Scissors: 04:19:29

Solution: Rock Paper Scissors: 04:30:17

Exercise 11: Square a List: 04:48:40

Tuples in Python: 04:51:46

Mutability in Python: 04:56:26

Enroll for exercises, tutorials, courses, and projects...

Enroll in Learn Python™ course

==================================================
Connect With Me!

Snapchat ► Rafeh1

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

Here is the table of contents 👇 (Enjoy!)...
Installing Python: 1:42
Hello World Program: 3:38
Turtle in Python: 9:31
Interactive Shell vs. Script: 14:54
Variables in Python: 20:07
Strings in Python: 23:36
Functions in Python: 28:13
Multiple Function Arguments: 36:36
Loops in Python: 45:49
Primitive Data Types: 51:31
String Slicing: 55:51
Lists in Python: 01:13:34
Append List Method: 01:26:07
Project 1: Circle of Squares: 01:35:32
Solution: Circle of Squares: 01:37:59
Dictionaries in Python: 01:47:59
Boolean algebra in Python: 02:04:26
Logical Operators in Python: 02:15:14
Control Flow in Python: 02:30:41
For Loops in Python: 02:46:42
While Loops in Python: 03:07:27
Exercise 1: Sum Two: 03:21:29
Exercise 2: Square Number: 03:26:49
Exercise 3: Check is Even: 03:33:55
Exercise 4: Check is Odd: 03:40:29
Exercise 5: Length of a String: 03:44:02
Exercise 6: Last Letter of a String: 03:51:56
Exercise 7: Find the Bigger Guy: 03:55:17
Exercise 8: Find the Biggest Guy: 03:59:16
Exercise 9: Usain Bolt Races Against You: 04:08:41
Exercise 10: Rock Paper Scissors: 04:19:29
Solution: Rock Paper Scissors: 04:30:17
Exercise 11: Square a List: 04:48:40
Tuples in Python: 04:51:46
Mutability in Python: 04:56:26

CleverProgrammer
Автор

i am a high school student going into grade 11, i was never really interested in coding, but after watching and doing your steps for 5 hours, i can finally say i am going to do good in computer science. Thank you so much :D

Sid-xezi
Автор

This is guy is the best big thumbs up for him🖒🖒

threecaseanonymous
Автор

Project 1:
import turtle
pp=turtle.Turtle( )
pp.speed(0)
for i in range(50):
for X in range (4):
pp.fd(100)
pp.left(90)
pp.left(25)

paulamimaitra
Автор

Thak you so much Clever Programmer, very nice you Tutorials.

gbmelgar
Автор

This video is super. Thanks very much Qazi.

jamjam
Автор

>>> import turtle
>>> my_turtle = turtle.Turtle()
>>> my_turtle.forward(100)
>>> my_turtle.left(90)
>>> my_turtle.forward(100)
>>> my_turtle.left(90)
>>> my_turtle.forward(100)
>>> my_turtle.left(90)
>>> my_turtle.forward(100)
>>> my_turtle.left(90)
>>> my_turtle.left(45)
>>> my_turtle.forward(141.42)
>>>
it is fir the turtle exercise I just added a 45 degree making a complete diagonal.. and thank you very much for your classes, I am taking it by Udemy.

fredyhazard
Автор

Wow every other programming video tutorials give me headaches but watching you didnt even realize I was 30min in cause it was so interesting thanks

scarasect
Автор

Finally just watched this entire course! I've learned a lot from you Qazi! You're a beast bro! Going to start tackling these exercise again and again then "attempt" to create some projects to make sure I understand these in concepts in its entirety.
Dope stuff! Appreciate all your efforts man!

quentincaldway
Автор

Finished it for 5 days with great understanding on each topic. Thanks @Clever Programmer

charlscatipay
Автор

2:54:32 it already is minus the drills.... You're a good teacher....

blackjack-kszn
Автор

Qazi !!! you have no idea how usefull and crucial this video is to my life. Thank you so much.

almasshussein
Автор

import turtle
x = turtle.Turtle()

def s(l, a):
x.forward(l)
x.right(a)
x.forward(l)
x.right(a)
x.forward(l)
x.right(a)
x.forward(l)
x.right(a)


l = 125
a = 90

s(l, a)
for i in range(1000):
s(l, a-5)


circle out of squares

yashchoudhary
Автор

Now you are uploading good content. Forget about why YouTube is killing your channel. You came over it

SajeelCodes
Автор

i loved our video so far and doing practice too!

rahulwaghere
Автор

One of the best investment of your time learning Python. Thanks Qazi for uploading the whole course.

pogiman
Автор

youre true hero for python programmer Qazi!!!! Thanks alot

sagarkhadka
Автор

Im starting college in a few weeks and i was really nervous about it. But honestly watching you and going through your website is helping me very much. I would like to say thank you

joshuadonnelly
Автор

This video is more valuable than the Cognitive Classes' course I took!

silentkiller-qyot
Автор

I don’t understand why people dislike. You are giving away eduction for FREE when usually this would cost $10k in university. Thank you so much

falconnine