9 unusual Python tips and tricks

Welcome to my personal website and blog, here you can find some information about me, contact, social media links as well as
my blog posts… Read more

Similar

How to Sort a List in Python

In this tutorial, you will learn how to sort a list in Python, by following the below three steps: Options to sort a list in Python What is the difference between “sort” and “sorted” An example of using “sort” An example of using “sorted” How to Sort a Li... (more…)

Read more »

Nim for Python Programmers

Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness,... (more…)

Read more »