Where's Your Money spent? Track and Categorize Expenses with Python!

Поделиться
HTML-код
  • Опубликовано: 31 дек 2024

Комментарии • 6

  • @WinnerSingh
    @WinnerSingh Месяц назад +1

    Can you explain this code video slow.

    • @theDataCorner
      @theDataCorner  Месяц назад

      Hello.
      Do you have prior experience with python?
      If not, I can recommend some beginner lecture videos, as these videos are project based and intermediate level skill is needed to go along.

    • @WinnerSingh
      @WinnerSingh Месяц назад

      @@theDataCornerokay and which extension do you installed in vs code to look like this browser view VS code.

    • @theDataCorner
      @theDataCorner  Месяц назад

      hello, that is ipynb support in vs code.
      Please read below for more information on jupyter notebook.
      code.visualstudio.com/docs/datascience/jupyter-notebooks

  • @WinnerSingh
    @WinnerSingh Месяц назад

    I want to ask question. Should we use VScode or change to cursor or storm editor

    • @theDataCorner
      @theDataCorner  Месяц назад +1

      Hello Winner.
      I would suggest to use Vs code, as a lot of people use it and it has good function overall.
      If you want something very simple for basic editing then use sublime editor or even IDLE that comes with python installation.
      Cheers!