Haoming Logo more stuff
  • Home
  • Tags
  • Python
  1. Python dictionary tips and tricks that reduce your lines of code

    in Python

    Couple of tips and tricks that help you code faster and reduce your lines of code when you playing with Python dictionary.

    • Python

    Read more...

  2. How to use Python decorators to write a command line execution tool

    in Python

    Decorator pattern is one of those well-known design patterns. It wraps your functions or classes and adds behaviors on top of them. To make a 6-inch screen a mobile phone, you just need to decorate it with a circuit board, antenna, battery etc. But what the screen does is still displaying content.

    • Python

    Read more...

© Haoming Yin