<?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: Sly Engineer</title>
    <description>The latest articles on DEV Community by Sly Engineer (@engineerguru).</description>
    <link>https://dev.to/engineerguru</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%2F2128972%2Feca9cdf2-19da-4ba1-8afa-42b00dea6655.jpg</url>
      <title>DEV Community: Sly Engineer</title>
      <link>https://dev.to/engineerguru</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/engineerguru"/>
    <language>en</language>
    <item>
      <title>27.09.2024 Python day 2/100</title>
      <dc:creator>Sly Engineer</dc:creator>
      <pubDate>Fri, 27 Sep 2024 21:52:29 +0000</pubDate>
      <link>https://dev.to/engineerguru/27092024-python-day-2100-3pik</link>
      <guid>https://dev.to/engineerguru/27092024-python-day-2100-3pik</guid>
      <description>&lt;p&gt;Learnt how to manipulate with numbers. Read different types of numbers (integer, float). Finished chapter 2 and started a little bit of chapter 3 about List&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>programming</category>
      <category>python</category>
    </item>
    <item>
      <title>26/09/2024 Python day 1/100</title>
      <dc:creator>Sly Engineer</dc:creator>
      <pubDate>Thu, 26 Sep 2024 09:45:45 +0000</pubDate>
      <link>https://dev.to/engineerguru/260920204-python-day-1100-24e</link>
      <guid>https://dev.to/engineerguru/260920204-python-day-1100-24e</guid>
      <description>&lt;p&gt;Today, I started my personal challenge, #100DaysOfCode. For this challenge, I chose to learn Python because I aim to become a Data Analyst.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Chapter 2:&lt;/strong&gt; Variables and String &lt;br&gt;
The material I'm using to study Python is a book called Python Crash Course by Eric Matthes. It's extremely helpful for studying, and so far, I've noticed that it explains concepts in simple language. Today, I learned about &lt;em&gt;variables and string&lt;/em&gt;. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;creating a var
`country = "Kazakhstan"
print(country)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;country = "Russia"&lt;br&gt;
print(country)`&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;learning a new function title()&lt;br&gt;
&lt;code&gt;name = "ada lovelace"&lt;br&gt;
print(name.title())&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;complete msg with using f-string&lt;br&gt;
&lt;code&gt;first_name = "ada"&lt;br&gt;
last_name = "lovelace"&lt;br&gt;
full_name =f"{first_name} {last_name}"&lt;br&gt;
print(f"Hello, {full_name.title()}!")&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;4.new thing for me: learning about \n\t (new line and tab)&lt;br&gt;
5.keep forgetting to use () when writing after a code like this&lt;br&gt;
&lt;code&gt;name = "zhanel"&lt;br&gt;
print(name.lower())&lt;br&gt;
print(name.upper())&lt;br&gt;
print(name.title())&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tomorrow&lt;/strong&gt;&lt;br&gt;
Tomorrow is friday it might be difficult to spend 1 hours, but I will try to finish chapter 2. &lt;/p&gt;

</description>
      <category>100daysofcode</category>
      <category>python</category>
    </item>
  </channel>
</rss>
