/PythonfromScratch

This repository is a resource to learn or revise python from scratch.

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Python from Scratch

This repository is a one stop solution for learning python from scratch. Since we are building this repository since scratch, contributions are most welcomed. To contribute, kindly go on pull requests and create the request.

Here's what we will cover in this repository ( initially)

  • Variables, datatyes, operators
  • Conditioning statements
  • looping statements
  • string
  • array
  • list
  • tuple
  • Set
  • Dictionary
  • Functions
  • Object Oriented Programming
  • File Handling