"My Journey of Rediscovering Coding"

Starting #coding journey after 1 year of finishing #CSE degree

I completed my CSE degree a year ago. After completing the degree when I was searching for a job, I found myself in an ocean of requirements. I don't have the knowledge. My path of learning has gone in several directions. I had no mentor at that time to guide me. After a long hiatus, I'm ready to jump back into the world of coding in the name of Allah, The creator of the heavens and the earth. And what better language to start with than Python?

So, What is Python? And why did I choose Python to start again?

Throughout these years in different situations, I have learned more than one programming language including Python. I have also solved many problems on different platforms. Every Language has its own specialty, its own way to solve problems. But Python is not just another programming language - it's a powerful tool that has been taking the coding world by storm since its creation in 1991. At its core, Python is a high-level, interpreted programming language that is both versatile and beginner-friendly.

For starters like me, its simple, easy-to-read syntax makes it a breeze to pick up, while its rich library of pre-built modules and packages allows more advanced coders to build complex projects with ease. Whether you're building a simple website or creating a complex neural network, Python can do it all. Its flexibility and scalability make it a top choice for both beginners and experts.

In short, it's the perfect language for anyone looking to enter the exciting and ever-evolving world of programming. With its beginner-friendly syntax, powerful libraries, and limitless potential, Python is a language that can take you anywhere you want to go. That's why I choose Python to start again and join the millions of developers worldwide who have already embraced the power of Python.

Let's explore Python Language

To start coding with Python we must download and install Python to our computer. Here are step-by-step instructions to download and install Python on a computer:

  1. First, we have to go to the official Python website at https://www.python.org/downloads/ and click on the "Download Python" button.

  2. We can choose any of the versions of Python we want to download. Because we are just starting out, it's recommended to choose the latest version of Python.

  3. Once the installer has been downloaded, Run the installer. Make sure to select the checkbox at the bottom and then click Install Now.

  4. After the installation is complete, To ensure that Python is successfully installed on our system. We can follow the given steps −

    • Open the command prompt.

    • Type ‘python’ and press enter.

    • The version of the Python which we have installed will be displayed if the Python is successfully installed on our windows.

Congratulations! We've successfully installed Python on your computer. Now we are ready to start coding.