Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 565 Bytes

File metadata and controls

14 lines (10 loc) · 565 Bytes

Let's Learn

Python is

  • Object-Oriented as well as Function-Oriented
  • High-Level (You write code without too much thinking about memory**) read more here ⤤
  • Library Rich (you can do things very quickly using already built library)
  • Easy to Start with

Go Ahead and Explore