Skip to content

A brief sketchbook that can be used as a reference to learn contemporary Python programming language

License

Notifications You must be signed in to change notification settings

lnugraha/pysketch

Repository files navigation

PySketch - Lists of Sketches using Python Programming Language

Topics covered:

  • Designing CI/CD using GitHub Action
  • Writing test cases using PyTests
  • Scripting with Python files
  • Containing Python program using Docker
  • Containing Python program using Kubernetes

Performance Measurement (Time, GFLOPS, and Battery Drop) using Python Programs

  • Performing 3-D CT slice rendering
  • Performing dense matrix-matrix calculation
  • Performing simple feed-forward neural network

Design Pattern with Python

This repository covers three types of design patterns: creational, structural, and behavioral.

I. Creational

  • Factory
  • Abstract Factory
  • Singleton
  • Builder
  • Prototype

II. Behavioral

  • Decorator
  • Proxy
  • Adapter
  • Composite
  • Bridge

III. Structural

  • Iterator
  • Observer
  • Visitor
  • Strategy
  • Chain of Responsibility

About

A brief sketchbook that can be used as a reference to learn contemporary Python programming language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages