• Stars
    star
    988
  • Rank 44,661 (Top 1.0 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created about 7 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

My collection of Python Programs

Python-Programs

GitHub stars Python

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
  9. Heap 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
  6. Hash Table

Simple Games in Python

  1. Number Guessing Game
  2. Hangman
  3. Rock Paper Scissor
  4. Tic Tac Toe

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
  5. Count Leaf Nodes
  6. Building Tree from Preorder and Inorder
  7. Print all the paths to leaf nodes

Graphs

  1. Graph
  2. Breadth First Search
  3. Depth First Search
  4. Detect Cycle in Directed Graph
  5. Detect Cycle in Undirected Graph
  6. Topological Sort
  7. Prim's Algorithm

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
  10. Script to download tutorial from tutorials point
  11. Script to check email in your terminal
  12. Script to find devices connected to Network
  13. Script to create metadata for a file

Python Concepts

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

Numpy

  1. Introduction and Basics of Numpy
  2. Numpy Data Types
  3. Numpy Array Attributes
  4. Generate Numpy array from various numerical ranges
  5. Numpy Array Manipulation operations
  6. Numpy String Functions
  7. Numpy Mathematical Functions
  8. Numpy Arithmetical Operations

Mini Projects

Random Python Programs

Donation

If you have found my softwares to be of any use to you, do consider helping me pay my internet bills. This would encourage me to create many such softwares :)

PayPal Donate via PayPal!
β‚Ή (INR) Donate via Instamojo

More Repositories

1

pygorithm

A Python module for learning all major algorithms
Python
4,369
star
2

Data-Structures-using-Python

This is my repository for Data Structures using Python
Jupyter Notebook
924
star
3

pyresparser

A simple resume parser used for extracting information from resumes
Python
752
star
4

ResumeParser

A simple resume parser used for extracting information from resumes
Python
272
star
5

django-notekeeper

πŸ“‹ A pretty easy django notes app. Have a note, save it!
HTML
72
star
6

A-Simple-Note-Taking-Web-App

πŸ“‹ An easy to use and deploy note taking web app built using Flask
HTML
72
star
7

Django-Gym-Member-Manager

A Gym Member Manager Web App using Django
JavaScript
52
star
8

Smart-Surveillance-System-using-Raspberry-Pi

This is my Third Year Project for face recognition using OpenCV
Python
48
star
9

Django-to-do

A simple Django to do web app
Python
33
star
10

A-Simple-Note-Taking-Terminal-App

A simple terminal note taking application using Python
Python
24
star
11

Django-Bookworm

A fun project to store my learning from each book that I read.
Python
24
star
12

Django-Invoice-Generator

A minimal Invoice Generator using Django
JavaScript
18
star
13

Password-Strength-Evaluator-using-Machine-Learning

My TE Seminar mini project
HTML
15
star
14

Term-Similarity-using-Machine-Learning

This is a small project to find similar terms in corpus of documents
Python
13
star
15

Codechef-Problem-Statement-Downloader

Script for downloading codechef problem statements
Python
10
star
16

omkarpathak.github.io

Personal Website based on Jekyll and Github Pages
HTML
9
star
17

Playing-with-datasets

This is the repo for mini projects to get your hands dirty with Machine Learning
Jupyter Notebook
8
star
18

My-Personal-Website

[DEPRECATED] This is the source code for my website
HTML
8
star
19

CCDSAP-Prep

My Practice Problems for CodeChef Certified Data Structure & Algorithms Programme
Python
6
star
20

Garbage-Level-Monitoring-System

My BE Project using IoT, Cloud and Django
JavaScript
6
star
21

Django-Invoice-Generator-For-Local-Dairy-Shop

A simple web app made to automate invoice generation created to help a local dairy shop
JavaScript
5
star
22

Word-Counter

A Python word counter module to quickly count number of words in a sentence
Python
4
star
23

Tic-Tac-Toe-Using-Minimax

The classic tic-tac-toe game with a minimal AI using Minimax Algorithm
Python
3
star
24

SlowBros

JavaScript
3
star
25

poc

Python
2
star
26

old-website

Code to my old website
HTML
2
star
27

illustrations

My collection of all the illustration I created myself
2
star
28

globchem

Source code for Global Construction Chemical website
CSS
2
star
29

dotfiles

My dotfiles and preferences
Shell
1
star
30

django-rest-todo

A simple Django REST Api to create todo lists
TypeScript
1
star
31

omkarpathak

1
star
32

IoT_Workshop

These are the files that we used for our IoT workshops.
PHP
1
star
33

techminds

A new sample website template
HTML
1
star
34

django-ecommerce-template

A generic template to include all basic features needed for an ecommerce website
Python
1
star
35

Fun-with-Pygame

Some weekend fun with learning Python pygame module
Python
1
star