python-basics


tags:

  • ready
  • reviewed
  • python
  • programming-language
  • syntax
  • data-types
  • variables
  • functions
  • errors
  • exceptions
  • online

basics-content

Contents

  • [ [ python-basics-syntax ] ]

  • [ [ python-basics-variables-and-datatypes ] ]

  • [ [ python-basics-lists-tuples-sets-dictionaries ] ]

  • [ [ python-basics-conditionals ] ]

  • [ [ python-basics-typecasting-exceptions ] ]

  • [ [ python-basics-functions ] ]

    __Roadmap info from [ roadmap website ] (https://roadmap.sh/python/basics) __

    Python

    Python is a high-level, interpreted, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically-typed and garbage-collected.

Visit the following resources to learn more: