<?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: Azzen Abidi</title>
    <description>The latest articles on DEV Community by Azzen Abidi (@azzenabidi).</description>
    <link>https://dev.to/azzenabidi</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%2F249224%2F38889a57-309d-4407-927a-b81b004cf72a.png</url>
      <title>DEV Community: Azzen Abidi</title>
      <link>https://dev.to/azzenabidi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/azzenabidi"/>
    <language>en</language>
    <item>
      <title>How I picked up python (fast)</title>
      <dc:creator>Azzen Abidi</dc:creator>
      <pubDate>Wed, 16 Oct 2019 17:49:14 +0000</pubDate>
      <link>https://dev.to/azzenabidi/how-i-picked-up-python-fast-g4b</link>
      <guid>https://dev.to/azzenabidi/how-i-picked-up-python-fast-g4b</guid>
      <description>&lt;p&gt;&lt;a href="https://i.giphy.com/media/toXKzaJP3WIgM/giphy.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://i.giphy.com/media/toXKzaJP3WIgM/giphy.gif" alt="Typing Fast"&gt;&lt;/a&gt;&lt;br&gt;
Whether you are a software engineer or a just an aspiring programmer, you are always eager to polish your skills and learn new things. Sooner or later, you will want a breath of fresh air.&lt;/p&gt;

&lt;p&gt;This article documents my transition from Ruby to Python over the past year and the process I stuck to.&lt;/p&gt;

&lt;h1&gt;
  
  
  why I switched to Python
&lt;/h1&gt;

&lt;p&gt;When I landed &lt;a href="https://veamly.co/mydreamjob"&gt;my dream job&lt;/a&gt;, I had no idea I will be writing code again (at least not as frequent as software engineers do).  &lt;/p&gt;

&lt;p&gt;But then I started noticing that my new role involved dealing with many spreadsheets and reaching out to software engineers, interacting on forums etc. &lt;/p&gt;

&lt;p&gt;Don't get me wrong, I love that but as things scaled, It was challenging for me to keep up especially that I am a bit slow due to my physical disability. I would rather work on more urgent.&lt;/p&gt;

&lt;p&gt;Honestly, tedious tasks are not my cup of tea. &lt;/p&gt;

&lt;p&gt;I know Ruby already so my first instinct led me there and it was fine. But then I dug deeper searching for the so called the best tool for the job.&lt;/p&gt;

&lt;p&gt;After a lot of research online, I ended up picking up Python for 3 simple reasons:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;em&gt;Powerful for data visualization&lt;/em&gt;: I am managing a lot of numbers and spreadsheets daily although ruby would get the job done automation wise. If I wanted to showcase numbers into graphs, python is winner here.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;em&gt;Tons of resources available on automation&lt;/em&gt;: During my research, I stumbled upon a book: &lt;a href="https://automatetheboringstuff.com/"&gt;Automate the boring stuff with Python&lt;/a&gt;. I read the first few chapters and I was blown away. When I had a question, almost every time the answer online involves the use of Python.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;em&gt;Machine Learning&lt;/em&gt;: I am a curious guy and although I have no intent to become a data scientist, I would love to keep an open mind. In fact, I did play with that in the past(That's a story for another day)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  A quick warm up over the basics
&lt;/h1&gt;

&lt;p&gt;I knew I didn't have the time of the world and I needed write &lt;br&gt;
automation scripts ASAP. But first I needed to get familiar with syntax(Loops, Control flow, data structure, classes etc). So I relied on &lt;a href="https://wiki.python.org/moin/BeginnersGuide/Programmers"&gt;some interactive tools from the official documentation&lt;/a&gt;.&lt;/p&gt;

&lt;h1&gt;
  
  
  I Learned on the go
&lt;/h1&gt;

&lt;p&gt;A lot of developers especially in the beginning have a perfectionist mindset and this is usually a huge blocker to their progress. &lt;/p&gt;

&lt;p&gt; &lt;br&gt;
Without much of a surprise Within one hour, I was writing python scripts. But in order to build something useful, I had to understand &lt;a href="https://hackernoon.com/working-with-spreadsheets-using-python-part-2-c8b4ea7e2b65"&gt;how to manage spreadsheets&lt;/a&gt; and how few other libraries  work notably: &lt;a href="https://selenium-python.readthedocs.io/"&gt;Selenium&lt;/a&gt; and &lt;a href="https://selenium-python.readthedocs.io/"&gt;Beautiful Soup&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I don't know everything and that's fine. I will add to my knowledge basket as I go. &lt;br&gt;
 &lt;/p&gt;

&lt;h1&gt;
  
  
  I Read other people code 
&lt;/h1&gt;

&lt;p&gt;I have been writing python scripts for almost year now and although I made progress, reading code from open source projects on Github is still one of my guilty pleasures that actually made a big difference during this journey. &lt;/p&gt;

&lt;p&gt;I understand it can be intimidating to navigate a large code base but you gotta start somewhere.&lt;/p&gt;

&lt;p&gt;Happy Hacking :)&lt;/p&gt;

</description>
      <category>python</category>
      <category>productivity</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
