Python Project Tutorial - Your First Python Project

preview_player
Показать описание
In this beginner python project tutorial you will learn to create a simply python game! While working through this beginner python project you will learn the basics and fundamentals of python and apply those skills. This python tutorial is designed to get you up and running in python as fast as possible.

--

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

You dropped this 👑
For not only teaching us how to code, but doing it for free aswell
Thank you

entropyrises
Автор

Every beginner should watch this video first even before learning python from any other tutorial I would say. Thanks Tim and freecodecamp for such a wonderful video!!🤩

msincognito
Автор

Who else wishes they started this waaaay earlier in quarantine?

citooi
Автор

When it's Tim, you know it's going to be a great tutorial!

eternalprogramming
Автор

I was reading a book of Python and with your tutorial I understand now everything. Thank you for taking the time and do this video

josueortiz
Автор

This person is probably the best teacher I have come across so far! Thanks very much

drwhowhogrub
Автор

I was on your channel watching "Top 18 Mose Useful Python Modules."
Got a Notification and I'm here.
A pleasure to have you.

johnsonsubedi
Автор

Man you are Awesome!
I did your tutorial and make it a bit interesting by add loop between 3rd & 4th choice question..

choice4 = ""
while True:
choice3 = input("behind the house you find a river, do you swim across or go around? (across/around) ").lower()
if choice3 == "across":
print("You reached to other side")
print("Gongrats! YON WON.")
break

else:
choice4 = input("Do you know how to swim? (yes/no) ").lower()
if choice4 == "yes":
print("Swim to Win!")

else:
print("you can't go anywhere! you lost...")
break

_Saike
Автор

I finished this in one run u have great teaching skills man thank u

dilipkumars
Автор

Ive been to some coding tutorials and this is the best ever, , good work now I've understood something

hopekins
Автор

Thank you so much for this video, you explained all the concepts in a simple way that made it easy for me to understand.

richnaidu
Автор

Right to the point. Very practical and easy to assimilate.

StorybookFantasia
Автор

that was the best tutorial ever. you explained everything i wanted to now. thanks

Luca-luwf
Автор

Wish I had a friend irl like this one. much appreciated buddy!

nadrenders
Автор

This video definitely gave me some confidence for learning Python because I was learning for a month or so prior to this video from Python for everyone and I felt like I wasn't getting anyway. You've earned a subscriber!

yadrons
Автор

That was a great class and I am looking forward to the next one. Python is a lot of fun.

Автор

thankyou freecode camp and tech with tim you really made my quarntine and python learning interesting

ninaadv.l.
Автор

I recently created a user feedback program in python and was thinking of some other ideas and this idea of a game is dope!

MonikaSharma-pgss
Автор

Tim so far your are favorite tutor, I have really followed on your lessons and i have really learnt a lot
Great

SimelCoding
Автор

I was shocked to see Tim here! I thought I clicked on his channel.

lorenzmasangcay