Python typing support for type hints - type aliases and NewType
Did you know that from python 3.5 there is support for type hints? Check out what type aliases and NewType are.
more ...Did you know that from python 3.5 there is support for type hints? Check out what type aliases and NewType are.
more ...Today I'm going to debug the 'focus' problem on tmuxp. Check out my experience with fixing the problem.
more ...To improve learning of decorators I've decided to find real-life examples of decorators in django framework. Check out my review on that!
more ...Python core community decided to create annotations from 3.0 version. Check out what are they all about and how to use them.
more ...Lately I've found python library called pyperclip - it enables to copy from and to clipboard. Check out how to use it!
more ...Selenium with Firefox can be a great tool to make some automations. To make them even better let's find out how to use firefox profile!
more ...