Jupyter notebooks vs Python projects: Learn when when to use which | Ep 1

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

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

  • @tiberiugeorgescu4459
    @tiberiugeorgescu4459 2 года назад +16

    Visual Studio Code pro tip: use #%% to create “Runnable Cells”.
    You can now run blocks of code separately, like in a notebook.
    But have the entire code run at once in production, like in a project.
    Best of both worlds!

  • @lsilva4395
    @lsilva4395 Год назад +3

    great video!

  • @cognitive-carpenter
    @cognitive-carpenter 6 месяцев назад

    I think a great video if you don't have it already would be interfacing with REACT to reproduce Jupyter Notebook like embedments or stand alone webviews

  • @ajaypatro1554
    @ajaypatro1554 Год назад

    I want to learn and be professional in image processing and computer vision which would be better

    • @PyTorchLightning
      @PyTorchLightning  Год назад +1

      Hard to say that there is a definitive answer that says one is better than the other. If you are interested in learning more about image processing and computer vision though, check out our Deep Learning Fundamentals playlists and videos.

    • @ajaypatro1554
      @ajaypatro1554 Год назад

      @@PyTorchLightning Actually, I'm very much interested in Geospatial Industry and having image processing fundamentals helps in GIS image processing too, so I thought learning these help me in geospatial industry

  • @ItzGanked
    @ItzGanked Год назад

    nbdev

  • @borisepshtein
    @borisepshtein Год назад +2

    First of all, thank you for selecting people with understandable English speech.
    Now, you are comparing apples and oranges. Even Notebooks of sufficient length should structure the code into what you call projects.
    The proper comparison is between a Notebook and an IDE, like PyCharm or VSCode. And here Notebooks lose on all fronts, because both IDEs do already have the Notebook capabilities. Also, debugging in a Notebook is a nightmare.

    • @MrAmgadHasan
      @MrAmgadHasan Год назад

      Do they support latex, images and markdown natively?

    • @user-fj3ey4vx1d
      @user-fj3ey4vx1d 2 месяца назад

      @@MrAmgadHasan That's for sure

  • @AlphaHealth777
    @AlphaHealth777 9 месяцев назад

    all know how notebooks look like could have shown its done in python project rather than just talking talking

    • @PyTorchLightning
      @PyTorchLightning  9 месяцев назад

      For more hands on videos, we recommend checking out our Deep Learning Fundamentals course. Or visit us at Lightning.ai to work on your Python Projects in our persistent cloud-based environments!

    • @robhtp3817
      @robhtp3817 8 месяцев назад +1

      Would the deep learning fundamentals environment, be good for a Python beginner like myself with zero coding knowledge?
      Is VS Code or PyCharm best for me again, a newbie?

    • @PyTorchLightning
      @PyTorchLightning  8 месяцев назад

      ​@@robhtp3817 Using VS Code or PyCharm is a matter of personal preference; one isn't inherently better for newbies than the other.
      We recommend visiting lightning.ai and start playing around with Coding in our free CPU environment. You can also check out our Deep Learning Fundamentals course playlists here on RUclips or Josh Starmer's Statquest videos. Knowing Python Basics can also be helpful for people at the start of their journey, so there's plenty of online resources for that too!