Python For Loops, Functions, and Random - Python Basics with Sam

preview_player
Показать описание
Learn the basics of Python live from Sam Focht every Tuesday. This is part of a series that will cover the entire Python Programming language.

--

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

chain=''
for row in range(10):
chain=chain + str(row+1)
print(chain, end='\n')

marocaintoutelavie
Автор

It is very important that these learning spaces are generated. Almost all Python courses are focused for those who already know it and where the focus is specialized applicability, but I think that this programming language (Python) could be socialized even more, if the software or training companies, would review that Many people know about the scope of Python, but have never worked on it because they don't know about it and have never developed any solution. For this reason, these courses are initially intended for beginners and then on the route they will be scaled through different states or stages until they reach the specialist level. Thank you.

ernestorafaelviloriagarcia
Автор

numbers = [ i for i in range (10) ] # source: 50:29

abrarmojahidrafi
Автор

string = ''
for i in range(1, 11):
n_str = str(i)
string = cad + n_str
print(cad)

MaxLanderos
Автор

Great tutorial, easy to follow along 😀

smartandsimpleSNS
Автор

You are the BOSS, . Thank you so much for such Python tutorials.
Keep uploading . Looking to learn a lot from you
Thanks for this

sandipsawant
Автор

Apparently I find it harder to understand than the first python tutorial with Sam. :d

ookk
Автор

Waiting for next video from you regarding PYTHON.
THANK YOU💐

kirankumar
Автор

Also I have question here for everyone why did Sam use [ i for i in range I didn't get this part

ookk
Автор

I can't get to script from command prompt

davidphoenix
Автор

the time problem keeps popping up in these livestreams and heres what I do (though it may be viewed as shameless propaganda :-)) - subscribe to the channel and ring the bell icon, while selecting "all" in the filter that comes up when you "ring the bell". that way you receive all notifications of freeCodeCamp in your youtube inbox and you will get livestreams and their airing time (converted to your local time) shown on your youtube wall. you could likely adjust the notifications to only show livestreams, but I didnt bother to tinker around with that. :o) see you in the chat!

Eckister
Автор

Can you please make a full tutorial of c and c++ because if you make one tutorial we only understand only the basic




Answer the question

coderslife
Автор

This is G O L D E N, ur videos r a blessing!!

sri-
Автор

Is it so hard to figure out, that you should make both windows equal ?! Listeners can't see the code during your explanations, therefore it's really hard to follow :EEE

johnk
Автор

Was there a session on Tuesday 7/21? I can't find session 3 anywhere.

josefelix
Автор

i thought this was for beginners. almost an hour spent to showcase lambda and it was confusing. please stick with your agenda for beginners.

JohnCouse
Автор

The text in the video is totally unreadable.

AtlantaTerry
Автор

This is too complicated for a beginner sir

DigitalNoomad