An interpreted high-level general-purpose programming language
It is the first programming language I learned, so I have quite a bit of experience with it.
To manage dependencies I'm using Poetry, for testing PyTest and for linting PyLint.
And if you are curious my code editor is Neovim 😆
I'm using GitHub Actions as continuos integration, every time I push a commit it runs CodeQL, PyTest and PyLint.
I do some exercises and challenges every day in: UltiRequiem/daily-python-practice
I solved all the Hacker Rank Python Problems.
- Python Type Checking
- Python's Instance, Class, and Static Methods Demystified
- Object-Oriented Programming (OOP) in Python 3
- Python Objects and Classes
- How can I access a classmethod from inside a class in Python
- Should Python class filenames also be camelCased?
- How to call a function within class?
- What is the file type of
.pylintrc
- How do I disable "missing docstring" warnings at a file-level in Pylint?
- What's the meaning of the percentages displayed for each test on PyTest?
- Python coverage badges
This is licensed under the MIT License, take what you want 🚀