Not Your Father’s Python: Amazing Powerful Frameworks

When we started to develop our product, we had to decide which stack to use. Recent widespread adoption of Python 3 made it a no-brainer. Read more

Similar

How to Remove Vowels with Python

The challenge Create a function called shortcut to remove all the lowercase vowels in a given string. Examples Don’t worry about uppercase vowels. Test cases The solution in Python Option 1 (long way): Option 2 (using translate): Option 3 (using join): Op... (more…)

Read more »

What Is Python Best For?

Recently I had a discussion over Reddit over why would someone would use Python over other programming languages. The discussion was pretty good and thus I thought about writing a post about it. First of all, let me give you my thoughts on Python. Python ... (more…)

Read more »