Thank you so much. I'm learning python in my computer science GCSE course, and I made a while loop and I kept on getting stuck in an infinate loop. Thank you for this great video to stop this from happening 😅👍
@silkogelman Жыл бұрын
I love Python and this video was in the suggestions for me. Nice to the point tutorial, thanks for this! 🙏 Going to watch your video about Python Automation with PyAutoGUI now, bye. 👋😀
@samarthgosavi75553 жыл бұрын
Because of my exam i'm not watched your previous videos but you upload really good content.
@CodeoftheFuture3 жыл бұрын
Thank you so much! I hope your exam went well!!
@nobby302 жыл бұрын
I love your videos...learning so much from you...I appreciate how you walk through the code...it clicks with me. I've watched alot of python tutorials, my lecture is great but it doesn't always click like yours do! so thanks so much. I find troubleshooting code easier now.
@CodeoftheFuture2 жыл бұрын
Thank you so much for your lovely comment! :)
@nobby302 жыл бұрын
@@CodeoftheFuture no worries...i got my honeypot project competed and submitted iit on Friday. Hope to graduate with Bsc and deffo think python coding will be a hobby
@katt53312 жыл бұрын
how would you trigger the failsafe through a key press such as space?
@reylambarte5615 Жыл бұрын
Thanks you are not only good but also beautiful
@Sartre_Existentialist Жыл бұрын
Hello, I am having a hard time getting this to work. When I use a code line to quit the run with a keypress, the code runs fine, but I find that the function to stop doesn't work that well. When it type the code as you demonstrate, the code won't run at all and I get a line return in the terminal that shows the PC user path followed by a [ ] Any ideas? Keep in mind I'm very new to python
@dane23131982 жыл бұрын
Thanks for all the educational videos. I have a question, why are you naming the for loop variable "each_line"? When you loop the variable "each_line" value will just be a character of text, and not the string of each line.
@samarthgosavi75553 жыл бұрын
Make amazing videos and tutorials best of luck 👍
@CodeoftheFuture3 жыл бұрын
Thank you so much!
@omarsplaytimechannel Жыл бұрын
Thanks for this
@Bruh-ph6wh3 жыл бұрын
how to i bind it to a buttom?
@R3D1742 жыл бұрын
THANK YOU!!!!!
@hussainmohd17482 жыл бұрын
When i start it take time to start .. Kindly say something to do to start fast
@M7_Saffar Жыл бұрын
funny I write Snapchat spam and to send the massage I need press Send which is in the corner of screen and this fail safe start to kick in after five massage
@mohtim38463 жыл бұрын
Nice 👌🏽 so that's how you fail-save😊🤔😞
@CodeoftheFuture3 жыл бұрын
Thank you!
@darkcoder57992 жыл бұрын
Gracias guapa!
@AlbertoBezerraProf2 жыл бұрын
👏👏👏
@Venom_12003 жыл бұрын
In windows does it also work?😅
@CodeoftheFuture3 жыл бұрын
Yes I believe so!
@sonughosal52922 жыл бұрын
I just now disabled the failsafe and tried using Control + C and it didn't worked. Had to restart my laptop🐈
@CodeoftheFuture2 жыл бұрын
that's why you never disable it!!
@sonughosal52922 жыл бұрын
@@CodeoftheFuture i will have to or else the cursor would reach end of screen and the program would end. I needed to automate the movement of the cursor by creating an infinite loop