Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 2.5 KB

File metadata and controls

35 lines (31 loc) · 2.5 KB

Python Fundamentals Every Aspiring Data Scientist Should Know

What is Python ?

Python is a general purpose and high level programming language.

  • You can use Python for developing Desktop GUI applications, Websites and Web Applications.
  • Also, Python, as a high level programming language. Like most of the widely used programming languages like Java, C, C++, etc...
  • Python is also a case-sensitive language and interpreted language.

Python Topics