Skip to content

hegdesrinivasm/Python-Notes

Repository files navigation

Python-Notes

Notes and resources to get started with the Python programming language.

Installing Python

Go to the python's official wesite and install the python interpreter.

Why Python?

It is a high-level programming language used widely in Data Science, Machine Learning, etc. It is quite popular due to:

  • its easy syntax,
  • It being cross-platform,
  • Its dynamic typing, and
  • No need to declare the type of variable.

No compiler required

As python is an interpreted language, you don't need to compile your code. You can run your code line by line.

IDEs that can be used to run Python

These are few IDEs that can be used.

  • PyCharm
  • Spyder
  • Jupyter

About

Notes and resources to get started with the Python programming language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •