Meet Travis - Your AI-Powered tutor
Learn more about Conda python with these recommended 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
Conda 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
Understand 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
Starting 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
Conda: 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
Publish 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
Getting 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
Manage 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
Making 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
How 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
Python Under The Hood: Part 3 — Pip Vs Conda
In this article, which is the third part of the “Python Under the Hood” series, I will be talking about the two important components in the Python Ecosystem, namely Pip and Conda. If you didn’t read…
Read more at Python in Plain EnglishAnaconda: Start here for data science in Python!
If you’ve been following me or have read a few of my articles, you must know that I am a big fan of Python Virtual Environments. I’ve written about this before as well which you can read here and…
Read more at Towards Data Science
13 Conda Commands for Data Scientists
Conda is the most common tool to create a virtual environment and manage packages for data scientists using Python. Unfortunately, it's not easy to find the most useful commands for using conda and pi...
Read more at Towards Data Science
The Definitive Guide to Conda Environments
Conda environments are like cousins of Python’s virtual environments. Both serve to help manage dependencies and isolate projects, and they function in a similar way, with one key distinction: conda…
Read more at Towards Data ScienceManage Python Virtual Environments with Conda
The main purpose of a Python virtual environment is to create separate environments for each project. Let us try to understand the need for virtual environments with an example. Assume that you are…
Read more at Level Up CodingSetting up an Environment for Machine Learning with Conda & Pip-Tools
Setting up a consistent and deterministic environment for machine learning projects can sometimes be a bit confusing if we don’t set some ground rules in the beginning. In this article, I want to go…
Read more at Towards Data Science
From soup to nuts guide for setting up a conda environment
Hello! Conda is one of the most popular tools at data science community, and yet, it can be confusing to understand the steps and the cost of implementing that step, as there is hardly a single place…...
Read more at Towards Data Science
Using conda on an M1 Mac
If you recently bought or got a new M1 Mac from work and you are using Python to develop or work on data science projects you probably already wasted some hours trying to get some packages to run. I…
Read more at Towards Data Science
Comprehensive Guide to Python Virtual Environments using Conda for Data Scientists
Guide to Virtual Environments with Conda via Terminal Continue reading on Towards Data Science
Read more at Towards Data Science
Create Virtual Environment using “conda” and add it to Jupyter Notebook
Are you using anaconda and working with Jupyter Notebook and Python? In this article you will see how to create virtual environment using conda and add it to Jupyter Notebook. Anaconda is a Python…
Read more at Analytics VidhyaGet your conda environment to show in Jupyter Notebooks — the “easy way”
When I first started using Jupyter Notebooks it took me longer than I’d like to admit to figure out how to get my conda environment kernels to show in the kernels list. When I succeeded I wasn’t…
Read more at Towards Data Science8 Essential Commands to Get Started With Conda Environments
Virtual environments are not the most straightforward concept to Python beginners. When we install software, such as Microsoft Office and Evernote, most of us are used to applying the default…
Read more at Towards Data ScienceGuide to Conda for TensorFlow and PyTorch
It’s a real shame that the first experience that most people have with deep learning is having to spend days trying to figure out why the model they downloaded off of GitHub just… won’t… run……
Read more at Towards Data ScienceHow To Use Miniconda With Python and JupyterLab
Miniconda is a minimal conda installer including only Python, conda, and its dependencies. Miniconda allows you to create customized environments by installing additional packages from the thousands…
Read more at Better Programming- «
- ‹
- …