<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: SAI GOUTHAM</title>
    <description>The latest articles on DEV Community by SAI GOUTHAM (@gouthique).</description>
    <link>https://dev.to/gouthique</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F689819%2F1a5d5b32-8579-4fcf-a84f-91dff6eca748.jpeg</url>
      <title>DEV Community: SAI GOUTHAM</title>
      <link>https://dev.to/gouthique</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gouthique"/>
    <language>en</language>
    <item>
      <title>🚀 DSA: The 8-Week Grind – Join Me in This Challenge! (Week 1, Day 1 Recap)</title>
      <dc:creator>SAI GOUTHAM</dc:creator>
      <pubDate>Tue, 05 Aug 2025 06:11:31 +0000</pubDate>
      <link>https://dev.to/gouthique/dsa-the-8-week-grind-join-me-in-this-challenge-week-1-day-1-recap-k1o</link>
      <guid>https://dev.to/gouthique/dsa-the-8-week-grind-join-me-in-this-challenge-week-1-day-1-recap-k1o</guid>
      <description>&lt;p&gt;Hey Devs! 👋&lt;/p&gt;

&lt;p&gt;Ever started a DSA roadmap and quit halfway because it felt overwhelming?&lt;/p&gt;

&lt;p&gt;I’ve been there.&lt;/p&gt;

&lt;p&gt;That’s why I decided to stop overthinking and commit to an 8-Week Grind Challenge, where I break down Data Structures and Algorithms day by day in bite-sized tasks—no fluff, just action.&lt;/p&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;p&gt;💡 Why Am I Doing This?&lt;br&gt;
    • To simplify DSA for self-learners.&lt;br&gt;
    • To build a consistent coding habit (1% better every day).&lt;br&gt;
    • To learn in public and stay accountable.&lt;/p&gt;

&lt;p&gt;If you’ve struggled with “where to start” or “how to stay consistent,” this challenge might be for you too.&lt;/p&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;p&gt;🗓️ Week 1, Day 1 — Python Programming Fundamentals&lt;/p&gt;

&lt;p&gt;On Day 1, I covered:&lt;br&gt;
    • Variables &amp;amp; Data Types&lt;br&gt;
    • Conditional Statements&lt;br&gt;
    • Loops (for, while)&lt;br&gt;
    • Functions (with syntax + examples)&lt;/p&gt;

&lt;p&gt;But instead of dumping theory, I’m sharing real code snippets + outputs, so you can follow along and practice immediately.&lt;/p&gt;

&lt;p&gt;🔗 Read the full breakdown here 👉 DSA: The 8-Week Grind – Week 1 Day 1&lt;/p&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;p&gt;✍️ What’s Next?&lt;/p&gt;

&lt;p&gt;Every day, I’ll publish a post covering:&lt;br&gt;
    • Day 2: Python OOPs Concepts&lt;br&gt;
    • Day 3: Advanced Python (Decorators, Wrappers, etc.)&lt;br&gt;
    • And so on till we build a solid DSA foundation.&lt;/p&gt;

&lt;p&gt;If you want to:&lt;br&gt;
    • Join the grind&lt;br&gt;
    • Follow along at your own pace&lt;br&gt;
    • Or simply see how a structured 8-week DSA roadmap looks like&lt;/p&gt;

&lt;p&gt;👉 Bookmark this DSA Grind Series for daily posts.&lt;/p&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;p&gt;💬 Let’s Connect!&lt;/p&gt;

&lt;p&gt;I’d love to know:&lt;br&gt;
    • Are you working on DSA too?&lt;br&gt;
    • What’s the biggest hurdle you face while learning algorithms?&lt;/p&gt;

</description>
      <category>dsa</category>
      <category>programming</category>
      <category>gouthamcodes</category>
      <category>python</category>
    </item>
    <item>
      <title>Python Beginner Level Project Series |Episode - 2|</title>
      <dc:creator>SAI GOUTHAM</dc:creator>
      <pubDate>Fri, 15 Jul 2022 17:32:22 +0000</pubDate>
      <link>https://dev.to/gouthique/python-beginner-level-project-episode-2--lfg</link>
      <guid>https://dev.to/gouthique/python-beginner-level-project-episode-2--lfg</guid>
      <description>&lt;p&gt;Hii again! I am Goutham.&lt;br&gt;
Welcome to the Python beginner level project Series.&lt;/p&gt;

