Creating a Python project in Visual Studio 2017

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ม.ค. 2025

ความคิดเห็น • 16

  • @kevinmccabe7263
    @kevinmccabe7263 3 ปีที่แล้ว

    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!

    • @HurrayBanana
      @HurrayBanana  3 ปีที่แล้ว

      no worries it's a nice environment, VS Code is also very nice

  • @JHatLpool
    @JHatLpool 3 ปีที่แล้ว

    Nice demonstration. Thanks !

  • @devprakash5320
    @devprakash5320 6 ปีที่แล้ว

    thanks a lot .. this video really helped me

  • @레오-v2g
    @레오-v2g 4 ปีที่แล้ว

    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)

    • @HurrayBanana
      @HurrayBanana  4 ปีที่แล้ว

      Tkinter is a standard UI library, there are others depending on what you need

    • @레오-v2g
      @레오-v2g 4 ปีที่แล้ว

      @@HurrayBanana Wow. I should be check. thanks.

  • @az......
    @az...... 4 ปีที่แล้ว

    Sir how can you link the two files with each other?

  • @nanoic2964
    @nanoic2964 5 ปีที่แล้ว

    What type of project do I select if I want to use the built in tkinter GUI API?

    • @HurrayBanana
      @HurrayBanana  5 ปีที่แล้ว

      Standard python app with tkinter imported. You would need to setup the initialisation code, don't think there is a pre-built template

  • @007380
    @007380 5 ปีที่แล้ว

    Mine doesn't show the line numbers. How do I get the program to show the line numbers?

    • @HurrayBanana
      @HurrayBanana  5 ปีที่แล้ว

      It's in the text editor, languagesettings found though the tools menu

  • @aryanbhaskar7872
    @aryanbhaskar7872 5 ปีที่แล้ว

    Sir can i make Interface while coding like c#

    • @HurrayBanana
      @HurrayBanana  5 ปีที่แล้ว +1

      You could build a library in c# and call it from python

  • @kong4902
    @kong4902 6 ปีที่แล้ว

    do you know how to do add other packages like tensorflow package in this environment, please?

  • @bialson5333
    @bialson5333 5 ปีที่แล้ว

    Where i can find this file strings.py in version on this video ?