Introduction
Setup
Operators
variable
String
Number
Dtype & Comment
Lists
Tuples
Sets
Dictionaries
if else statement
For Loop
While Loop
iterator & iterable
Pre-Built functions
Function
Decorators
generators
Types of errors
Exceptions Handling
OOP
Regular expression
Create module
OS module
Date module
Random module
Math
Statistics module
Exercise 1
Exercise 2
Exercise 3
Learn Data Structure & Algorithm
Learn Numpy
Learn Pandas
Learn Matplotlib
Learn Seaborn
Learn Statistics
Learn Math
Learn MATLAB
Learn Machine learning
Learn Github
Learn OpenCV
Learn Deep Learning
Learn MySQL
Learn MongoDB
Learn Web scraping
Learn Excel
Learn Power BI
Learn Tableau
Learn Docker
Learn Hadoop
To download click on this link:https://www.python.org/downloads/
After clicking, a page will open. Click on download.
1. At first, run the file.
2. Check the box of Add Python Version to path and then select Customize installation.
3. After clicking on Customize installation a new page will show. Let the page as it is and click on next.
4. Now check the option: install for all users and click on install.
It is a code editor for python. Code editor means, a software where you can write and run your python code.
To download pycharm click on the link:https://www.jetbrains.com/pycharm/download/#section=windows
After clicking a page will be displayed. From there, select your operating system and click on download. There
you will see two download options, one is for Professional and other is for Community. Download the Community.
After download simply install it.
1. Run the downloaded file.
2. Then a new page will be displayed. Click on next.
3. In this page you can select location if you want. Now click on next.
4. In this page check the boxes of Pycharm Community Edition, Add "Open Folder as Project" and Add "bin"
folder to the PATH, options and click on next.
5. Now click on install.
Run the installed file. After this a page will be displayed. For new project click on new project. After clicking a new page will be displayed.
Here the read marked area is your project location. You can change the project location from the orange marked area. Here yellow marked area is you project name. If you want to change the project name then just remove the name from the yellow marked area write new project name. After this click on create.
1. In the orange marked are you will see your project name. Right click on you project name.
2. After this a bar will open and you will see an option named new. Put the cursor on new.
3. After this, you will see a new bar and there you will have options like File , Directory, etc. Click on one
according to your need. If you want to create new file then click on Files.
4. After clicking a dialog box will open. There write the file name and after the file name, must give the
file extension. Suppose for python file write .py after the file name.
To run a code, go to run option from menubar. There you will see another option Run... Click on the Run... option.