&lt;h2&gt;
  
  
  EPISODE 2 - BODY MASS INDEX(BMI) CALCULATOR
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Description:&lt;/strong&gt; Using this project we can Find the Body Mass Index of an individual based upon his Height and Weight.&lt;br&gt;
📝Project - 02&lt;br&gt;
🎓Skill-Level: Beginner&lt;br&gt;
🎨Language-Python&lt;/p&gt;

&lt;p&gt;💡You can run the project by clicking down the link below 👇&lt;br&gt;
&lt;a href="https://replit.com/@Gouthique/BMIcalculator-3#main.py" rel="noopener noreferrer"&gt;&lt;code&gt;click here to run&lt;/code&gt;&lt;/a&gt;&lt;br&gt;
➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖&lt;br&gt;
&lt;strong&gt;Get The Code Here&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;Feel free to download and edit the code💨&lt;/em&gt;&lt;br&gt;
See the project in more detail at my GitHub.&lt;br&gt;
👉🏻&lt;a href="https://github.com/Gouthique/Python-Programming/tree/main/Beginer-Level-Projects/2%20-%20BMI%20Calculator" rel="noopener noreferrer"&gt;&lt;code&gt;Click here&lt;/code&gt;&lt;/a&gt;&lt;br&gt;
➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖&lt;br&gt;
&lt;code&gt;If You Did not check my previous Episode Click below to see:&lt;/code&gt; &lt;a href="https://dev.to/gouthique/python-beginner-level-project-1jg3"&gt;&lt;code&gt;Episode-1&lt;/code&gt;&lt;/a&gt;&lt;br&gt;
&lt;code&gt;See You on the Next Episode&lt;/code&gt;&lt;br&gt;
&lt;strong&gt;K. SAI GOUTHAM&lt;/strong&gt; - Thank you 👋🏻&lt;/p&gt;

</description>
      <category>python</category>
      <category>programming</category>
      <category>datascience</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Converting Elements in List to a String in Python - Easy</title>
      <dc:creator>SAI GOUTHAM</dc:creator>
      <pubDate>Thu, 26 Aug 2021 19:44:41 +0000</pubDate>
      <link>https://dev.to/gouthique/converting-elements-in-list-to-a-string-in-python-easy-2071</link>
      <guid>https://dev.to/gouthique/converting-elements-in-list-to-a-string-in-python-easy-2071</guid>
      <description>&lt;h3&gt;
  
  
  💡 Quick Tips
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fc10.patreonusercontent.com%2F3%2FeyJ3Ijo2MjB9%2Fpatreon-media%2Fp%2Fpost%2F55379674%2F4745f6193d7e4637bd5f1eff4b01c4c0%2F1.png%3Ftoken-time%3D1631232000%26token-hash%3DysFYiZFtVyyejR7-Dsa572njNV3IgLw1alw7QOK_YWw%253D" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fc10.patreonusercontent.com%2F3%2FeyJ3Ijo2MjB9%2Fpatreon-media%2Fp%2Fpost%2F55379674%2F4745f6193d7e4637bd5f1eff4b01c4c0%2F1.png%3Ftoken-time%3D1631232000%26token-hash%3DysFYiZFtVyyejR7-Dsa572njNV3IgLw1alw7QOK_YWw%253D" alt="Code" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can Convert any list into a string using the code above:&lt;br&gt;
&lt;code&gt;Step:1&lt;/code&gt; - Declare the desired List&lt;br&gt;
&lt;code&gt;Step:2&lt;/code&gt; - Declare an Empty String&lt;br&gt;
&lt;code&gt;Step:3&lt;/code&gt; - Write the for loop&lt;br&gt;
&lt;code&gt;Step:4&lt;/code&gt; - Print the Output&lt;/p&gt;


&lt;h2&gt;
  
  
  Author:
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;K. SAI GOUTHAM&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
If you have found value through this article consider supporting me. Cheers! &lt;/p&gt;

&lt;p&gt;✨ &lt;a href="(http://www.github.com/Gouthique)"&gt;&lt;code&gt;My Git Hub&lt;/code&gt;&lt;/a&gt;  - Follow me on Git Hub and Visit My Github for Python and Data Science Related Projects.&lt;/p&gt;

&lt;p&gt;✨ &lt;a href="(https://wwww.medium/@Gouthamgosh10)"&gt;&lt;code&gt;MEDIUM&lt;/code&gt;&lt;/a&gt; - Follow me on medium for my articles&lt;/p&gt;

