I really enjoy your videos, and I hope that your channel continues to grow. I just subscribed, and it's amazing to see that we have a very similar passion for teaching others to code on UA-cam.
I find your videos most helpful. With 50+ years in software development I am very new to Python and while making progress I find one element difficult. I am trying to attach additional Python functions/libraries and haven't solved that issue. I want to add "tinytag" so I can obtain the meta code for my personal music and video libraries. I seem to be missing something simple. Can you direct me?
I just wish that your 13k turns to 1.3m subs 😉 Btw, sir, can you please make a video on the seek and tell method. Especially, how does it count the characters and EOLs in tell method?
Yesterday i have an exam using this programing language and this topic .. sadly its wrong becuase i dont know the appending works like i dont have any idea . So i tried searching in programiz youtube in your channel and now here i am, thinking why i did not think of this soon enough 😢😢😢 anyway thank you so much for this video, i hope we have a remedial exam in our next lesson which is tomorrow so that i can have another second chance 😢😂❤
Very helpful and detailed chapter👍🏻 But a doubt. Could you please tell us if there's any way to perform data handling python programs on android or IOS phones?
Hey bud, first wanna say thanks for these videos. Super helpful! But I'm hitting a snag with opening .txt files atm. I'm using Jupyter, and apparently it doesn't work the same as what you are using. Got any advice on that? Thanks again!
This exception is shown in the file you are trying to access doesn't exist. P.S. Our Python online interpreter doesn't have the capability to handle files at the moment.
I’m a new student and need help to do this project: I have a port scanner script it works properly, it works in Pycharm using python3.9. I have to make a file and I call this file (Example.txt). On this example file, I have to do this: 3. If the Ports is open, it should create a file and add an entry for port number 4. In case of any exception for instance “host is not available”, “host name could not be resolved” or due to any other error, you need to write that exception into the same file. I’m not asking for you to do the project for me, I'm only asking ware I need to work or used in my script to accomplish this because it is my first time doing this and working with python too, and I have been struggling with this part one very bad. I can even send you the code, so you can look and only tell me what I’m doing bad and is not working. Or try to make one day a video about this because I have search for this subject and I have not seen anything showing how to do these things in a script.
🔥 Learn Python with a more hands-on experience with Programiz PRO-interactive lessons, quizzes & challenges.
Try Programiz PRO: bit.ly/right-python
I LOVE THAT WAY U TEACH IN SIMPLE AND EASY WAY.
Whenever I am having a hard time understanding I come find one of your videos and I always start understanding better. Thank you!!!
Maan. I do love when people explain programming in a easy manner. Keep posting my guy
I really enjoy your videos, and I hope that your channel continues to grow. I just subscribed, and it's amazing to see that we have a very similar passion for teaching others to code on UA-cam.
I find your videos most helpful. With 50+ years in software development I am very new to Python and while making progress I find one element difficult. I am trying to attach additional Python functions/libraries and haven't solved that issue. I want to add "tinytag" so I can obtain the meta code for my personal music and video libraries. I seem to be missing something simple. Can you direct me?
hey man seems like you have much experience in software. would you recommand that to me if you dont mind can you say about that ?
I don't comment on videos often.... But man, YOU DID A GREAT JOB WITH THIS VIDEO!!!
your videos are great, this one is not an exception.Thank you programiz team and congrat on 100k sub!
You are one of the best, my friend.
Awesome video, keep up the great work! :)
Wow amazing……I just came for file. Now I’ll go back and go through all the classes
I just wish that your 13k turns to 1.3m subs 😉
Btw, sir, can you please make a video on the seek and tell method. Especially, how does it count the characters and EOLs in tell method?
ur vids are fabuluosly well curated and taught,plz keep making more.Can u plz explore the python libraries 1 by 1?
Simple yet effective
this is great! super helpful and easy to understand. Subscribed
It helps me a lot!!! Thanks a million! 🤩
you are awsome man .....keep up the good work ,,,,,superb
Hai, Can you just do a complete video of installing any of the Python IDE to MacOS and related things with running some programs?
Really an insightful video
What if I wanted to add numbers into the file. Do I need to define them as integers or is it not possible?
Which app is used for python file handling in mobile
thanks a lot ,
verry helpful video.
your friend from Alegria.
new subscriber.
Yesterday i have an exam using this programing language and this topic .. sadly its wrong becuase i dont know the appending works like i dont have any idea . So i tried searching in programiz youtube in your channel and now here i am, thinking why i did not think of this soon enough 😢😢😢 anyway thank you so much for this video, i hope we have a remedial exam in our next lesson which is tomorrow so that i can have another second chance 😢😂❤
Excellent!! Bohot Shukria :-)
you are a great teacher! thanks!!
Thanks a lot for this video. I really learned a lot.
Thank you for your sharing ....👍👍👍👍
how to open the file we write ?? i am using the read method but am unable to do so.please help
Thank you! Super helpful content
how we can read input data from console like a file?
Very good video. Thanks!
So helpful! Thank you!!!
Which ide you bro ?
Thank you so much. It was really helpful.
Very helpful and detailed chapter👍🏻
But a doubt.
Could you please tell us if there's any way to perform data handling python programs on android or IOS phones?
why is programming getting printed in second line while we use read(12)
can any please tell me how is to run the files in the terminal coz I can't
Hey bud, first wanna say thanks for these videos. Super helpful! But I'm hitting a snag with opening .txt files atm. I'm using Jupyter, and apparently it doesn't work the same as what you are using. Got any advice on that? Thanks again!
Bro your programiz website not opening.. Please help me
I'm learn python past one month in your website. These two days not opening.. What can I do..
Is our website still not opening?
@@programizstudios now ok.. Sir.. No pbm
can you make a vidio about how to make a working button in programiz
Thank you sir
FileNotFoundError: [Errno 2] No such file or directory
This exception is shown in the file you are trying to access doesn't exist.
P.S. Our Python online interpreter doesn't have the capability to handle files at the moment.
Thank u sir
I’m a new student and need help to do this project:
I have a port scanner script it works properly, it works in Pycharm using python3.9.
I have to make a file and I call this file (Example.txt).
On this example file, I have to do this:
3. If the Ports is open, it should create a file and add an entry for port number
4. In case of any exception for instance “host is not available”, “host name could not be resolved” or
due to any other error, you need to write that exception into the same file.
I’m not asking for you to do the project for me, I'm only asking ware I need to work or used in my script to accomplish this because it is my first time doing this and working with python too, and I have been struggling with this part one very bad. I can even send you the code, so you can look and only tell me what I’m doing bad and is not working.
Or try to make one day a video about this because I have search for this subject and I have not seen anything showing how to do these things in a script.
thx man you are the best
Thank you very much ~!
i low amerika i lov pakistan pakistan number one !!
💯💯