String Functions: Nim vs. Python

While learning the Nim language and trying to correlate that with my
Python 3 knowledge, I came across this awesome comparison table of
string manipulation functions between the two languages. Read more

Similar

Testing Python code that makes HTTP requests

Dependency is the key problem in software development at all scales. If you have Oracle SQL queries scattered throughout the codebase and you decide to switch to PostgreSQL, then you will find out that your code is dependent on Oracle database and you can... (more…)

Read more »