Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1004 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 1004 Bytes

Daily-Practice
🛡️ 💎 🧙

Personal Project to improve my coding skills



GitHub tag License

Introduction

The idea of this repository is to have a long live habit, that will consist of studying and doing DS & Algorithm exercises

The idea is to made the majority of things in Python to enhance my current python skills.

Getting started

Linter

To lint the new changes use pylint like this:

$ pylint <folder|FileName>

Tests

To run the tests just execute the next command:

$ python -m unittest <FileName>

License

Released under MIT.

  • You can freely modify and reuse.
  • The original license must be included with copies of this software.
  • Please link back to this repo if you use a significant portion of the source code.