Estimated read time: 2 minutes
Even for simple tasks, it is often worth basing one’s work on existing solutions when it is an appropriate option… And such can be the case when writing Python scripts!
Home ¦ Archives ¦ Tags ¦ Learning Progress ¦ Contact ¦ Resume
Estimated read time: 2 minutes
Even for simple tasks, it is often worth basing one’s work on existing solutions when it is an appropriate option… And such can be the case when writing Python scripts!
Estimated read time: 2 minutes
As part of a course on the mathematics of Computer Science, I had to come up with algorithms to convert binary numbers to decimal numbers and vice versa.
Estimated read time: 8 minutes
If you ever wanted to automatically clean your Bash history file, here is a working solution written in Python that uses regular expressions to set any kind of pattern you might be looking for.