Automation with Bash Scripts

As a system administrator or developer, you might find yourself frequently performing the same tasks over and over again. These tasks might include updating software, managing users, or backing up … Read more

Understanding Big O Notation

Looking from the outside, Big O is very scary. Why? O is not an abbreviation for a word, it’s a concept. It’s a concept used in mathematics. It’s a concept … Read more

Python Date and Time

Python Date and Time

Adding a date or time to your program is really easy with Python. All you have to do is import date or import time and then use the available method calls.

Most likely though, you are here because you need something more than that. You probably need to convert epoch seconds to a date format. You may want to know how to get the difference between two dates.

How to Learn Python

How to Learn Python

Question. How do I learn Python? I’m not a programmer and I don’t know any computer languages but I want to start learning Python. How do I do it?