<?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>Forem: Clare Okereke-Uche</title>
    <description>The latest articles on Forem by Clare Okereke-Uche (@ucheclare).</description>
    <link>https://forem.com/ucheclare</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%2F399535%2F0f9c6a2e-107e-4342-939e-2809fa92c4d8.jpeg</url>
      <title>Forem: Clare Okereke-Uche</title>
      <link>https://forem.com/ucheclare</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/ucheclare"/>
    <language>en</language>
    <item>
      <title>My Python Journey So Far</title>
      <dc:creator>Clare Okereke-Uche</dc:creator>
      <pubDate>Tue, 16 Jun 2020 17:59:26 +0000</pubDate>
      <link>https://forem.com/ucheclare/my-python-journey-so-far-27lo</link>
      <guid>https://forem.com/ucheclare/my-python-journey-so-far-27lo</guid>
      <description>&lt;p&gt;From&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="k"&gt;print&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;Hello&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;World&lt;/span&gt;&lt;span class="err"&gt;!&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;To computational thinking, solving problems and designing projects. I'll be taking you on my journey on learning python programming.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;So please take a seat and let's explore&lt;/em&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--8ZrNHdQT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/sh5njklvabxkz0zntnxa.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--8ZrNHdQT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/sh5njklvabxkz0zntnxa.gif" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  THE DISCOVERY
&lt;/h2&gt;

&lt;p&gt;I discovered python roughly two years ago when I met someone who designed a countdown timer and calculator using python. &lt;/p&gt;

&lt;p&gt;I became curious, ask a couple of questions and did my research on &lt;code&gt;Python&lt;/code&gt; and &lt;code&gt;Data Science&lt;/code&gt;. &lt;strong&gt;Boom!&lt;/strong&gt; here I am. &lt;/p&gt;

&lt;p&gt;According to &lt;a href="https://coderdojo.com/2015/03/20/top-5-programming-languages-for-beginners"&gt;Statistics&lt;/a&gt;, Python is one of the top 5 easiest programming languages to learn. It is my first programming language and so far, it has been extremely exciting and quite challenging.&lt;/p&gt;

&lt;h3&gt;
  
  
  My 100DaysofPython Challenge
&lt;/h3&gt;

&lt;p&gt;I already embarked on my &lt;em&gt;#100daysofpython&lt;/em&gt; journey. Currently, I am on &lt;em&gt;Day 18&lt;/em&gt; you can check it out on my &lt;a href="https://twitter.com/Clareuche/status/1270822937797550086"&gt;Twitter page&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;My &lt;em&gt;Day 1&lt;/em&gt; of &lt;em&gt;#100daysofpython&lt;/em&gt; was actually based on installing &lt;a href="https://www.anaconda.com/products/individual#Downloads"&gt;Anaconda&lt;/a&gt;(&lt;code&gt;Jupyter Notebook&lt;/code&gt;), which was my first workspace editor before switching  to the    &lt;code&gt;VSCode&lt;/code&gt; which is highly recommendable. &lt;/p&gt;

&lt;p&gt;So, I'll be dropping a couple of materials and links that I am using as a guide to learning python.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1.Automate The Boring Stuff With Python by Al Asweigart (My Favorite)&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--nwevKZfL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ab4coojh1v1eev9snenw.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--nwevKZfL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ab4coojh1v1eev9snenw.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
Download Link:&lt;br&gt;
&lt;a href="https://1.droppdf.com/files/5iHzx/automate-the-boring-stuff-with-python-2015-.pdf"&gt;https://1.droppdf.com/files/5iHzx/automate-the-boring-stuff-with-python-2015-.pdf&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Fluent Python by Luciano Ramalho&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--BabhfxTG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ne8h6swq3ib40ithr377.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--BabhfxTG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ne8h6swq3ib40ithr377.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
Download Link:&lt;br&gt;
&lt;a href="http://1.droppdf.com/files/X06AR/fluent-python-2015-.pdf"&gt;http://1.droppdf.com/files/X06AR/fluent-python-2015-.pdf&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Learn Python The Hard Way by Zed Shaw&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--W8DnTrfG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/wtcrwyxzy7dkggv4eqle.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--W8DnTrfG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/wtcrwyxzy7dkggv4eqle.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
Download Link:&lt;br&gt;
&lt;a href="https://drive.google.com/file/d/0B-hV1HrMP8j1OWpEWXBXbUJsNms/view"&gt;https://drive.google.com/file/d/0B-hV1HrMP8j1OWpEWXBXbUJsNms/view&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. w3schools&lt;/strong&gt;&lt;br&gt;
Download Link:&lt;br&gt;
&lt;a href="https://www.w3schools.com/python/default.asp"&gt;https://www.w3schools.com/python/default.asp&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Here are three important things, I've learnt so far:
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Don't be afraid of Google and Youtube. Browse!Browse!! Browse!!! your life out if you're stuck.&lt;/li&gt;
&lt;li&gt;Practice little tasks every day.&lt;/li&gt;
&lt;li&gt;Be patient.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I hope you find this useful🙂.&lt;/p&gt;

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