Skip to content
#

code-examples

Here are 22 public repositories matching this topic...

This repository is a comprehensive collection of well-documented and implemented design patterns in Python. This repository serves as a valuable resource for software developers and architects looking to understand and apply design patterns effectively in their Python projects.

  • Updated Jun 25, 2024
  • Python

A repository showcasing implementations of various algorithms, including graph algorithms (BFS, DFS, Dijkstra, Kruskal), dynamic programming solutions, and more. Designed for learning, practice, and demonstration of algorithmic problem-solving.

  • Updated Jan 4, 2025
  • Python

This Python code enables two-way serial communication with an Arduino via a computer's serial port using threads for concurrent data exchange. It interfaces with an Arduino program designed for serial communication; refer to the next file for the example code.

  • Updated Jul 9, 2024
  • Python

Improve this page

Add a description, image, and links to the code-examples topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the code-examples topic, visit your repo's landing page and select "manage topics."

Learn more