Skip to content

orchestor/advance_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

  1. Why do we use data model?

It provides unified interfaces for different classes. For example, we define two special methods: __len__ and __getitme__, which corresponds to len(obj) and obj[] API calls.

About

Solving Problems by Advance Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages