Open in app
Home
Notifications
Lists
Stories

Write
Vubon Roy
Vubon Roy

Home

Nov 2, 2019

SOLID Principles with Python Examples

Let’s deep dive into SOLID principles. SOLID is a short form. It stands for 1. Single Responsibility Principle 2. Open and Closed Principle 3. Lisvok Sub situation Principle 4. Interface Segregation Principle 5. Dependency Inversion Principle This is the meaning of the SOLID. In this article, I’m going to try…

Software Development

6 min read

SOLID Principles with Python Examples
SOLID Principles with Python Examples

Sep 15, 2019

Python: Symbol is better than built-in function

Benchmarking Function Calls Vs. Symbol [The time difference in my corei3 machine. It may vary on your machine] #Example 1 from timeit import timeit print(timeit("my_tuple = tuple([1, 2, 3, 4, 5, 6, 7, 8, 9, 0])")) print(timeit("my_tuple = ([1, 2, 3, 4, 5, 6, 7, 8, 9, 0])")) # Output # 0.3789963669996723 # 0.1345829190004224 #Example…

Python

2 min read

Python: Symbol is better than built-in function
Python: Symbol is better than built-in function

Sep 14, 2019

Property a built-in Python Function

Hmm. I am thinking what is that? let’s deep a dive with me. Before I start I want to ask some questions myself. 1. What is property in Python? 2. When should I use the Property function? 3. How to use the property function? …

Python

3 min read

Property a built-in Python Function
Property a built-in Python Function
Vubon Roy

Vubon Roy

Senior Software Engineer I at Pathao(Pay)

Following
  • Cher Scarlett

    Cher Scarlett

  • Ruhshan Ahmed Abir

    Ruhshan Ahmed Abir

  • Julie Zhuo

    Julie Zhuo

  • Tim O'Reilly

    Tim O'Reilly

  • Minuddin Ahmed Rana

    Minuddin Ahmed Rana

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable