Elderly Beginner

tools, Linux, CLI, Bash, vim, markdown, Python, pandoc, yaml

Blog Projects Search About

Eight Queens Puzzle - code review request

December 6, 2020

As my progress goes below my expectations I would like to ask you for the code review.

Read More

Use complex numbers as a grid (instead of a list of lists / string / matrix)

March 28, 2020

This is about game grids. This post is inspired by some problems I experienced when solving puzzles on CodinGame.

Read More

Tic-tac-toe - text game in Python with the game logic explanation

January 25, 2020

Inspired by the book Automate the Boring Stuff with Python I’ve started to “code” my own Tic-tac-toe game.

Read More

Sorting in Python (quick sort and selection sort) part 2

January 11, 2020

This is a follow up of the first part. It’s time to have some fun.

Read More

Sorting in Python (quick sort and selection sort) part 1

January 5, 2020

There are several sorting algorithms. Its effectiveness goes down to time complexity and space complexity. It’s nicely shown on Big-O Cheat Sheet website. Big O notation is an interesting topic and it is always good to know the foundations.

Read More

Learning Iterator Chains

December 20, 2019

On my journey to understanding Python, I met yield keyword. Trying to grasp the idea of using it I start typing some code to generate similar effects, but with the knowledge I already have.

Read More
« Prev 1 2 3 Next »