Python environment | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Python environment

Somebody please share a link to a python environment for pycharm which contains most if not all of the python libraries.

5th Sep 2020, 5:14 PM
Brian Muchai
Brian Muchai - avatar
4 Answers
+ 2
Download Anaconda, it comes with like 200 libraries, and other cool features https://docs.anaconda.com/anaconda/install/windows/
5th Sep 2020, 5:18 PM
Steven M
Steven M - avatar
+ 4
Brian Muchai Kaguri you can install modules in pycharm! Here's how you install "tensorflow" module in pycharm! Other modules also follow the same process! https://youtu.be/ujTCoH21GlA
5th Sep 2020, 6:20 PM
Namit Jain
Namit Jain - avatar
+ 3
Oh I see. You will either need to create a virtual environment and have PyCharm use the virtual environment or you will need to configure PyCharm to use Anacondas python interpreter. https://medium.com/infinity-aka-aseem/how-to-setup-pycharm-with-an-anaconda-virtual-environment-already-created-fb927bacbe61 https://www.jetbrains.com/help/pycharm/configuring-python-interpreter.html#interpreter
5th Sep 2020, 5:51 PM
Steven M
Steven M - avatar
+ 1
Yes Steven M, I have already downloaded it thanks to you in an earlier reply, but how can you inherit, let's say, the libraries from Jupyter to pycharm, numpy seems to be present in jupyter but missing in pycharm
5th Sep 2020, 5:29 PM
Brian Muchai
Brian Muchai - avatar