Skip to content

Here is a collections of my Python Programs. Concepts like if/else statements, for and while loops, functions, list, tuple,modules and many more will be used. This programs will help Beginner's to understand and learn Python more easily.

Notifications You must be signed in to change notification settings

ds-kamran/Python-Programs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Programs

Here is a few collection of my Python Programs.

Basic Programs

  1. Pyhton Datatypes
  2. Built-in Datatypes
  3. Odd and Even Number
  4. Leap Year
  5. Years Left
  6. Body Mass Index

Object Oriented Programming (OOP)

  1. Class
  2. Inheritance

LIST

  1. List
  2. List Comprehension
  3. Conditional List Comprehension

DICTIONARY

  1. Dictionary Comprehension
  2. Conditional Dictionary Comprehension
  3. DataFrame

Python Programs using Turtle module

  1. Table Drawing a table using prettytable module.

  2. Sqaure

  3. Circle

  4. Rectangle

  5. Different Shapes

  6. Spiral Circle

    It will print the below output :-

    spiral_circle

  7. Concentric Circle

Some Important Modules

  1. Calendar
  2. Creating a Virus (using Turtle module)
  3. Factorial (using math module)
  4. CSV
  5. PANDAS

Simple Games in Python

  1. Rock Paper Scissor Game
  2. Hangman Game
  3. Snake Game
  4. Ping Pong Game
  5. India States Game

Tkinter

  1. Tkinter basic
  2. *args
  3. **kwargs
  4. kwargs using Class

Random Python Programs

  1. Calculator
  2. Caeser Cipher The Caesar cipher is a monoalphabetic substitution cipher, where each letter is replaced by another letter located a little further in the alphabet (therefore shifted but always the same for given cipher message). The shift distance is chosen by a number called the offset which can be right (A to B) or left (B to A).
  3. Student Score
  4. Auction
  5. Leap Year (using Boolean)
  6. NATO PHONETIC ALPHABET

About

Here is a collections of my Python Programs. Concepts like if/else statements, for and while loops, functions, list, tuple,modules and many more will be used. This programs will help Beginner's to understand and learn Python more easily.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%