Python Workshop - All The Keywords

preview_player
Показать описание
Keywords are the nuts and bolts vocabulary of the Python programming language. They serve as fundamental building blocks and tools for communication between you and your computing device. This guide will introduce an overview of all keywords within Python, provide an understanding of what exactly a keyword is and how to make simple codes with them. So come along on the next step of understanding for your programming escapades with Python.

0:00 Intro
2:07 None
2:45 True, False
3:30 if, elif, else
5:42 while
6:40 for
7:54 continue, break, pass
10:14 in, not in
11:00 is, is not
11:57 and, or, not
12:48 import, from, as
13:41 class
14:02 def, return
16:09 del
16:34 lambda
17:11 raise
17:52 try, except, finally
18:26 global, nonlocal
18:57 async, await

Check out the full guide found here:

Full Python Workshop for Beginners:

Core Electronics is located in the heart of Newcastle, Australia. We're powered by makers, for makers. Drop by if you are looking for:

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

Lambda is honestly very useful. There was one time I was working on a project before I fully understood how lambda functions worked, and it was a couple hundred lines of code. Basically i was working with tkinter, and coding the functionality for some buttons. When you write commands for the buttons, typically you can't use parentheses, otherwise it won't work. I needed each button to send 2 values to a function. Essentially I had to create a bunch of functions, whose only purpose was to call sone other function with a value, though all these functions called tge same function to do the same thing, just with a different value. With lambda, I was able to get rid of almost 100 lines worth of redundant code.

imma
Автор

Great video. I honestly felt so lost in the world of code but this video helped me find my way.

dustinteders
Автор

You forgot to add "0:00" as your first item in your timestamp in the description. That's why they are not showing on the loading bar

Ky-vvnj
Автор

btw sorry for watching late but.... perfect video sir thanks for effort

LakshayKumar-ihhz
Автор

Nice video. I watched it briefly before on my phone but the screen size was too small. I'm giving it a go again now that I discovered YouTube has a zoom feature.

davidsewilliams
Автор

thank you sir very much for this awesome video

dinhomhm
Автор

I think I caught an error on your side. For example in a while like, when you replaced "break" with the "continue". You stated that it does the similar results of the "break", but it actually doesn't. I tested it. It loops it back through the while loop, I used Pycharm debut to test it out. Unless I am not seeing something else. Please clarify. thank you

anthonykadir
Автор

I use a mobile. I honestly want to see the codes

Ragusubedi
Автор

Very useful video, thanks for effort.

redengineer
Автор

I wondering 1 question, Can i use any code editor program and not must be any specific program for just python, html, java, framework. Cause I like Visual studio and VSCODE or Notepad++

animal
Автор

Maybe you can answer my question sir, What computer language governs a programming language? For example what language told python not to use those keywords? Python or other programming languages can program or create a protocol, but they must be written syntactically ACCORDING TO "Something" which is I can never look up to YouTube tutorials. If you write a wrong syntax, computer will give an error, then who or WHAT tells you have error? Is python written in python?

junvelasco
Автор

I’m pretty young and am starting to get bored with my java course. Do you think i should switch to python or should I power through my course?(I have done 45 hours of the course and I think there is 80 hours)

shovelslayer
Автор

u got that timothee chalamet jawline 👍

awesomefacts
Автор

amazing video, love time code for the words and url for sites. just brilliant and fast pace

mccarraa
Автор

The 'is' keyword doesn't check if two things are equal, '==' does that. 'is' checks if two things are the same thing. a = 3, b = a is like one person holding up 3 fingers and the 2nd person is told to hold up how many fingers the first person is holding up, they are equal but not the same person.

Stringbats
Автор

I haven't watched the whole video yet but judging by the time stamps, I think you missed the 'with' keyword

brucemurdock
Автор

Steve teaching us how to mod minecraft like dream.

josephjoe
Автор

“I don’t know what to do with my hands”

tavishbrennan.
Автор

Better your face to be smaller and we be better able to read everything you write.

montandocubomagico
Автор

This video was written with AI for sure lol

anarch