&lt;p&gt;✨ &lt;a href="(http://www.hashnode/@Saigoutham)"&gt;&lt;code&gt;Visit My Blog&lt;/code&gt;&lt;/a&gt; - You can visit my blog.&lt;/p&gt;

&lt;p&gt;✨ &lt;a href="(https://www.patreon.com/Goutham)"&gt;&lt;code&gt;Patreon&lt;/code&gt;&lt;/a&gt; - You can Follow me and Support Me by contributing to my patreon&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;Thank You &lt;span class="k"&gt;for &lt;/span&gt;Reading!. 👋🏻
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






</description>
      <category>python</category>
      <category>programming</category>
    </item>
    <item>
      <title>GETTING STARTED WITH CONDA</title>
      <dc:creator>SAI GOUTHAM</dc:creator>
      <pubDate>Sat, 21 Aug 2021 16:27:12 +0000</pubDate>
      <link>https://dev.to/gouthique/getting-started-with-conda-1c60</link>
      <guid>https://dev.to/gouthique/getting-started-with-conda-1c60</guid>
      <description>&lt;h3&gt;
  
  
  What will you learn from reading this article?
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;📌 About Anaconda&lt;/li&gt;
&lt;li&gt;📌 Installing Anaconda in your Computer&lt;/li&gt;
&lt;li&gt;📌 About Conda package&lt;/li&gt;
&lt;li&gt;📌 What are Conda Environments&lt;/li&gt;
&lt;li&gt;📌 working with Anaconda Prompt / Terminal&lt;/li&gt;
&lt;li&gt;📌 Setting up Conda Environments &lt;/li&gt;
&lt;li&gt;📌 The 10 basic Syntaxes to Master the Conda Environment Setup&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Lets get Started
&lt;/h3&gt;




&lt;p&gt;We all know that Anaconda is the very popular amongst Data Scientists, python Programmers, etc. This Article helps you with getting started with Conda and setting up Anaconda in your PC. This article also helps you with Setting up Environments in your PC using Anaconda.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is Anaconda?
&lt;/h2&gt;




&lt;p&gt;Wikipedia says that - Anaconda is a distribution of the Python and R programming languages for scientific computing (data science, machine learning applications, large-scale data processing, predictive analytics, etc.), that aims to simplify package management and deployment. The distribution includes data-science packages suitable for Windows, Linux, and macOS. It is developed and maintained by Anaconda, Inc., which was founded by Peter Wang and Travis Oliphant in 2012. As an Anaconda, Inc. product, it is also known as Anaconda Distribution or Anaconda Individual Edition, while other products from the company are Anaconda Team Edition and Anaconda Enterprise Edition, both of which are not free.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Anaconda?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Conda has very wide set of Packages for python programming which makes coding simpler compared. Anaconda packages keeps on getting updated constantly as well.&lt;/li&gt;
&lt;li&gt;Anaconda also comes with several IDE's and Text Editors like, Pycharm, Sypder, Jupyter notebook, etc., Leaving the user to choose on which platform does he wants to code upon.&lt;/li&gt;
&lt;li&gt;The UI is pretty smooth and good.&lt;/li&gt;
&lt;li&gt;It has a separate app called Anaconda Navigator which is really helpful to keep track of all our your installed libraries, packages and their updated versions, Conda - Installed text editors / IDE.&lt;/li&gt;
&lt;li&gt;It also comes with R - Studio. (you need to install it from the anaconda Navigator).&lt;/li&gt;
&lt;li&gt;The best part of Anaconda is it comes with Anaconda Prompt, through which we can install libraries, packages, dependencies, etc., with easy bash commands. (it might not be anything interesting for Linux/Mac OS users but when it comes to windows users, they suffer a lot with the power shell being used in the command line which is slightly different from Terminal.)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How to Setup Anaconda in Your PC?
&lt;/h2&gt;




