tokareff / Python-Programs

My collection of Python Programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python-Programs

This is my collection of Python Programs.
For python tutorials, visit my website:
http://www.omkarpathak.in

Omkar Pathak,
Pune, Maharashtra, India.

Sorting Algorithms

  1. Selection Sort
  2. Bubble Sort
  3. Insertion Sort
  4. Merge Sort
  5. Quick Sort
  6. Counting Sort
  7. Bucket Sort
  8. Shell Sort

Searching Algorithms

  1. Sequential Search
  2. Binary Search
  3. N-ary Search

Data Structures

  1. Array
  2. Singly Linked List
  3. Doubly Linked List
  4. Stack
  5. Queue

Simple Games in Python

  1. Number Guessing Game
  2. Hangman
  3. Rock Paper Scissor

OOP

  1. Class Definition
  2. Instance Methods
  3. Instance Attributes
  4. Constructor (init)
  5. Inheritance
  6. Multiple Inheritance
  7. Private Variables
  8. Magic Methods

Trees

  1. Simple Binary Tree
  2. Binary Search Tree
  3. Depth First Traversal
  4. Breadth First Traversal

Graphs

  1. Graph

Scripts

  1. Create Multiple Folders
  2. Count files
  3. Get File sizes
  4. Find if a file exists
  5. Folder organization
  6. Get Dictionary Meaning
  7. Sending Mail
  8. Counting Number of Words
  9. Birthday Reminder

Python Concepts

  1. Variable Scope
  2. List Methods
  3. Closures
  4. More on Closures
  5. Decorators
  6. More on Decorators
  7. List Comprehensions

Mini Projects

Random Python Programs

About

My collection of Python Programs

License:GNU General Public License v3.0


Languages

Language:Python 100.0%