Did this tutorial help you to install Python? Comment Now!! and Let me know your opinion... And Please SUBSCRIBE for more! Also, you can Support my work through TH-cam Thanks!
Thank you for the simple explanation on the install, I didn't realize the PATH options weren't by default. It's an easy process that I was struggling with and I appreciate the slow and detailed help, especially for non-developers like me.
you are most welcome!! ❤❤ ► Follow me on Instagram: instagram.com/geekyscript/ ► Subscribe to Geeky Script Vlog Channel: www.youtube.com/@GeekyScriptVlogs/ ► Subscribe to Geeky Syntax Channel: www.youtube.com/@geekysyntax/
i have downloaded python in my laptop but there is some issue with microsoft store. it never allows me open that python souce and I cant do anything further.. please tell me how do i fix it?
The Mod Constructor v.5 from the Sims 4 comes with Python so I had to install Python, thank you for your video for the information, I wasn't sure if "Add Path" was necessary or not.
This is the best python download video I have seen so far. He cuts straight to the point, giving you all the recommended settings with no nonsense. 10/10 for sure.
Sir i don't know how to say thankyou you are such a amazing man I already saw many video of download python but it didn't work and today when I saw your video, it's work thankyou most 😊😊😊😊
Glad I could help!! ❤❤ ► Follow me on Instagram: instagram.com/geekyscript/ ► Subscribe to Geeky Script Vlog Channel: www.youtube.com/@GeekyScriptVlogs/ ► Subscribe to Geeky Syntax Channel: www.youtube.com/@geekysyntax/
terimakasih bang geeky script ini sangat membantu ku salam untuk keluarga di india sana oh iya bang geeky aku minta saran klo berbicara jangan terlalu cepat terimakasih yaa..... aku senang dan bahagia salam hangat dari indonesia:)
So I clicked to install it and for me, it says Upgrade Now. Went to Customize Installation to see and all boxes are checked as they should, when I click next it drives me to the other ones that aren't yet checked and it doesn't let me click "Install 3.11 for all users" (probably because I already have Python 3.11.3) Should I click Upgrade Now then?
i have downloaded python in my laptop but there is some issue with microsoft store. it never allows me open that python souce and I cant do anything further.. please tell me how do i fix it?
import turtle # Create a turtle object ball = turtle.Turtle() # Set the ball's shape ball.shape("circle") # Set the ball's color ball.color("red") # Set the ball's speed ball.speed(0) # Set the ball's starting position ball.penup() ball.goto(0, 0) ball.pendown() # Start the animation loop while True: # Move the ball forward ball.forward(10) # Check if the ball has hit the top of the screen if ball.ycor() > 250: # Reverse the ball's direction ball.sety(250) ball.dy = -ball.dy # Check if the ball has hit the bottom of the screen if ball.ycor() < -250: # Reverse the ball's direction ball.sety(-250) ball.dy = -ball.dy # Check if the ball has hit the left side of the screen if ball.xcor() < -250: # Reverse the ball's direction ball.setx(-250) ball.dx = -ball.dx # Check if the ball has hit the right side of the screen if ball.xcor() > 250: # Reverse the ball's direction ball.setx(250) ball.dx = -ball.dx
Most welcome! ❤❤ ► Follow me on Instagram: instagram.com/geekyscript/ ► Subscribe to Geeky Script Vlog Channel: www.youtube.com/@GeekyScriptVlogs/ ► Subscribe to Geeky Syntax Channel: www.youtube.com/@geekysyntax/
import turtle # Create a turtle object ball = turtle.Turtle() # Set the ball's shape ball.shape("circle") # Set the ball's color ball.color("red") # Set the ball's speed ball.speed(0) # Set the ball's starting position ball.penup() ball.goto(0, 0) ball.pendown() # Start the animation loop while True: # Move the ball forward ball.forward(10) # Check if the ball has hit the top of the screen if ball.ycor() > 250: # Reverse the ball's direction ball.sety(250) ball.dy = -ball.dy # Check if the ball has hit the bottom of the screen if ball.ycor() < -250: # Reverse the ball's direction ball.sety(-250) ball.dy = -ball.dy # Check if the ball has hit the left side of the screen if ball.xcor() < -250: # Reverse the ball's direction ball.setx(-250) ball.dx = -ball.dx # Check if the ball has hit the right side of the screen if ball.xcor() > 250: # Reverse the ball's direction ball.setx(250) ball.dx = -ball.dx
Did this tutorial help you to install Python?
Comment Now!! and Let me know your opinion...
And Please SUBSCRIBE for more! Also, you can Support my work through TH-cam Thanks!
Yup🎉🎉🎉🎉
yup... so clear and exact. worth 4 anyone's time.
I got stucked in pip install -r requirements.txt , getting fatal errors messages
Thanku
@@gkxbcgofeevg Welcome!! ❤ Also, watch Complete ECommerce tutorial ⏩ th-cam.com/video/76E2QmjhRtQ/w-d-xo.html and WordPress Tutorial Playlist ⏩ th-cam.com/video/qt2BQt7uPbs/w-d-xo.html
In my MacBook Air M1 interactive mode of python is running but I am unable to open script mode, tell me how to open script mode of python
1:28 py launcher is not enabling in my laptop what should I do ??
same here
My python making error traceback when search pip in cmd, what should i do?
Thank you for the simple explanation on the install, I didn't realize the PATH options weren't by default. It's an easy process that I was struggling with and I appreciate the slow and detailed help, especially for non-developers like me.
you are most welcome!! ❤❤
► Follow me on Instagram: instagram.com/geekyscript/
► Subscribe to Geeky Script Vlog Channel: www.youtube.com/@GeekyScriptVlogs/
► Subscribe to Geeky Syntax Channel: www.youtube.com/@geekysyntax/
You helped me download this better than my professor, thank you so much 😊
Happy to help!
Crazy
This helped me so much! Thank you!
You're so welcome!
If you are running cmd and typing the command python and the version is not showing. Run your cmd as administrator in case you run into a problem
Thanks man, I was having a problem with that
For me it’s not accept to select use admi…..
Who has that problem
So dumb question. What is the GUI Python interface folks use on Windows systems? Isn't there a GUI one that I see in all of these tutorials?
Not a dumb question at all friend. Its pycharm. I made a video about it too: th-cam.com/video/otfI90qwpiU/w-d-xo.html
i have downloaded python in my laptop but there is some issue with microsoft store. it never allows me open that python souce and I cant do anything further.. please tell me how do i fix it?
Same goes for me
The Mod Constructor v.5 from the Sims 4 comes with Python so I had to install Python, thank you for your video for the information, I wasn't sure if "Add Path" was necessary or not.
Thank you very much. You gave me best guidance
Welcome! 😊 ❤
Also Subscribe to Geeky Syntax Channel: www.youtube.com/@geekysyntax/ and
www.youtube.com/@GeekyScriptVlogs/
This is the best python download video I have seen so far. He cuts straight to the point, giving you all the recommended settings with no nonsense. 10/10 for sure.
@GeekyScript After installation will the python path set to system variables or user variables please clarify?
why i don't have the (add python.exe to path )
bro i have same pblm. what i do?
you solve this pblm plz help me
Delete and install it again
Yaa me als face same problem
Bcoz before in time you have pre installed it
i get the version when i type python, but python still doesnt work. i did the changes to the path and it says python is not recognized cmd any idea?
I need some help with CMD command lines for transcribing an 45 minutes mp4 to srt please , Thanks !
Hey, would you be able set your microphone to mono?
It's really difficult to hear with adhd
Do we have to reinstall it everytime there is a new update or does it update itself automatically?
Up
Thank you very much 😊☺️this helped me a lot 😌☺️again thank you
You're welcome 😊
Sir i don't know how to say thankyou you are such a amazing man I already saw many video of download python but it didn't work and today when I saw your video, it's work thankyou most 😊😊😊😊
You are most welcome
Thank you bro 🥺🥺. You helped me.
Glad I could help :) All the best :)
Also Subscribe to Geeky Syntax Channel: www.youtube.com/@geekysyntax/ and
www.youtube.com/@GeekyScriptVlogs/
انا اشكرك حقآ كان هاذة جميل لاكن هل يمكنني تعلم بايثون من دوان اتقان اللغة لنكليزية انا حقآ احب مجال لبرمجا لاكني اتعلم النكليزية ببطء
آپ کا خیر مقدم ہے۔
Sir what we have to type in command prompt - python i am new student I don't know please help me and guide me please 🥺
you can also install it using winget or setup pyenv to have multiple versions installed
Thanks man! This was very useful!
Glad it helped!! 😊 ❤ ❤
► Follow me on Instagram: instagram.com/geekyscript/
► Subscribe to Geeky Script Vlog Channel: www.youtube.com/@GeekyScriptVlogs?sub_confirmation=1
► Subscribe to Geeky Syntax Channel: www.youtube.com/@geekysyntax?sub_confirmation=1
hi please so it downloaded however, it shows a file page . Can you please help me
omg thank you so much you really helped me! Im totally subscribing
Glad I could help!! ❤❤
► Follow me on Instagram: instagram.com/geekyscript/
► Subscribe to Geeky Script Vlog Channel: www.youtube.com/@GeekyScriptVlogs/
► Subscribe to Geeky Syntax Channel: www.youtube.com/@geekysyntax/
Thanks a ton
I made it myself by just looking into your video
Glad it helped
A very big thanks for your help sir
Always welcome
traceback error script unable to complete what should i do?
This helped me so much ! Thank you!
Welcome!! ❤ Also, watch Complete ECommerce tutorial ⏩ th-cam.com/video/76E2QmjhRtQ/w-d-xo.html and WordPress Tutorial Playlist ⏩ th-cam.com/video/qt2BQt7uPbs/w-d-xo.html
thank you very much its really helpful in installing the python application
Glad it helped!
so i have a problem in python
terimakasih bang geeky script ini sangat membantu ku salam untuk keluarga di india sana oh iya bang geeky aku minta saran klo berbicara jangan terlalu cepat terimakasih yaa..... aku senang dan bahagia salam hangat dari indonesia:)
Selamat Datang! Cinta dari India ❤
Also Subscribe to Geeky Syntax Channel: www.youtube.com/@geekysyntax/ and
www.youtube.com/@GeekyScriptVlogs/
thank you very much its really helpful in installing the python application
Glad it helped!
thank you so much sir 😇it helped a lot🤗🤗
Most welcome 😊
Thank you very so much for this video sir :)
Most welcome!
Thank you so much this helped a lot!
Most Welcome! :)
Also Subscribe to Geeky Syntax Channel: www.youtube.com/@geekysyntax/ and
www.youtube.com/@GeekyScriptVlogs/
Should I update my python 3.11.3 to 3.11.4?
So I clicked to install it and for me, it says Upgrade Now. Went to Customize Installation to see and all boxes are checked as they should, when I click next it drives me to the other ones that aren't yet checked and it doesn't let me click "Install 3.11 for all users" (probably because I already have Python 3.11.3) Should I click Upgrade Now then?
i have downloaded python in my laptop but there is some issue with microsoft store. it never allows me open that python souce and I cant do anything further.. please tell me how do i fix it?
do I ned to install a compiler separately?
Windows c me download krnaa sahi rhtaa hai kyaa
Thanku so much for this guidance.
you saved my life brother
You're welcome
Thank u soo much sirr❤❤
Most welcome 😊
i was looking for 1 hour then i saw you vid bro thank you
Anytime bro !! 😊 ❤
Also Subscribe to Geeky Syntax Channel: www.youtube.com/@geekysyntax/ and
www.youtube.com/@GeekyScriptVlogs/
Thank you bro
Welcome :)
Also Subscribe to Geeky Syntax Channel: www.youtube.com/@geekysyntax/ and
www.youtube.com/@GeekyScriptVlogs/
import turtle
# Create a turtle object
ball = turtle.Turtle()
# Set the ball's shape
ball.shape("circle")
# Set the ball's color
ball.color("red")
# Set the ball's speed
ball.speed(0)
# Set the ball's starting position
ball.penup()
ball.goto(0, 0)
ball.pendown()
# Start the animation loop
while True:
# Move the ball forward
ball.forward(10)
# Check if the ball has hit the top of the screen
if ball.ycor() > 250:
# Reverse the ball's direction
ball.sety(250)
ball.dy = -ball.dy
# Check if the ball has hit the bottom of the screen
if ball.ycor() < -250:
# Reverse the ball's direction
ball.sety(-250)
ball.dy = -ball.dy
# Check if the ball has hit the left side of the screen
if ball.xcor() < -250:
# Reverse the ball's direction
ball.setx(-250)
ball.dx = -ball.dx
# Check if the ball has hit the right side of the screen
if ball.xcor() > 250:
# Reverse the ball's direction
ball.setx(250)
ball.dx = -ball.dx
thank you sir❤❤❤❤❤❤❤❤
Most welcome! ❤❤
► Follow me on Instagram: instagram.com/geekyscript/
► Subscribe to Geeky Script Vlog Channel: www.youtube.com/@GeekyScriptVlogs/
► Subscribe to Geeky Syntax Channel: www.youtube.com/@geekysyntax/
Thanks brother ❤
Always welcome
thanks bro
Welcome
why doesnt pip work or git clone?
Thank you sir, it's very usefull video.
You are most welcome
thank you for the video
You're welcome
sir how to download pychram and how to run please make a video
Sir I can't find the idle python
nice tutorial, it helped me a lot :D
Glad it helped!
Thanks this was amazing
You're so welcome!
Thank you bahi
😍😍
Thank you sir
Welcome! 😊 ❤ ❤
► Follow me on Instagram: instagram.com/geekyscript/
► Subscribe to Geeky Script Vlog Channel: www.youtube.com/@GeekyScriptVlogs?sub_confirmation=1
► Subscribe to Geeky Syntax Channel: www.youtube.com/@geekysyntax?sub_confirmation=1
Nice and simple.
Thank you! Cheers!
thank you so much it was very helpful :)
Glad it helped!
Thank you so much
You're most welcome
Thank you sir
Welcome!! Also, watch Complete ECommerce tutorial ⏩ th-cam.com/video/76E2QmjhRtQ/w-d-xo.html and WordPress Tutorial Playlist ⏩ th-cam.com/video/qt2BQt7uPbs/w-d-xo.html
why in cant able to find idle
It maybe because you did not followed this guy steps to download Python, maybe?
I haven't been able to download it, I'll see if this is the good one😪
hope u were able to install it :)
thank you!!!
You're welcome!! ❤ Also, watch Complete ECommerce tutorial ⏩ th-cam.com/video/76E2QmjhRtQ/w-d-xo.html and WordPress Tutorial Playlist ⏩ th-cam.com/video/qt2BQt7uPbs/w-d-xo.html
Thank you
You're welcome!
thanks a lot sir !!!
Most welcome!
Does it works for windows 12
Late that come out first..
Thank you.
You're welcome!
Thanks a lot for this video
Most welcome
thank you, Why Python could make this video is a mystery.
thank you
Most Welcome!
thanks
You're welcome!
Bro is making video at 3am
Yea bro.. that too after office.. 😴 I hope my videos are helping you guys :)
@@GeekyScript yes!!
@@kevalpatel1643 Awesome :)
very comprehendible
Thanku
Welcome!! ❤ Also, watch Complete ECommerce tutorial ⏩ th-cam.com/video/76E2QmjhRtQ/w-d-xo.html and WordPress Tutorial Playlist ⏩ th-cam.com/video/qt2BQt7uPbs/w-d-xo.html
2:14
For windows 10 I used this video:
th-cam.com/video/OP_4UTDPdtY/w-d-xo.htmlsi=AONFoxUVRJz7ZPoq
Yeah Buddy
hi bro
I have the same laptop
Excellent!! ❤ Also, watch Complete ECommerce tutorial ⏩ th-cam.com/video/76E2QmjhRtQ/w-d-xo.html and WordPress Tutorial Playlist ⏩ th-cam.com/video/qt2BQt7uPbs/w-d-xo.html
the audio is very uncofortable lmao
i love indian youtuber
hello
hi
Apki grammar thodi kasuel h🥵
Shukriya bhai but kaam nahi bana lol
Why? What's is the issue u r facing?
Now it's done don't worry
Okay.
import turtle
# Create a turtle object
ball = turtle.Turtle()
# Set the ball's shape
ball.shape("circle")
# Set the ball's color
ball.color("red")
# Set the ball's speed
ball.speed(0)
# Set the ball's starting position
ball.penup()
ball.goto(0, 0)
ball.pendown()
# Start the animation loop
while True:
# Move the ball forward
ball.forward(10)
# Check if the ball has hit the top of the screen
if ball.ycor() > 250:
# Reverse the ball's direction
ball.sety(250)
ball.dy = -ball.dy
# Check if the ball has hit the bottom of the screen
if ball.ycor() < -250:
# Reverse the ball's direction
ball.sety(-250)
ball.dy = -ball.dy
# Check if the ball has hit the left side of the screen
if ball.xcor() < -250:
# Reverse the ball's direction
ball.setx(-250)
ball.dx = -ball.dx
# Check if the ball has hit the right side of the screen
if ball.xcor() > 250:
# Reverse the ball's direction
ball.setx(250)
ball.dx = -ball.dx
Thanks a lot
Most welcome
Thank you
You're welcome! ❤ Also, watch Complete ECommerce tutorial ⏩ th-cam.com/video/76E2QmjhRtQ/w-d-xo.html and WordPress Tutorial Playlist ⏩ th-cam.com/video/qt2BQt7uPbs/w-d-xo.html
thank you
Welcome! ❤❤
► Follow me on Instagram: instagram.com/geekyscript/
► Subscribe to Geeky Script Vlog Channel: www.youtube.com/@GeekyScriptVlogs/
► Subscribe to Geeky Syntax Channel: www.youtube.com/@geekysyntax/
thank you
You're welcome
Thank you
Most welcome 😊