&lt;p&gt;&lt;strong&gt;&lt;code&gt;Step :1&lt;/code&gt;&lt;/strong&gt; Go to Anaconda Site - &lt;a href="https://www.anaconda.com/" rel="noopener noreferrer"&gt;https://www.anaconda.com/&lt;/a&gt;&lt;br&gt;
Visit The Anaconda website Login if you want to. Then Click on Get Started.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;code&gt;Step :2&lt;/code&gt;&lt;/strong&gt; Download Anaconda for your PC based on Your OS&lt;br&gt;
Click on the download Anaconda Installers and select your OS.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;code&gt;Step :3&lt;/code&gt;&lt;/strong&gt; Install Anaconda&lt;br&gt;
After the file gets downloaded, Install it. The installation Process will be pretty simple. This might take some time so have a cup of Tea and Come back.&lt;/p&gt;
&lt;h2&gt;
  
  
  THE CONDA PACKAGE
&lt;/h2&gt;

&lt;p&gt;Anaconda official website documentation about Conda Says that - Conda is an open-source package management system and environment management system that runs on Windows, macOS, and Linux. Conda quickly installs, runs, and updates packages and their dependencies. Conda easily creates, saves, loads, and switches between environments on your local computer. It was created for Python programs but it can package and distribute software for any language.&lt;/p&gt;

&lt;p&gt;In its default configuration, Conda can install and manage the over 7,500 packages at &lt;a href="http://repo.anaconda.com" rel="noopener noreferrer"&gt;repo.anaconda.com&lt;/a&gt; that are built, reviewed, and maintained by Anaconda®.&lt;/p&gt;
&lt;h2&gt;
  
  
  ⚙ Setting Up the Environments in Anaconda!
&lt;/h2&gt;

&lt;p&gt;So many people doesn't understand the purpose of creating Environments and how to create the work environment in anaconda.&lt;/p&gt;
&lt;h2&gt;
  
  
  ❓&lt;strong&gt;But Why to setup an environment?&lt;/strong&gt;
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Setting up your own work environment is necessary because you cant keep track of every single package as there are multiple packages which keeps or suggests updating on regular basis. So some programs doesn't work if they have done in older package version and run after the package got updated. So in such case instead of avoiding of installing and reinstalling the packages you can simple create a work environment of that version of the package and run the program in that environment every time which is pretty cool and time saving.&lt;/li&gt;
&lt;li&gt;Environments are highly useful especially when you are working as a team. When you are working as a team its not possible that every package that you and your friends have are of same versions. So sometimes code may not get executed properly due to the difference of the packages versions. In such cases you can clone / import your friends Environment into your PCs and work on the project without any problems.&lt;/li&gt;
&lt;li&gt;The good thing about Conda is, it keeps all the history of the changes that you make so you can easily roll back if you wanted the previous version of it.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;code&gt;Note: MAC/LINUX Users use the terminal and Windows users use Anaconda Prompt for the following steps:&lt;/code&gt;&lt;/p&gt;
&lt;h3&gt;
  
  
  1️⃣ CREATING THE ENVIRONMENTS
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Creating a New Environment:&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;conda create &lt;span class="nt"&gt;--name&lt;/span&gt; myenv
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;p&gt;✅  When conda asks you to proceed, type &lt;code&gt;y&lt;/code&gt;:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;proceed ([y]/n)?&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;This creates the myenv environment in &lt;code&gt;/envs/&lt;/code&gt;. No packages will be installed in this environment.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Creating an Environment with Specific Version of Python:&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;conda create &lt;span class="nt"&gt;-n&lt;/span&gt; myenv &lt;span class="nv"&gt;python&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;3.6
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Creating an environment with a specific package:&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;conda create &lt;span class="nt"&gt;-n&lt;/span&gt; myenv scikit-learn
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;                           (OR)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;conda create &lt;span class="nt"&gt;-n&lt;/span&gt; myenv python
conda &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;-n&lt;/span&gt; myenv scikit-learn
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Creating environment with a specific version of a package:&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;conda create &lt;span class="nt"&gt;-n&lt;/span&gt; myenv &lt;span class="nv"&gt;scipy&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;0.15.0    
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;                       (OR)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;conda create &lt;span class="nt"&gt;-n&lt;/span&gt; myenv python
conda &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;-n&lt;/span&gt; myenv &lt;span class="nv"&gt;scipy&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;0.15.0
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Creating environment with a specific version of Python and multiple packages:&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;conda create &lt;span class="nt"&gt;-n&lt;/span&gt; myenv &lt;span class="nv"&gt;python&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;3.6 &lt;span class="nv"&gt;scipy&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;0.15.0 astroid babel
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;p&gt;&lt;code&gt;myenv&lt;/code&gt; - basically your environment name .&lt;/p&gt;

