Part 1 # How to Add Extenal Libraries such as Matplotlib , numpy etc in PYCHARM

Опубликовано: 25 Июль 2026
на канале: Ziddi Heart
54
0

How to Add Extenal Libraries such as Matplotlib , numpy etc in PYCHARM .
Hi,
Today's i will tell you how to add / import External Libraries such as Matplotlib , numpy
pandas etc
in PYCHARM so that you can use the import / use libraries .
such as :-
import matplotlib.pyplot , import pandas
Steps to follow to import / add External Libraries in PYCHARM :-
1. Open your PYCHARM software in your respective Operating System .
2. Now click on " File " (Menu Bar ) then click on " New Project " .
3. Give name to your New_file or your own name .
4. Now click on " File " (Menu Bar) then select " Setting " then type " Project Interpreter " then click on + symbol similar figure as below will come.
5. Now select your new file here New_file then click on + symbol .
6. Now select Radio button " Existing environment " and then click on browse ... then
select C: drive then python 27 then Tools then Python.exe press OK , Apply ,Ok .
7. Your libraries are added , you can use them in your project.