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!
@TheJonathanLugo Жыл бұрын
This is a fantastic little thingy. Thanks!
@jerrylin5089 Жыл бұрын
Awesome pro tip. Thank you.
@lsilva43952 жыл бұрын
great video!
@cognitive-carpenter10 ай бұрын
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 Жыл бұрын
I want to learn and be professional in image processing and computer vision which would be better
@PyTorchLightning Жыл бұрын
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 Жыл бұрын
@@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
@ItzGanked2 жыл бұрын
nbdev
@AlphaHealth777 Жыл бұрын
all know how notebooks look like could have shown its done in python project rather than just talking talking
@PyTorchLightning Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
@@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 KZbin 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!
@borisepshtein2 жыл бұрын
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 Жыл бұрын
Do they support latex, images and markdown natively?