Basic Library for Coder
Basic Library for Coder
Below are the commands you need to install the libraries I mentioned earlier using
pip (Python's package manager):
NumPy
Pandas
Matplotlib
Seaborn
SciPy
Scikit-learn
TensorFlow
Keras
XGBoost
PyTorch
Statsmodels
Plotly
Flask
Django
Requests
BeautifulSoup
Selenium
SQLAlchemy
CSV
Note: csv is part of the Python standard library, so you don't need to install it.
JSON
Note: json is also part of the Python standard library, so no installation is needed.
OS
Shutil
Openpyxl
Socket
Subprocess
Threading
5. Other Libraries
Pytest
Logging
Pdb
Uuid
Cryptography
Yaml
Pickle
Altair
Bokeh
ggplot
These commands will install the libraries globally. If you prefer to manage your
dependencies better, especially for larger projects, it's a good practice to create a virtual
environment and install packages within it.
Then you can run the pip install commands to install packages within the virtual
environment. To deactivate the virtual environment, you can run:
deactivate