Python Tutorial in 30 Minutes (Crash Course for Absolute Beginners)

preview_player
Показать описание
Welcome to my Python Crash Course! In the next 30 minutes, I am going to try and teach you as much Python as I can! In this tutorial, we’ll be looking at comments, variables, data types, strings, booleans, operators, lists, tuples, sets, dictionaries, loops, objects and a lot more!!

⭐️ Timestamps ⭐️
00:00​ | Introduction
00:48 | Comments
01:24​ | Variables
03:33​ | Data Types
05:03​ | Strings
06:42​ | Booleans
09:07​ | Operators
10:05​ | Lists
11:31​ | Tuples
12:32​ | Sets
13:23​ | Dictionaries
14:45​ | Conditional Statements
15:43​ | “while” loops
16:52​ | “for” loops
18:29​ | Functions
19:42​ | Objects
20:27​ | Outro

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

Thanks so much for watching guys :) Hope you enjoyed, also do let me know if you'd like to see more comprehensive and longer tutorials from me!

DhhyeyDesai
Автор

just needed a memory refreshing video, i haven't used python in a year, this video served well !

nabilhaouam
Автор

This is awesome.. I reviewed many Python training for last 3 days sitting for more than 10 hours and this video helped me recall and brush up on my learnings in 20 minutes....

gouthamkiran
Автор

THANK YOU for taking care about usage of screen area and font sizes!!! Lots and lots of people wont give a sh_t about that and makes the videos unwatchable on big screens from a distance. Yours very well made. So THANKS FOR TAKING CARE!! keep up and keep free the good work. Information wants to be free! Hack the planet!

AxelWerner
Автор

At first, I was like, Bucky, you sound different today. XD

Can’t wait to watch the tutorial! I’ve been meaning to get into Python! Thanks so much!

gold
Автор

This is awesome...so much in a short time. well done!

johnmamodu
Автор

Thank you for this short and sweet crash course on Python. Served as a really helpful refresher :)

mpk
Автор

I was referring to NewBoston videos since 2013. Great to see that this channel still make content.

pandukawb
Автор

that is awesome! Maybe my gf will finally understand a little python and stop complainning that her jobs require python or matlab knowledge

LokirofRoriksted
Автор

This is sooo good. I hope there's a part two.

primalk
Автор

Thanks man, this was my first python video and it helped me so much!

toony
Автор

As a C# person who is getting fed-up with it becoming more and more complicated and bloated that was quite refreshing. Thanks.

rik
Автор

Thank you so much. This video convinced me to how python is worth learning :)

RandomDude
Автор

I like this video, but as an absolute beginner I feel it serves more seasoned programmers best. I will surely be using this video as a refresher down the line. Thanks!

peaceloveindulgence
Автор

really good video thenewboston. I killed that thumbs up on your video. Always keep up the outstanding work.

KeyserTheRedBeard
Автор

12:19
this_tuple = ("apples", ) #without ", " type<str> with ", " type<tuple>
print(type(this_tuple))
19:33
def addition(a, b):
print(a+b)

addition(3, 4)

anupshastri
Автор

This is April fool!
He promised teaching python in 30 minutes, however, he did that in 20 minutes. Great tutorial pal!

alimohammed
Автор

thank you for this video! really help!

minshalewomanofgod
Автор

can yous help me with something???, codeblocks keeps telling me that "NO SUCH file or directory"


please help

ataladin
Автор

thank you for the crash course, one of greatest recap available on youtube for python !

mahmoudchibani