Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 967 Bytes

File metadata and controls

60 lines (42 loc) · 967 Bytes

CHANGELOG

[0.1.8]-2025-10-25

Add encryption/decryption examples (pycryptodome, AES256 CFB mode)

[0.1.7]-2025-05-20

Add 1st OOP example: bmi-4-oop.py - with class and methods - without exception handling

[0.1.6]-2025-02-22

Add 2nd addition-quiz example: addition-quiz-2.py - with exception handling - test with pytest

[0.1.5]-2025-02-13

Add Turtle example: triangle.py

[0.1.4]-2025-01-27

Add Turtle example: mandala.py

[0.1.3]-2023-12-10

  • Add sysinfo
  • Add two-points-distance

[0.1.2]-2023-11-03

  • Add text handling examples:
    • Read text from a file
    • Write text to a file

[0.1.1]-2023-05-04

  • Add quadratic-equation

[0.1.0]-2023-05-03

  • Add first examples:
    • bmi
    • fahrenheit-converter
    • hex-to-digit
    • addition-quiz
    • palindrome