Python - Getting Started

After spending over 25 years in tech industry, I realized that something is wrong with me.

I am not coding anymore. And perhaps I have forgotten how to program.

So I have taken the 2020 goal of getting myself back to programming.

The first question I had for myself is how to get started?

The answer is simple. Just program!

I will start writing a series of programs using Python. I don't have any past experience with the language. And my programming is rusty.

We will see where we go from here.

Cheers

Comments

Popular posts from this blog

Python - Week 8 - Dictionaries, Tuples, Sorting and Filtering

Python - Week 3 - Lists, Tuples, Slicing, Math Functions

Python - Week 5 - Comprehensions