<?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: Hetal Patel</title>
    <description>The latest articles on DEV Community by Hetal Patel (@hetal_patel).</description>
    <link>https://dev.to/hetal_patel</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%2F1237147%2Fb7c3674a-b013-4ef0-b908-b7316e49f277.jpg</url>
      <title>DEV Community: Hetal Patel</title>
      <link>https://dev.to/hetal_patel</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hetal_patel"/>
    <language>en</language>
    <item>
      <title>How to install and run conda on Google Colab</title>
      <dc:creator>Hetal Patel</dc:creator>
      <pubDate>Sat, 02 Mar 2024 22:51:12 +0000</pubDate>
      <link>https://dev.to/hetal_patel/how-to-install-and-run-conda-on-google-colab-1k09</link>
      <guid>https://dev.to/hetal_patel/how-to-install-and-run-conda-on-google-colab-1k09</guid>
      <description>&lt;h2&gt;
  
  
  &lt;strong&gt;# Are you sure conda is not already installed in your google colab?&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpocv2gx2snfi1cfq2yc3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpocv2gx2snfi1cfq2yc3.png" alt="conda version"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If yes! then you will see this output.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Feqn0kj8axmfc746o0uf7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Feqn0kj8axmfc746o0uf7.png" alt="conda exist"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If no, then this output.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frlq17pzy9srgye5djcl3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frlq17pzy9srgye5djcl3.png" alt="no conda"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;# Which Python and its version&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5sq39fpyx207upuiyrjq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5sq39fpyx207upuiyrjq.png" alt="command"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4ask1rz73nb10zf9zi9d.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4ask1rz73nb10zf9zi9d.png" alt="python version"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This means that, in order to use all of the preinstalled Google Colab packages, you will need to install a version of Miniconda that is compatible with Python 3.10 by default. Now it’s miniconda version 4.12.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;# Check if the PYTHONPATH variable has been set&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fydb51kc9znlkkesdl6dx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fydb51kc9znlkkesdl6dx.png" alt="PYTHONPATH"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0zqa1qf3pd1vchcfp2wm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0zqa1qf3pd1vchcfp2wm.png" alt="path"&gt;&lt;/a&gt;&lt;br&gt;
This directory doesn’t seem to exist within the Google Colab filesystem. So it is a good idea to unset the PYTHONPATH variable before installing Miniconda as it can cause problems if there are packages installed.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fz252o8dyxfm9bf9rvvuw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fz252o8dyxfm9bf9rvvuw.png" alt="path command"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbd7mntrcfjtvskhdqicq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbd7mntrcfjtvskhdqicq.png" alt="pathss"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;# Installing Miniconda&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsun249uyw2c3m3obfjhz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsun249uyw2c3m3obfjhz.png" alt="conda script"&gt;&lt;/a&gt;&lt;br&gt;
Adjust the miniconda to the latest version by checking your python version as I showed above.&lt;/p&gt;

&lt;p&gt;Just in case you’re wondering what did the above code just did?&lt;/p&gt;

&lt;p&gt;Lines 1–3 — are just comments that serve as a note to self for telling us what this block of code is doing.&lt;br&gt;
Line 4 — The wget command is run in the BASH terminal to download the installation script file Miniconda3-py310_24.1.2-0-Linux-x86_64.sh directly from the Anaconda website.&lt;br&gt;
Line 5 — The chmod +x command is run in the BASH terminal to add executable permission (allow the file to be run).&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;# Which Conda and its version&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fquefgnzq1w3bcuagf2p4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fquefgnzq1w3bcuagf2p4.png" alt="conda chk"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Filhbcf0f5qdrbuuydjeo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Filhbcf0f5qdrbuuydjeo.png" alt="version"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;# Appending to the sys.path&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;You can see the current list of directories that Python will search when looking for modules to import by inspecting the sys.path.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxbo8eornb33joqwwbtba.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxbo8eornb33joqwwbtba.png" alt="sys command"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Any package that you install with Conda will be installed into the directory /usr/local/lib/python3.10/site-packages&lt;/p&gt;

