Python-Introduction

Python Overview

History

Python was developed by Guido van Rossum and first release in 1991.

Promo

  • Python is Used Almost Everywhere
    • Python in Web Development Preview Preview

    • Python in Cloud Configuration

      Preview

      Preview Preview

    • Python in other areas Refer here

Why python?

  • Easy
  • Expressive
  • Open Source
  • and many more ask google

Python philosophy

Installing Python 3

Found a nice article which explains all the possibilities. Refer here

REPL (The Read-Eval-Print-Loop)

  • REPL is the shell of python.
  • Useful for Experimentation
  • To Start REPL open terminal
    • Windows
    • Mac
    • Linux: I think you should know it already.
  • type python and click enter Preview

Python Standard Library

  • Python is shipped along with standard library which very extensive. Refer Here
  • The philosophy of this in the python is referred as batteries includedRefer Here

Preview

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About continuous learner

devops & cloud enthusiastic learner