Thank you, this helped me so much! I've been working with python for years but never through Visual Studios, so when I had to switch environments for work I was losing my mind because I'd hit f5 when working in one script and a completely different one would execute. Thank you for this tutorial!
Hi, HurrayBanana. I'm so much thanks for ur contents. it was of great help to me. I have a problem. I have been coding with c++, mfc on vs 2017. Can I use it GUI(c++) with python image library? Means is GUI is made by C++ and use python for Image processing . thanks so much. (My english is no good)
Thank you, this helped me so much! I've been working with python for years but never through Visual Studios, so when I had to switch environments for work I was losing my mind because I'd hit f5 when working in one script and a completely different one would execute. Thank you for this tutorial!
no worries it's a nice environment, VS Code is also very nice
Nice demonstration. Thanks !
thanks a lot .. this video really helped me
Hi, HurrayBanana. I'm so much thanks for ur contents. it was of great help to me.
I have a problem. I have been coding with c++, mfc on vs 2017.
Can I use it GUI(c++) with python image library?
Means is GUI is made by C++ and use python for Image processing .
thanks so much. (My english is no good)
Tkinter is a standard UI library, there are others depending on what you need
@@HurrayBanana Wow. I should be check. thanks.
Sir how can you link the two files with each other?
What type of project do I select if I want to use the built in tkinter GUI API?
Standard python app with tkinter imported. You would need to setup the initialisation code, don't think there is a pre-built template
Mine doesn't show the line numbers. How do I get the program to show the line numbers?
It's in the text editor, languagesettings found though the tools menu
Sir can i make Interface while coding like c#
You could build a library in c# and call it from python
do you know how to do add other packages like tensorflow package in this environment, please?
Where i can find this file strings.py in version on this video ?