Estimated read time 1 min read
Python

Mastering Recursion in Python

Learn the essentials of recursion in Python with examples and best practices. Continue reading on Python’s Gurus »    Learn the essentials of recursion in Python [more…]

Estimated read time 1 min read
Python

Useful VS Code extensions

I can’t live without them Continue reading on Medium »    I can’t live without themContinue reading on Medium » Read More Python on Medium  #python

Estimated read time 1 min read
Python

Car game.

Programming a simple car game with a little help from an LLM. Continue reading on Medium »    Programming a simple car game with a little [more…]

Python

Length of Last Word

Given a string s consisting of words and spaces, return the length of the last word in the string. Continue reading on Medium »    Given [more…]