&lt;p&gt;💡 &lt;strong&gt;TIP:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;These are the basic ways to creating an environment. However You can do much more with &lt;code&gt;conda create&lt;/code&gt; command. For details, run &lt;code&gt;conda create --help&lt;/code&gt;.&lt;/p&gt;
&lt;h3&gt;
  
  
  2️⃣ &lt;strong&gt;ACTIVATING THE ENVIRONMENTS&lt;/strong&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;You can Activate the conda Environment by typing the below code:
&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;conda activate myenv
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;p&gt;&lt;code&gt;myenv&lt;/code&gt; - basically your environment name &lt;/p&gt;
&lt;h3&gt;
  
  
  3️⃣ DEACTIVATING THE ENVIRONMENTS
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;You can Deactivate the conda Environment by typing the below code:
&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;conda deactivate
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;h3&gt;
  
  
  4️⃣ CLONING THE ENVIRONMENTS
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;You can Clone your exact conda Environment by typing the below code:
&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;conda create &lt;span class="nt"&gt;--name&lt;/span&gt; myclone &lt;span class="nt"&gt;--clone&lt;/span&gt; myenv
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;p&gt;&lt;code&gt;myclone&lt;/code&gt; - basically the name of clone environment &lt;/p&gt;

&lt;p&gt;&lt;code&gt;myenv&lt;/code&gt; - name of the environment that you want to clone &lt;/p&gt;
&lt;h3&gt;
  
  
  5️⃣ LISTING THE ENVIRONMENTS
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;basically you can view the number of existing environments that are in your PC by typing the following code:
&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;conda &lt;span class="nb"&gt;env &lt;/span&gt;list
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;           (OR)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;conda info &lt;span class="nt"&gt;--envs&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;h3&gt;
  
  
  6️⃣ SHARING THE ENVIRONMENTS
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;You can share your environments with your friends or Team mates by typing the following code:
&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;conda &lt;span class="nb"&gt;env export&lt;/span&gt; &lt;span class="o"&gt;&amp;gt;&lt;/span&gt; environment.yml
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;p&gt;Share the &lt;code&gt;environment.yml&lt;/code&gt; file with the person whom who wanted to share.&lt;/p&gt;
&lt;h3&gt;
  
  
  7️⃣ INSTALLING THE SHARED ENVIRONMENTS
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;You can Install the shared environments from your friends or Team mates by typing the following code:
&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;conda &lt;span class="nb"&gt;env &lt;/span&gt;create &lt;span class="nt"&gt;-f&lt;/span&gt; environment.yml
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;h3&gt;
  
  
  8️⃣ REMOVING / DELETING THE ENVIRONMENTS
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;You can remove or delete the environment by typing the following code:
&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;conda remove &lt;span class="nt"&gt;--name&lt;/span&gt; myenv &lt;span class="nt"&gt;--all&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;h3&gt;
  
  
  9️⃣ RESTORING ENVIRONMENTS
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;The good thing about Conda is, it keeps all the history of the changes that you make so you can easily roll back if you wanted the previous version of it.&lt;/li&gt;
&lt;li&gt;You can restore the deleted environments by using the following code:
&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;conda list &lt;span class="nt"&gt;--revisions&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;p&gt;Then make a note of that &lt;code&gt;REVNUM&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;conda &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;--revision&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;REVNUM
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;                     (OR)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;conda &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;--rev&lt;/span&gt; REVNUM
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  🔟 USING PIP COMMAND IN ENVIRONMENTS
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;This is not a necessary command we don't use it all the time to install the packages or etc., but knowing about pip is definitely important.
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;conda &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;-n&lt;/span&gt; myenv pip
conda activate myenv
pip &lt;span class="nb"&gt;install &lt;/span&gt;streamlit
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;p&gt;This sums up the basic things about Anaconda, Its installation and Environments. How ever you can refer to the official website of Anaconda and check its documentation if you want to dive deeply into it or to know more about it.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;🌐 &lt;strong&gt;Anaconda Official Site:&lt;/strong&gt;  &lt;a href="https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#" rel="noopener noreferrer"&gt;https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;➡ There is a video about the the same in a youtube channel &lt;strong&gt;Data Professor.&lt;/strong&gt; He explained neatly within the code editor lively. I highly recommend you to watch the video if you want to have visual explanation about the basic things about the Conda&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;🎥 &lt;strong&gt;Data Professor Youtube Channel &lt;a class="mentioned-user" href="https://dev.to/data"&gt;@data&lt;/a&gt; PROFESSOR:&lt;/strong&gt; &lt;a href="https://youtu.be/sDCtY9Z1bqE" rel="noopener noreferrer"&gt;https://youtu.be/sDCtY9Z1bqE&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Author:
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;K. SAI GOUTHAM&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
If you have found value through this article consider supporting me. Cheers! &lt;/p&gt;

