Python

Python

A Comprehensive Guide to Slicing in Python

Python Slicing is a powerful tool to access sequences. To learn more about the inner mechanics of slices, read this post ;)

Read
Teaching

The Number Guessing Game

I find the "number guessing game" extremely versatile and useful for teaching Python to absolte newbies. Here is why.

Read