Skip to content
View devsetgo's full-sized avatar

Block or report devsetgo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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

  2. devsetgo_lib devsetgo_lib Public

    A library to standardize common functions for applications.

    Python

  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.