tutorials

even more programming

a collection of programming tutorials on various topics

pythonneovimchallenges

PYTHON

manage your python dependencies with conda
#python #conda

Learn how to manage your Python version and libraries.

oct 11th 2023
write readable code in python
#python

Learn how to write readable code in Python to make it more maintainable and understandable.

nov 6th 2023
using NamedTuple and @dataclass in python
#python

Learn the difference between NamedTuple and @dataclass in Python for better data structures.

feb 18th 2024
upload a python package to PyPI
#python #pypi

Learn how to upload a Python package to PyPI to make it available for everyone.

jan 30th 2024

NEOVIM

setup NeoVim from scratch
#neovim #lua #lazy

Learn how to setup NeoVim from scratch, with a custom configuration and plugins.

feb 18th 2024

CHALLENGES

snake game in the terminal with go
#go #cli

Learn how to create a Snake game in the terminal with Go.

mar 18th 2024
solving a word search puzzle with a functional approach
#gleam

Let's solve a word search puzzle with a purely functional language!

dec 29th 2024
simulating the kinematics of a rope with Python
#python #physics #simulation

with a few lines of code, we can simulate the basic kinematics of a rope!

jan 7th 2025