

If you want to get into computer programming, one easy way is to use Python. Here is a quick tutorial which will show you how to get started with Python programming on Windows.
Twitter:
Instagram:
####
import random
n = random.randint(1,10)
print(“I am thinking of a number between 1 and 10”)
running = True
while running:
guess_str = input(“Take a guess “)
guess = int(guess_str)
if guess == n:
print(“Well done, that is right!”)
running = False
elif guess < n:
print(“Try a bigger number”)
else:
print(“Try a smaller number”)
#####
—
Python Tutorial for Beginners
Introduction to Python Programming
Learn Python
Python for Windows
—
source
very good video , thans for the info
Canโt wait to try this today after work! (Noob here)
my dad is making me code so far not bad
This was very helpful. Thank you.
How would you restart the game without running the whole game again. Also how would you add something that keeps tracks of how many attempts you have had
Thank you sir =)
ca you tell me how did you download this Python. I have downloaded version 3.8.2 for Windowsd 8.1 64 bits and I got a Python which opens like CMD from Windows. And how do you switch between lines? I will appreciate if you could send me an email at gagiu2000@gmail.com.Thank you
brilliantly explained with exactly what is essential to start with.. Keep up the great work..
I am able to get this to work but I can only do a really simple one:
import random
n = random.randint(1,10)
print("I am thinking of a number between 1 and 10")
running = True
while running:
guess_str = input("Take a guess ")
guess = int(guess_str)
if guess == n:
print("Well done, that is right!")
running = False
else:
print("You Wrong")
he has 666 likes lol
If only it were as simply as typing
{
write me, "Hello," daddy.
}
and it do it.
Super, just what I needed, right to the point. Voila, never programmed in Python and now I entered a program and ran it, successfully.
Star going up on fridge.
Very cool! I liked a lot xD
Please make more videos like this…ur way of teaching is great ๐
Please more python videos
Garry make one for Mac OS also
Thanks Gary !!! Excellent
yes, please more on python and programming
So, I've decided finally that I'll learn python after my FreeCodeCamp course
hello Gary, am a beginner in python . you just blow up my head now. am impressed Thanks
Make more please ๐
Python is great! I made a script for cloning HALs very easily. I could've used Bash but its actually in my CS course.
More Python please!
Gary knows his stuff. He is undoubtedly a Tech expert. However he just rushed through the fundamentals of programming way too fast in this video. He barely explained everything. If you know about programming this video wonโt be of any use to you. If you donโt know anything about programming you wonโt understand what he is saying. Who exactly was this video for?
Does python also manage memory automatically ?
Does it support pointers ?
Finally I have an excuse to learn python.
Cool video, I personally use VB and I'm just starting to learn python, and this was simple and easy to follow.
A video suggestion : How to dual boot windows and linux. Hope you take in to consideration.
Thanks for a nice Python video. I think learning Python will be easier via a structured course rather than ad-hoc youtube videos.
I think a good idea for a mini-series is an overview of each individual language, what is it good for and how to get started (e.g. best courses online) – Python would be a great start
Please make awesome videos like this.
We will wait
Thanks alot
does python use double or float for decimal numbers? I think a python series would be a great idea!
I'm studying C++ language, and I've gotta say python is way similar to C++
Python python python especially (python function)
Sir, i follow all of your explain videos…. I want to be a android rom developer. Is it mandatory to know programming languages for that??? If yes, than which language do i have to learn??? I watched your video on how to develop rom but i am not clear about this. Please help me…
Although I have been spending the past few hours coding a RNN on python, i still see this introductory video to the full ๐๐๐
thanks a lot gary
i purchased already the "learn to make app in android", degit course, and it's really to thank you for the effort you make in teaching other thanks
Nice.. great one.. thanks for the great videos ..๐๐๐๐๐๐
It's amazing…. Just make a series of videos teaching python
Python is the ultimate high level language especially for learning. I learned on VB and C which was much less straight forward. Some people don't realize how powerful python actually is.
GARY!!!
Afternoon Professor!!!
I would be interested in learning why python of other languages. And maybe seeing some basic programs too. Just not every video. Keep up the great work!
๐ค What a coincidence! Today at Freegeekchicago they have a free 'Introduction to Python' class ๐๐
i see python
i panic++
Wonderful1
GARY!
Afternoon, professor!
o shitt you should do more of these for other language too, and maybe make a playlist out of it
Sir it was a Great Video. Pls make More Videos On Programming..
Sir Pls Kindly Tell How did you Customize the Restart Path In The Shell Window??
Btw I love your videos but this one would have been better if it would have had at least a little depth. Like maybe telling a little bit about Python. Like telling that numbers are pseudo-random and not random. I am saying because you are very good at explaining and people will easily get it.
Is this gonna be a series???
Loved it