Skip to content
View devsetgo's full-sized avatar

Block or report devsetgo

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
devsetgo/README.md

GitHub

Hello / Dia dhuit

Fan of Python and BPMN tools (workflow/modeling). Trying to find the time to learn Go and Vue. My bearla is better than my gaelige.

Feel free to help out or fork anything.

Current Projects

Useful, but Archived Projects

  • TestAPI: A FastAPI project to learn and use for basic ideas

Metrics and Stats

Visitor's Count

My github activity graph

devsetgo's GitHub Stats devsetgo's Most Used Languages

Pinned Loading

  1. bumpcalver bumpcalver Public

    Simple Calendar versioning

    Python 1

  2. devsetgo_lib devsetgo_lib Public

    A library to standardize common functions for applications.

    Python 1

  3. dsg dsg Public

    My website

    JavaScript

  4. examples examples Public

    Python

  5. test-api test-api Public archive

    A test/psuedo API to use as sample data or test data.

    Python

  6. Using TQDM and Unsync together. Using TQDM and Unsync together.
    1
    # -*- coding: utf-8 -*-
    2
    """
    3
    This is how to use TQDM and Unsync together. This is for multiple threads.
    4
    5
    TQDM will keep the main visable after it completes.