Data Science & Developer Roadmaps with Chat & Free Learning Resources
Getting Started with Conda
Conda is an open source package and environment management system for data science and machine learning projects that runs on Windows, Mac OS and Linux.
Read more at Towards Data Science | Find similar documentsConda Development Environment for Python
Conda is an open-source package management and environment management system that can be used to create different, isolated coding environments. With Conda, you can create separate environments for sp...
Read more at Python in Plain English | Find similar documentsUnderstand Conda and Pip
Conda and pip are too identical yet are too different. Although, some of the functionality of these two tools overlap, but they were designed for different purposes. Pip is the Python Packaging…
Read more at Analytics Vidhya | Find similar documentsStarting Python Data Science Project on conda Environment
I’m new in Data Science. And on my way to find my current state, I’ve learn the hard way. This article contains several lessons that I’ve got during my first time diving into anaconda environments…
Read more at Analytics Vidhya | Find similar documentsConda Cheat Sheets: Mastering Python Environment Management
Conda is a powerful package and environment management system for Python. It simplifies the process of installing, running, and managing multiple Python environments and packages on your system. Wheth...
Read more at Python in Plain English | Find similar documentsConda: essential concepts and tricks
In this blog post, I will describe what conda is, and how to use it effectively, whether it is the first time you look at it or you are a seasoned user. While in the latter case many things will be…
Read more at Towards Data Science | Find similar documentsIntroducing Conda Environments
Anaconda is a free distribution of the Python programming language. As the most popular Python distribution platform, it has over 30 million users worldwide. Anaconda makes it easy to install Python, ...
Read more at Python in Plain English | Find similar documentsPublish a python package to Conda
Conda is a python package manager similar to pip. If you are working on building a python library then it’s highly likely you will be publishing it to Conda as well. Otherwise, Conda users won’t…
Read more at Analytics Vidhya | Find similar documentsGetting started with Python environments (using Conda)
Whether you want one or have no idea what it is, you’ll have to deal with environments in Python eventually. If you’re a newbie to Python like myself or a newbie to generally setting up your…
Read more at Towards Data Science | Find similar documentsManage your Python Virtual Environment with Conda
Although Python 2 is officially deprecated (Python 3, your time is now!), I believe some of us still have to maintain existing Python 2 projects before fully port those projects to Python 3. In this…
Read more at Towards Data Science | Find similar documentsMaking a new Conda environment and using it inside Jupyter Notebook.
Sometimes it becomes really hard to install some python packages inside the base environment. I came across one package named Geopandas. I wanted to visualize Covid-19 data on a map and required…
Read more at Analytics Vidhya | Find similar documentsHow to deal with Conda Environments
Anaconda Navigator & Anaconda Prompt conda create --name conda activate conda deactivate conda create --clone --name conda env remove --name
Read more at Analytics Vidhya | Find similar documents- «
- ‹
- …