&lt;p&gt;✨ &lt;a href="(http://www.github.com/Gouthique)"&gt;&lt;code&gt;My Git Hub&lt;/code&gt;&lt;/a&gt;  - Follow me on Git Hub and Visit My Github for Python and Data Science Related Projects.&lt;/p&gt;

&lt;p&gt;✨ &lt;a href="(https://www.dev.to/Gouthique)"&gt;&lt;code&gt;MEDIUM&lt;/code&gt;&lt;/a&gt; - Follow me on medium for my articles&lt;/p&gt;

&lt;p&gt;✨ &lt;a href="(http://www.linkedin.com/in/k-sai-goutham-828a1717b)"&gt;&lt;code&gt;My Linkedin&lt;/code&gt;&lt;/a&gt; - You can connect with me through linkedin&lt;/p&gt;

&lt;p&gt;✨ &lt;a href="(https://www.patreon.com/Goutham)"&gt;&lt;code&gt;Patreon&lt;/code&gt;&lt;/a&gt; - You can Follow me and Support Me by contributing to my patreon&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;Thank You &lt;span class="k"&gt;for &lt;/span&gt;visiting my article. 👋🏻
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






</description>
      <category>python</category>
      <category>programming</category>
      <category>machinelearning</category>
      <category>datascience</category>
    </item>
    <item>
      <title>Python Beginner Level Project Series |Episode - 1|</title>
      <dc:creator>SAI GOUTHAM</dc:creator>
      <pubDate>Thu, 19 Aug 2021 20:03:08 +0000</pubDate>
      <link>https://dev.to/gouthique/python-beginner-level-project-1jg3</link>
      <guid>https://dev.to/gouthique/python-beginner-level-project-1jg3</guid>
      <description>&lt;p&gt;Hii! I am Goutham. I am starting a Beginner Level Projects Series in Python.&lt;br&gt;
🎯The Main Goal of this series is to make Beginner Level Projects in python that any beginner can do.&lt;br&gt;
❇️So This is Going to be a very long Series.&lt;br&gt;
💥Follow me and Lets Learn Together. &lt;/p&gt;




&lt;p&gt;Welcome To The First Episode&lt;/p&gt;

&lt;h3&gt;
  
  
  EPISODE 1 - YOUTUBE CHANNEL NAME GENERATOR
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Description:&lt;/strong&gt; This project suggests some suffixes that can be added at the end of your channel name. Using this project you can generate a channel name for your YouTube or any other channel.&lt;br&gt;
📝Project - 01&lt;br&gt;
🎓Skill-Level: Beginner&lt;br&gt;
🎨Language-Python&lt;/p&gt;

&lt;p&gt;💡You can run the project by clicking down the link below 👇&lt;br&gt;
&lt;a href="https://replit.com/@Gouthique/YouTibe-name-generator-start-1#main.py" rel="noopener noreferrer"&gt;&lt;code&gt;click here to run&lt;/code&gt;&lt;/a&gt; ➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖&lt;br&gt;
&lt;strong&gt;Get The Code Here&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;Feel free to download and edit the code💨&lt;/em&gt;&lt;br&gt;
See the project in more detail at my GitHub&lt;br&gt;
👉🏻&lt;a href="https://github.com/Gouthique/Python-Programming/tree/main/Beginer-Level-Projects/1%20-%20YouTube%20Channel%20Name%20Generator" rel="noopener noreferrer"&gt;&lt;code&gt;Click Here&lt;/code&gt;&lt;/a&gt;&lt;br&gt;
➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖&lt;br&gt;
&lt;code&gt;See You on the Next Episode:&lt;/code&gt; &lt;a href="https://dev.to/gouthique/python-beginner-level-project-episode-2--lfg/edit"&gt;&lt;code&gt;Episode-2&lt;/code&gt;&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;K. SAI GOUTHAM&lt;/strong&gt; - Thank you 👋🏻&lt;/p&gt;

</description>
      <category>python</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
