You're literally a lifesaver, dude. Since most python tutorials on the Internet are geared towards Windows users, i was getting confused while trying to start learning python. Love how your video is easy to understand and always to the point. Keep up the good work!! 👍
This has been the most impactful & immediately accessible resource I've seen on Python. I was able to follow along & feel like I was really accomplishing something. Amazing. Thank you!
Oh I was confused out of my mind because the tutorial I found first was telling ‘same like Windows do in McOS’ and it is not the same! This helped very much! Thank you
Even though this was 2 years ago, I just wanted to say thank you so much for making this video. I am taking a CS class in college, but I don't know the first thing about it. You are a lifesaver.
Very nicely explained setup process👌🏻 Glad that you choose to make a video on python since it’s one of the best programming language right now. Just love your content🔥👌🏻 Would like to see more in-depth videos on SQL & Python😊Cheers✌🏻
This was very helpful. I would have taken hours to write my first bit of code if it wasn't for this. I added a comma so the output would be "Good morning, Barry".
Hey. Thanks for helping me getting started on this. I wanted to do 'machine learning' but postponing it for a while. Finally started it. Glad I found your channel. 😄
Hey thoufiq bhaiyaa I really like your videos and I was recently thinking to start learning phython... I was hoping you could make a tutorial series on python n Django with couple of real world projects and sample projects. Your videos are amazing as always also one more thing which i feel that will look more better and engaging is that whenever you take us to your laptop screen then you can include your front camera on bottom right corner of the screen....I don't know it's just a suggestion and I like that way actually. Also one more suggestions for your upcoming videos.... please share your code somewhere so that if we get stuck anywhere then we can refer it. Thanku and stay safe 😊
Thanks a lot Mayank for liking the video and for your valuable feedback and suggestions... Really appreciate it. Sure, I am planning on Python Tutorial videos in the coming weeks so do stay tuned.. Regarding your other suggestions, I’ll definitely consider it.. Thanks again and happy learning🙂
VS code is trying to download the 'Mac development tools' on my MBP 2013. I dont have the fastest internet so, it was saying something like 94 hours to download it. Do you know if that is a necessary file for VS code to work on python?
btw to those who don't understand how to use the f keys, simply press the key on the bottom left of your keyboard that says 'fn', then press the f key you want to use so for the 'Run' shortcut I would press fn + f5
OMG Thank you so much! This was so clear and easy for me. I am trying to earn my certificate from a free program but the video that was attached was confusing me. I somehow found yours and it all became clear. 🙌🏾
Thank you so much for this walkthrough. Many classes I've been taking use a simulator and didn't cover getting started with Python on my machine. This was very clear and helpful.
python3: can't open file '/Users/akhilveluru/Applications/version': [Errno 2] No such file or directory getting this error when I give it on terminal (python3 -- version)
Hi Thofiq, if the Python is already installed as part of the Command Line Tools for Xcode installation, is it correct to say that there won't be IDLE installed with it?
I love you man, tell us when you have something and we don't, have to figure out why all my documents are going to the cloud??? I downloaded atom and visual studio, looks intimating.....on day 1--- What does executing mean? why is it important?, what does it look like when its working correctly? either way I feel like I just said good morning to myself and I have know idea Idea why? great video I learned a lot, Who know Terminal was even on there!! im on DAY 1 lol
everything was ok until the text editor part. atom does not exist anymore it seems, what other text editor can i use in order to continue with learning? this video was 2 years ago and i just got into coding.
Just tried to download Atom and found out it's been shut down :( Hopefully VS Code will do! Thank you for the great tutorial, it's extremely helpful :)
I'm getting a pop up message that says "The "python3" requires the command line developer tools. Would you like to install the tools now?" Can you tell me what I should do please?
Hi @techTFQ - I'm getting this error -> ModuleNotFoundError: No module named 'boto3' I checked on web and got to know the fix by this command on terminal but it is not working. -> python -m pip install --user boto3. Any suggestion from your end ?
hey great video but i wanted to ask what's the difference between bash and zsh?? i noticed my terminal says 'zsh' and yours says 'bash' is there any difference?? do i need to change it?? if so how?? thanks a lot!
Hi, sorry for delayed response! was busy these few days.. In most cases, it does not really matter whether you use bash or zsh.. these both are shell which basically is an user interface that lets you run some commands to be performed on your operating system. On the older versions of Mac OS, bash was the default shell whereas in the newer Mac OS zsh is the default shell. zsh is built over bash so it basically can do everything a bash does plus some useful additional features.. Hope this helps...
Hey bro, great video. I have a problem tho lol when you were using atom to execute the what is your name code on the terminal I couldn't get it to work. At the 7:04 mark is where im having trouble. I followed along to the t but it won't display 'what is your name' on terminal I set up terminal to the exact atom folder and it does display it correctly but when I type in python3 program2.py in terminal nothing happens. I'm sure I missed something but idk. I understand it on IDLE though.
Hi Thoufiq, I've installed the extension for python in vs code, but there's no "play" button to run the program. Can you help? Thanks for the video! Was helpful!
Hi, Thanks for watching and liking the video.. If you are not seeing the run button on top right, it may be because the file you opened is not a python program.. Try to create a .py file and then open it in vs code.. run button should show up..
Hello, sir. Is it possible that you could make a tutorial on how to set up python on mac os with android studio. I find it very difficult because all tutorials are done with windows.
Hello sir greetings from 🇳🇵 i can’t save in idle As it says (the save file operation failed to connect to the open and save panel service ) I would be grateful if you would reply me
Hi Aebin, Sorry I dont understand what the issue is. You are not able to save a file in IDLE is it? Generally it should not cause any issues. May be issue is something else.. Perhaps you can email me the screen shot of the issue you getting and also the steps you are trying to follow. Email me at techtfq@gmail.com
I was genuinely so confused on just where I could practice coding this helped so much thank you
Thank you so much.. glad it helped 🙂
@@techTFQ are all of these programs where I can write code and execute free?
@@keatonmorehead2437 yes all of these are free source..
@@techTFQ thank you!
Your welcome.. happy learning..
Hit like if you plan to learn Python in 2024
Okay and what I'm going to get if I hit ur like ??? Senseless
You're literally a lifesaver, dude. Since most python tutorials on the Internet are geared towards Windows users, i was getting confused while trying to start learning python. Love how your video is easy to understand and always to the point. Keep up the good work!! 👍
Thank you Praveen.. glad to read your feedback ❤️
Thank you! You have no idea how genuinely confused I was on where to start with Python. Your presentation was truly helpful!
Thank you so much for the positive feedback 🙏🏼
Glad it helped..
For more than two days I was trying to find how to practice python on idle and this was the only video that helped me. Thanks a lot
Glad it helped:)
This has been the most impactful & immediately accessible resource I've seen on Python. I was able to follow along & feel like I was really accomplishing something. Amazing. Thank you!
Oh I was confused out of my mind because the tutorial I found first was telling ‘same like Windows do in McOS’ and it is not the same! This helped very much! Thank you
Even though this was 2 years ago, I just wanted to say thank you so much for making this video. I am taking a CS class in college, but I don't know the first thing about it. You are a lifesaver.
Thank you, not only did you show us how to download it but you showed us a bunch of methods on how to run it, that's awesome.
Glad I could help
This was the best tutorial so far for installing and running Python. Thank you so much!
I didn't understand VS code and how to use python on it.
This video helped me a lot.
Very easy explanation and understandable, Thanks!👌
You made getting python up and running for simple commands being used in tutorials easy, thank you !!!
ur the first one to actually explain it so well dude appreciate ur content
Very nicely explained setup process👌🏻 Glad that you choose to make a video on python since it’s one of the best programming language right now.
Just love your content🔥👌🏻
Would like to see more in-depth videos on SQL & Python😊Cheers✌🏻
Thank you Shahil 🙂
thank you for the vid I'm a total noob in coding but I will learning it in college so I wanted a head start!
Your welcome 🙏🏼
Glad it helped..
Thank you so much! Before finding this video I watched 20 other ones trying to figure this out. You are a life saver!!!
Whoa! Just learning that command really blows my mind & is so cool. I’m ready for the more commands to come !
Good tutorial, quick and to the point. I learned something new today.
Thanks for taking the time to make the video!
Welcome. Glad it helped:)
Thank you very much. I spent the entire night setting up code on my Mac and this video finally got it down for me!🎉🎉
This was fantastic! I was so confused with the options until I came acorss this video! You made it so easy to understand!
This was very helpful. I would have taken hours to write my first bit of code if it wasn't for this. I added a comma so the output would be "Good morning, Barry".
Straight to the point. Earned a sub.
You just made me make the leap to have a macbook air/pro or a mac mini for coding thanks for vid👍👍👍
Thank you
Thanks! It was really helpful, now I know how to start learning Python, before your video I didn't even know how to start doing anything with python
Hey. Thanks for helping me getting started on this. I wanted to do 'machine learning' but postponing it for a while. Finally started it. Glad I found your channel. 😄
Thank you Sarthak 🙏🏼
So glad this video helped 🙂
thanks for the intro to python , from this i managed to think of what i wanted to write in a program and work out how to code it out! :D cheers!
Hey thoufiq bhaiyaa I really like your videos and I was recently thinking to start learning phython...
I was hoping you could make a tutorial series on python n Django with couple of real world projects and sample projects.
Your videos are amazing as always also one more thing which i feel that will look more better and engaging is that whenever you take us to your laptop screen then you can include your front camera on bottom right corner of the screen....I don't know it's just a suggestion and I like that way actually. Also one more suggestions for your upcoming videos.... please share your code somewhere so that if we get stuck anywhere then we can refer it.
Thanku and stay safe 😊
Thanks a lot Mayank for liking the video and for your valuable feedback and suggestions...
Really appreciate it.
Sure, I am planning on Python Tutorial videos in the coming weeks so do stay tuned..
Regarding your other suggestions, I’ll definitely consider it..
Thanks again and happy learning🙂
This is the only video where I found what I wanted, thank you!
Thank you so much 🙏🏼
So glad it helped..
VS code is trying to download the 'Mac development tools' on my MBP 2013. I dont have the fastest internet so, it was saying something like 94 hours to download it. Do you know if that is a necessary file for VS code to work on python?
I don’t think it’s required..
U just need basic vs code and then install the python extension as I showed in the video
Thank you. Great video. I have Python on Windows, but I haven't bothered to install it on my MacBook Pro until now.
Impressive👌🏻👌🏿... seem like a professional high quality maestro...Explanation, presentation, interpretation, clarity👌Keep up doing your great work
Thank you 😍
@@techTFQ welcome😁
Awesome! My son finally got started with Python 🔥
So glad to hear that ☺️👍
btw to those who don't understand how to use the f keys, simply press the key on the bottom left of your keyboard that says 'fn', then press the f key you want to use
so for the 'Run' shortcut I would press
fn + f5
very clear about installation and running of a python program
Thanks for the help !!! Bit confused where to start from, quick solution 🙂
your are so Pro teaching 👏🏼
Thank you ☺️
Plain and simple, well explained! Thank You!
Thank you 🙏🏼
FINALLY something for an absolute beginner! 👍👍
OMG Thank you so much! This was so clear and easy for me. I am trying to earn my certificate from a free program but the video that was attached was confusing me. I somehow found yours and it all became clear. 🙌🏾
Thank you, great video. I am up and running with python on my mac. Look forward to doing more after watching your videos.
Amazingly descriptive yet on point 💯💯💯💯 perfect . Keep uploading more 👍🙏
Thank you Sheeba 😍🙂
Great explanation answered all my questions for starting appreciate it🤝
This helped with so much confusion. Thank you.
Thanks Thoufiq !! I'm a beginner and this helps me !
Thank you so much as I got many doubts of installation cleared.
Thank you so much for this walkthrough. Many classes I've been taking use a simulator and didn't cover getting started with Python on my machine. This was very clear and helpful.
I started my Python with you♥
I am so glad to hear that :)
Thanks a lot brother I have my practicals around and I really needed this kinda video…. Gained a sub brother ❤
your the best tech youtuber
Very useful!! Thanks so much for this resource! Keep up the great work!!
Thank you :)
Thanks for this bro. Been doing JS/TS for 6 years but all this GPT stuff has got me worried so finally time to look at Py 🤣
Super helpful, much appreciated Thoufiq!
Thank you Layes 🙏🏼
python3: can't open file '/Users/akhilveluru/Applications/version': [Errno 2] No such file or directory
getting this error when I give it on terminal (python3 -- version)
Hi Thofiq, if the Python is already installed as part of the Command Line Tools for Xcode installation, is it correct to say that there won't be IDLE installed with it?
VScode is better than Spyder? i typically liked Spyder on windows... but don't know about mac
I love you man, tell us when you have something and we don't, have to figure out why all my documents are going to the cloud??? I downloaded atom and visual studio, looks intimating.....on day 1--- What does executing mean? why is it important?, what does it look like when its working correctly? either way I feel like I just said good morning to myself and I have know idea Idea why? great video I learned a lot, Who know Terminal was even on there!! im on DAY 1 lol
This video was very helpful thank you so much 🙏🏻
everything was ok until the text editor part. atom does not exist anymore it seems, what other text editor can i use in order to continue with learning? this video was 2 years ago and i just got into coding.
thank you so much this really helped. Great Video and explanation.
Your welcome 🙏🏼
Glad this helped ..
Just tried to download Atom and found out it's been shut down :( Hopefully VS Code will do! Thank you for the great tutorial, it's extremely helpful :)
Super helpful video. I was able to easily follow along. Thank you for putting out this content!
Your welcome 🙏🏼 .. I am glad it helped .. thank you for taking time to give your feedback..
@@techTFQ anytime boss!
😁
Very helpful video! Thanks very much!
glad it helped
Thank you. You made it so easy !
Thanks! You made this easy!
Thank you so much! This was really helpful for me!
Thank you 🙏🏼
So glad to hear you benefited from this 🙂
excellent. a 5 STAR job. very helpful. many Thanks. !!
man I don't know how to thank you
I fcuking love you lol like literally thanks so much
I was so confused b4 this video
and lastly thanks again
Haha that’s good to know bro .. your welcome .. glad this helped ☺️
This was very helpful and clear, thank you!
Thank you - thank you - thank you! It was so helpful for me!
Your welcome 🙏🏼
Very helpful video🎉
Very well explained.. Thank you so much.
Thank you! that was SO helpful!
Thank you :)
Thanks, it was super helpful
Your welcome Rahul 🙏🏼
Glad this helped..
Thanks for the information brief and straight to the good good stuff
This was so helpful thank you for teaching me. :)
Can I use Same code in windows for perspective deep learning project ?
Thanks really helpful and clear
Thank you :)
I'm getting a pop up message that says "The "python3" requires the command line developer tools. Would you like to install the tools now?" Can you tell me what I should do please?
Hi @techTFQ - I'm getting this error -> ModuleNotFoundError: No module named 'boto3'
I checked on web and got to know the fix by this command on terminal but it is not working. -> python -m pip install --user boto3. Any suggestion from your end ?
Can you make a tutorial on how to install python via homebrew
in other sites, it is showing to install homebrew to install on mac. But here it is installing without any issues
Installing python using homebrew is just one of the options but not mandatory..
I hope you were successful in installing python through this video 😀
thank you so much it was helpful for me
This was very helpful thanks
Glad it was helpful ☺️
Thank you for the feedback 🙏🏼
Many thanks! This is very helpful!
Your welcome 🙏🏼
Glad it helped ..
thankyou so much for the help
Your welcome 🙏🏼
Glad this helped 🙂
hey great video but i wanted to ask what's the difference between bash and zsh?? i noticed my terminal says 'zsh' and yours says 'bash' is there any difference?? do i need to change it?? if so how?? thanks a lot!
Hi, sorry for delayed response! was busy these few days..
In most cases, it does not really matter whether you use bash or zsh.. these both are shell which basically is an user interface that lets you run some commands to be performed on your operating system.
On the older versions of Mac OS, bash was the default shell whereas in the newer Mac OS zsh is the default shell.
zsh is built over bash so it basically can do everything a bash does plus some useful additional features..
Hope this helps...
Thank you so much! This makes so much sense. You explained very well.
Thank you so much 🙏🏼
Glad the video helped ..
Thank you brother! It was really helpful.
Your welcome 🙏🏼
Really glad it helped you ☺️☺️
You’re truly a life saver here thanks a lot :)
Your welcome 🙏🏼
Hey bro, great video. I have a problem tho lol when you were using atom to execute the what is your name code on the terminal I couldn't get it to work. At the 7:04 mark is where im having trouble. I followed along to the t but it won't display 'what is your name' on terminal I set up terminal to the exact atom folder and it does display it correctly but when I type in python3 program2.py in terminal nothing happens. I'm sure I missed something but idk. I understand it on IDLE though.
Great video! Thank you 🥇
Your welcome :)
great video, you have no idea how much this help me, thanks!!
Glad that it helped ☺️
Thanks a lot for the feedback 🙏🏼
Hi Thoufiq, I've installed the extension for python in vs code, but there's no "play" button to run the program. Can you help?
Thanks for the video! Was helpful!
Hi, Thanks for watching and liking the video..
If you are not seeing the run button on top right, it may be because the file you opened is not a python program..
Try to create a .py file and then open it in vs code.. run button should show up..
Hello, sir. Is it possible that you could make a tutorial on how to set up python on mac os with android studio. I find it very difficult because all tutorials are done with windows.
Hi, i haven't really thought of it but will surely consider as one of the future video's..
thank you for the suggestion :)
Thank you this is really helpful :)
Very helpful thanks!
Absolutely amazing video, thank you so much for helping out 🙏🏽
Thats great !! Helpful
Hello sir greetings from 🇳🇵 i can’t save in idle
As it says (the save file operation failed to connect to the open and save panel service )
I would be grateful if you would reply me
Hi Aebin,
Sorry I dont understand what the issue is. You are not able to save a file in IDLE is it?
Generally it should not cause any issues. May be issue is something else..
Perhaps you can email me the screen shot of the issue you getting and also the steps you are trying to follow.
Email me at techtfq@gmail.com
@@techTFQ sir i have mailed you 😁
thank you to the NYPD for doing this. This should happen in cities all across the U.S.
really helps a lot!!! thanks!