Skip to content

Experimental examples made with my knowledge of Python, Clean Code and Patterns

License

Notifications You must be signed in to change notification settings

gretkierewicz/gret_code_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gret's Code Examples


Repo aim

  • Growing skills related to OOP, clean code and patterns.

Sections, and it's purposes

  • Code sandbox - set of very different modules of my own design
    • Having all smaller projects in one place.
    • Usage of external packages brought to minimum.
  • CodeWars' Kata - Implementation of specific tasks from CodeWars platform
    • Place for sharing my approach to given task

Tests

  • Running tests with pytest including coverage (pytest-cov package required).
  • Results are redirected to pytest-coverage.txt file.
  • Command:
pytest --cov > pytest-coverage.txt

About

Experimental examples made with my knowledge of Python, Clean Code and Patterns

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages