From Python to Beyond: A Memoir

<p>As I typed the very first&nbsp;<code>print(&lsquo;hello world&rsquo;)</code>&nbsp;statement and hit&nbsp;<em>run</em>&nbsp;on my battered Dell Latitude E5400 laptop, (the said machine truly deserves a standing ovation) my eyes lit up with excitement. I was following along Mark Lutz&rsquo; masterpiece &mdash;&nbsp;<strong><em>Learning Python&nbsp;(5th Edition).</em></strong></p> <p>The year was 2014, and I was a meagre 2nd year Computer Science student. And that, ladies and gentlemen, is how I thrust myself into the world of Python and software engineering.</p> <p>It feels so yesterday now, although it has been a solid 9-years-later. I now write more structured code, running across multiple servers and doing more than just echoing a simple&nbsp;<code>hello world</code>&nbsp;on the console. With this, my focus has shifted to writing solutions that are more performant, scalable and maintainable.</p> <p>It has and still continues to be a learning journey. Every day is an opportunity to grasp new information and I have made this my mission &mdash; to understand as much as possible about my line of work, and how to do things better.</p> <p><a href="https://medium.com/@shalom.nyende/from-python-to-beyond-a-memoir-1afc7432b7fa">Read More</a></p>
Tags: Code Python