Using PyCharm — Anaconda documentation
docs.anaconda.com › user-guide › tasksPyCharm is an IDE that integrates with IPython Notebook, has an interactive Python console, and supports Anaconda as well as multiple scientific packages. PyCharm supports creating virtual environments for Python with conda. Configuring a conda environment in PyCharm Adding a package to a project Adding a repository to a project
Configure a Conda virtual environment | PyCharm
www.jetbrains.com › help › pycharmOct 04, 2021 · Once you click OK, PyCharm creates an environment and installs all the required packages. Note that if you ignore a suggestion to create a Conda environment, PyCharm won't create a Python interperter for your project. So, any time when you open a .py file, you'll see the warning with the options for configuring a project interpreter:
Create a Django project | PyCharm
www.jetbrains.com › help › pycharmOct 09, 2021 · Django project is intended for productive web development with Django. PyCharm takes care of creating specific directory structure and files required for a Django application, and providing the correct settings. Create a new Django project From the main menu, choose File | New Project..., or click the New Project button in the Welcome screen.