&lt;p&gt;So you will need to add this directory to sys.path in order for these packages to be available for import.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frc5aqr8ca6znp9c942dl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frc5aqr8ca6znp9c942dl.png" alt="import sys"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvs8wdam77856ooxesxro.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvs8wdam77856ooxesxro.png" alt="sys opt"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;# Installing Packages&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Now, install any required package as:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff9a9tb3b45f6nhuf0ak7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff9a9tb3b45f6nhuf0ak7.png" alt="conda done"&gt;&lt;/a&gt; &lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Yes! You are done.&lt;/strong&gt;
&lt;/h2&gt;

</description>
      <category>conda</category>
      <category>googlecolab</category>
      <category>python</category>
      <category>opensource</category>
    </item>
    <item>
      <title>How to create a customized GitHub profile</title>
      <dc:creator>Hetal Patel</dc:creator>
      <pubDate>Fri, 29 Dec 2023 02:04:11 +0000</pubDate>
      <link>https://dev.to/hetal_patel/how-to-create-a-customized-github-profile-2ana</link>
      <guid>https://dev.to/hetal_patel/how-to-create-a-customized-github-profile-2ana</guid>
      <description>&lt;p&gt;Enhancing your GitHub README with a creative touch adds a distinct flavor to your profile. Think of it as a concise resume, swiftly introducing yourself, showcasing your work, and highlighting your skills.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to do it ?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Here are some steps to help you craft an appealing summary for your profile:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 1:&lt;/strong&gt; Begin by creating a new repository using your username. Ensure that both your username and the repository names are identical. Click on "Add a README file" to generate a readme file and establish the repository.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--SrmEEnzP--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/kf2ey6rq3qanq2dn2lzd.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--SrmEEnzP--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/kf2ey6rq3qanq2dn2lzd.png" alt="Upon entering your username, you will observe something similar to this." width="751" height="87"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 2:&lt;/strong&gt; Once the repository is created, open the README.md file and click on the edit option. You can uncomment any commented text or personalize the information in your preferred style.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- Include a brief overview of yourself:&lt;/strong&gt;&lt;br&gt;
If you wish to incorporate a concise descriptive paragraph that introduces yourself, include a tagline at the beginning, followed by information about your education, past experiences, areas of interest, and passion for technology.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--uM54VNyl--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/fbjq1gld15amnlidzc1s.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--uM54VNyl--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/fbjq1gld15amnlidzc1s.png" alt="Screenshot of my summary for reference" width="800" height="253"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- Include Icons for Skills &amp;amp; Languages:&lt;/strong&gt;&lt;br&gt;
If you wish to incorporate icons into your README profile, search for the desired icon on GitHub, right-click on it, copy the image address, and paste it into the README file.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--V4mmY2o3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hfylde317njb1nkxas8r.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--V4mmY2o3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hfylde317njb1nkxas8r.png" alt="Icons for Skills &amp;amp; Languages" width="641" height="57"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- Include GitHub Stats:&lt;/strong&gt;&lt;br&gt;
If you'd like to integrate GitHub Readme Stats, copy and paste the provided code into your README file, and remember to replace the &lt;br&gt;
 "?username=" value with your GitHub username.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;| &amp;lt;img align="center" src="https://github-readme-stats.vercel.app/api?username=Hetal-patel1994&amp;amp;show_icons=true&amp;amp;include_all_commits=true&amp;amp;theme=buefy&amp;amp;hide_border=true" alt="Hetal's github stats" /&amp;gt; | &amp;lt;img align="center" src="https://github-readme-stats.vercel.app/api/top-langs/?username=Hetal-patel1994&amp;amp;layout=compact&amp;amp;theme=buefy&amp;amp;hide_border=true" /&amp;gt; |
| ------------- | ------------- |
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;For additional details and various themes for GitHub Readme Stats, consult the GitHub page by anuraghazra.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- Include Badges/Shields:&lt;/strong&gt;&lt;br&gt;
To add badges or shields, visit shields.io, search for the badge you want, and after entering the necessary details, obtain the badge link to include in the README file.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--QHLZ_Az0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7ca0v48qyq536epz3rhx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--QHLZ_Az0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7ca0v48qyq536epz3rhx.png" alt="Few Shields" width="521" height="56"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>github</category>
      <category>readme</category>
      <category>beginners</category>
      <category>overview</category>
    </item>
  </channel>
</rss>
