GitXplorerGitXplorer
d

school

public
3 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
0ead7ef1a9b313b76276b56c0df81d3a417c3c70

Add class practice, format with black, fix issues recognized by ruff

ddr460nf1r3 committed 2 years ago
Verified
2d9c28dd827e47b36dc48bd1bfca7e76ed91dc47

Add bubble-sorting the list & smaller excercises

ddr460nf1r3 committed 2 years ago
Verified
8eb4f95999c6202a309d2afd31f0d7ae43247637

Add population calculation

ddr460nf1r3 committed 2 years ago
Verified
0826951e3394a07cad5472fca29e6d42e894fa46

Fix the linter warning

ddr460nf1r3 committed 2 years ago
Verified
976ceba6264f75104e58269410088540a11fd0cd

Add 2 more unit tests

ddr460nf1r3 committed 2 years ago
Verified
227e225ef93a476b5a41cf8ec7b6502a0510b5c9

Exclude test units from being checked by bandit, do tests first

ddr460nf1r3 committed 2 years ago

README

The README file for this repository.

School projects

That's the stuff that I'm required to complete for school. Also my first ever Python projects! 🕵🏻‍♀️

security: bandit Python linting

  • Room size calculator: a simple CLI application doing calculations on room sizes in m². The introduction to basic programming terms.
  • Population calculator: another simple script which calculates the population value of R2D2 units.