@Author: Shweta Gargade
Python for Data Science and AI
- Why python
- Python used for?
- Python IDE's
- Python Installation
- Welcome to python jupyter notebook
- Jupyter notebook Introduction
- Python is open source, high level programming language.
- works on different OS(Windows, Linux)
- Syntax is similar to english language
- It is used in start-ups to world's top companies like Uber, Ola, Youtube, Google etc.
- Web developement
- Data Science and AI
- Gaming
- Database system connection
- Python
- PyCharm
- Jupyter Notebook
- Sublime Text
- Atom
- VSC
-
Windows : Please visit python site, Download latest python version. or visit this site , you'll get idea how to install python in windows
-
Linux/Ubuntu :
-
- open the terminal and run following command
-
- sudo apt-get install python==3.6.0
- Windows:
- Anaconda is free distribution of the Python and R language, Jupyter Notebook one of the top IDE's comes under the Anaconda Distribution.
- Installation: Please visit site and install Anaconda disribution. or else please follow this instruction site
- Installation of anaconda distribution in Linux/ubuntu Distribution, follow this instructions site
- Jupyter notebook is the one of the top python IDE that allows users to see data, code, output and Explanatory Text in single browser-based file. Through out this lecture / series of python we'll use Jupyter notebook python IDE.
- method 1: launch jupyter notebook from anaconda distribution
- method 2: search jupyter notebook in start menu , and open jupyter notebook (double click)
- method 3: search anaconda prompt and open it , then type jupyter notebook in terminal
- Let's play with jupyter notebook....