<?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: tushrv</title>
    <description>The latest articles on DEV Community by tushrv (@tushrv).</description>
    <link>https://dev.to/tushrv</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%2F624390%2Feaab9bcc-d9e7-401d-b58b-31ea49af7681.jpg</url>
      <title>DEV Community: tushrv</title>
      <link>https://dev.to/tushrv</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tushrv"/>
    <language>en</language>
    <item>
      <title>Python Essentials for Beginners</title>
      <dc:creator>tushrv</dc:creator>
      <pubDate>Thu, 06 Jun 2024 13:35:39 +0000</pubDate>
      <link>https://dev.to/tushrv/python-essentials-for-beginners-4edm</link>
      <guid>https://dev.to/tushrv/python-essentials-for-beginners-4edm</guid>
      <description>&lt;p&gt;I've created a Python notebook that covers the essential fundamentals for anyone to learn Python.&lt;/p&gt;

&lt;p&gt;What You'll Find in the Notebook:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Variables &amp;amp; Data Types: Learn how to store and work with different kinds of data in Python.&lt;/li&gt;
&lt;li&gt;Operators: Understand how to perform calculations, comparisons, and logical operations.&lt;/li&gt;
&lt;li&gt;Functions: Discover how to write reusable blocks of code that simplify your programs.&lt;/li&gt;
&lt;li&gt;Control Flow (If-Else, Loops): Control the flow of your program based on conditions and repeat actions.&lt;/li&gt;
&lt;li&gt;File I/O: Learn how to interact with files, reading and writing data as needed.&lt;/li&gt;
&lt;li&gt;Functional Tools (Lambda, Map, Filter, Reduce): Explore techniques for working with collections of data.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Feel free to check out the notebook and use it as a reference as you learn Python.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/tushrv/Exercise/blob/main/python_basics.ipynb"&gt;https://github.com/tushrv/Exercise/blob/main/python_basics.ipynb&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Additional Topics that can be added:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Modules and Packages: Learn how to use external libraries to extend Python's capabilities.&lt;/li&gt;
&lt;li&gt;Error Handling (Try-Except): Understand how to handle errors that might occur in your code.&lt;/li&gt;
&lt;li&gt;Regular Expressions: Learn to find and manipulate patterns in text.&lt;/li&gt;
&lt;li&gt;Virtual Environments: Learn how to manage project dependencies effectively.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Please share your feedback. Is it helpful for beginners? Would you like to see more examples or additional topics covered? Your feedback will help me make it even better!&lt;/p&gt;

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