Skip to content

Instantly share code, notes, and snippets.

View brabemi's full-sized avatar

Miroslav Brabenec brabemi

  • The National Library of Technology
  • Czech Republic
View GitHub Profile
@brabemi
brabemi / 00_readme.md
Last active December 12, 2022 17:02
PyLadies - Praha - podzim 2022 - Lekce 7 – Procvičování & soubory (2. 11. 2022)
@brabemi
brabemi / 00_readme.md
Last active October 4, 2023 14:57
PyLadies - Praha - podzim 2023 - Lekce 4 – While & Opakování cyklů (3. 10. 2023)
@brabemi
brabemi / 01_pocet_znaku.py
Created April 11, 2024 19:40
PyLadies - Praha - jaro 2024 - Lekce - Lineární a kvadratická časová složitost (2024-04-08)
# Osnova lekce - https://github.com/PetraVidnerova/PyLadies_pokr/tree/main/lesson_time
from pprint import pprint
from random import randrange
from time import time
# import string
retezec = 'skakal pes pres oves'
def vygeneruj_retezec(delka):