![]() |
switching from notebook to pycharm - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: General (https://python-forum.io/forum-1.html) +--- Forum: News and Discussions (https://python-forum.io/forum-31.html) +--- Thread: switching from notebook to pycharm (/thread-30173.html) |
switching from notebook to pycharm - enterthevoid22 - Oct-10-2020 hi, what would be a good way to become acquainted with pycharm ide for deep learning? more specifically, i have some experience with deep learning packages (pytorch, tensorflow) and also generally writing python and matlab scripts. but so far i worked with notebooks and the switch to pycharm is quite confusing. i guess my question can thus become - what is a good way to learn all the terms used in building an actual software in python? i'm stuck in figuring out what if __name__ = "main" means ![]() ![]() maybe someone been in my position and can point me out to good tutorials RE: switching from notebook to pycharm - perfringo - Oct-10-2020 Maybe short explanation is good enough? __main__ — Top-level script environment from python.org |