Skip to content
#

concurrent-programming

Here are 79 public repositories matching this topic...

Introducing the AmazonMe webscraper - a powerful tool for extracting data from Amazon.com using the Requests and Beautifulsoup library in Python. This scraper allows users to easily navigate and extract information from Amazon's website.

  • Updated Apr 15, 2024
  • Python

This library implements a class Monitor, as defined by Per Brinch Hansen and C.A.R. Hoare, for synchronization and concurrent management of threads and processes in Python. It also provides other functions to ease the creation and collection of results for both threads and processes.

  • Updated Mar 8, 2024
  • Python

The thesis presents the parallelisation of a state-of-the art clustering algorithm, FISHDBC. This objective has been achived by improving the main data structures and components of the algorithm: HNSW, MST and HDBSCAN. My contribution is based on a lock-free strategy, completely wrote in Python.

  • Updated Jan 16, 2024
  • 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 Aug 19, 2023
  • Python

Improve this page

Add a description, image, and links to the concurrent-programming 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 concurrent-programming topic, visit your repo's landing page and select "manage topics."

Learn more