<?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: Sumedha </title>
    <description>The latest articles on DEV Community by Sumedha  (@sumedha00).</description>
    <link>https://dev.to/sumedha00</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%2F1469578%2F746304bf-2478-4292-b4ea-282a8a4125a7.png</url>
      <title>DEV Community: Sumedha </title>
      <link>https://dev.to/sumedha00</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sumedha00"/>
    <language>en</language>
    <item>
      <title>Python Basics to Advanced</title>
      <dc:creator>Sumedha </dc:creator>
      <pubDate>Sun, 02 Feb 2025 12:31:09 +0000</pubDate>
      <link>https://dev.to/sumedha00/python-basics-to-advanced-2kb0</link>
      <guid>https://dev.to/sumedha00/python-basics-to-advanced-2kb0</guid>
      <description>&lt;p&gt;&lt;strong&gt;Why Learn Python?&lt;/strong&gt;&lt;br&gt;
Python is one of the most beginner-friendly yet powerful programming languages. It’s widely used in web development, data science, AI, automation, and more. With its simple syntax and vast community support, Python is an excellent language for both beginners and experienced developers.&lt;/p&gt;

&lt;p&gt;Setting Up Python&lt;br&gt;
Before we start coding, you need to install Python on your system.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 1: Install Python&lt;/strong&gt;&lt;br&gt;
Download the latest version from python.org.&lt;br&gt;
Follow the installation steps and check "Add Python to PATH" during installation.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 2: Verify Installation&lt;/strong&gt;&lt;br&gt;
Open a terminal (Command Prompt or Terminal) and type:&lt;/p&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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyibgkxzypnumddhrzgid.png" 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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyibgkxzypnumddhrzgid.png" alt="Image description" width="708" height="55"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You should see the installed version, like Python 3.x.x.&lt;/p&gt;

&lt;p&gt;Your First Python Program&lt;br&gt;
Let’s write a simple program to print "Hello, World!":&lt;/p&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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fra6z2j3h5v7qh51taov4.png" 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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fra6z2j3h5v7qh51taov4.png" alt="Image description" width="708" height="49"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Run the script by saving it as hello.py and executing:&lt;br&gt;
&lt;a href="https://media2.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%2F332ew6eo8635cvskc12h.png" 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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F332ew6eo8635cvskc12h.png" alt="Image description" width="709" height="51"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>python</category>
    </item>
    <item>
      <title>@angular @fetchdata</title>
      <dc:creator>Sumedha </dc:creator>
      <pubDate>Sun, 05 May 2024 08:09:20 +0000</pubDate>
      <link>https://dev.to/sumedha00/angular-fetchdata-3if2</link>
      <guid>https://dev.to/sumedha00/angular-fetchdata-3if2</guid>
      <description>&lt;p&gt;Failed to fetch tenants: SyntaxError: Unexpected token '&amp;lt;', "&lt;br&gt;
&amp;lt;h"... is not valid JSON. I am getting this error. Even though backend is sending the valid json.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
