Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An Elementary Python Programs

This repository covering four basic parts in python. namely:

  • OOP Basics
  • Data Structures
  • File Exception
  • Unit Testing

OOP Basics

The OOP concepts from python is simply mapped with SchoolMember of the school. The following OOP principle will be covered:

  • Class
  • Object
  • Inheritance
  • Polymorphism (Will cover only Method overriding)
  • Data Hiding

Data Structures

Covering the three built-in data structures in Python - list, tuple and dictionary from in module builtin. In the Given Program :

  • List is mapped with shopping list
  • Tupple is mapped with Animal in zoo
  • Dictionary is mapped with name and corresponding Emails

File Exception

This program will cover File and Exception handling on files.

Unit Testing

This program will cover Elementory unit testing.

About

This Repository is to practice python, supplimentory to develope the LISM framework.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages