Choosing a software or IDE for learning, depends on path you are taken(machine learning ,Data Science or Web Development ,Software Development)
Types of software used for Python:
PyCharm IDE(All in One)
PyCharm is a dedicated Python Integrated Development Environment(IDE),Providing a wide range of essential tools for Python Developers, tightly integrated to create a convenient environment for productive Python, web and data science development.
Best and suitable for intermediate level programmer
Jupyter NoteBook
Interactive development environment for notebooks, code, and data.
As we know that python is a interpreted language where program execute line by line. In Jupyter Notebook we can run a single statement at a line
Its flexible interface allows users to configure and arrange workflows in data science, scientific computing, computational journalism, and machine learning.
Best for Beginner to learn python and used majorly in Machine Learning, Data science.


Comments
Post a Comment