Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Latest commit

 

History

History
61 lines (41 loc) · 4.84 KB

File metadata and controls

61 lines (41 loc) · 4.84 KB

Python Micro Code Examples

  • Disclaimer: The content of this repository is provided for teaching and learning purposes only and as a code example.

Simple Tank Game

Online Communication Between Applications

  • Online Rock, Paper, Scissers Game using Flask Web Service: Runner, All Files

Paint

  • Simple paint (1, 2) using python and tkinter


Older Uncategorized Examples

  • Show triangles (1,2) with python in terminal
  • Simple CLI TicTocToe game with python

  • Simple GUI Dictionary application using python and tkinter
  • Simple web service sample using python and flask (1, 2)
  • Examples of Turtle (1, 2)
  • Implementation of simple Genetic Algorithm using pure python
  • Simple GUI implementation of Rock Paper Scissors (1, 2, 3, 4)

  • Very simple GUI Random Dice using python and tkinter (1, 2)

  • Color Detector (1, 2)

  • Simple PhoneBook using python and tkinter (CLI, GUI)

  • Simple weekly CLI weight tracker (1, 2)

  • Simple interpreter for a hypothetical programming language from scratch using pure python
  • Table generator for Terminal
  • Simple service to authenticate users, and a simple script to login to this service.
  • Simple implementation of "Rock", "Paper", "Scissors" game with Socket Client and Socket Server
  • Simple talking bot example
  • Simple Maze Generator