Skip to content
View younseojava's full-sized avatar

Block or report younseojava

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

Pinned Loading

  1. python-microservice python-microservice Public

    Python

  2. python-notebooks python-notebooks Public

    Jupyter Notebook

  3. vision vision Public

    Forked from pytorch/vision

    Datasets, Transforms and Models specific to Computer Vision

    Python

  4. Example of Multiprocessing in Python... Example of Multiprocessing in Python - Pi computation
    1
    - The example code below shows an example of how to use `multiprocessing pool` for parallel computation with multiple processes (not threads) to compute the approximate value of Pi.
    2
    - The algorithm explanation :  TODO
    3
    - For parallel computation, processes are launched with multiprocessing Pool with number of processes equals available processors. The computation space (x-axis) is also divided into number of processes. 
    4
    - Each process runs sum_partial function with end points of subregion and the number of space divisions inside the subregion. Then, multiprocessing pool's apply_async() allows parallel computation of partial sums.
    5
    
                  
  5. 15-minute-apps 15-minute-apps Public

    Forked from pythonguis/pythonguis-examples

    15 minute (small) desktop apps built with PyQt

    Python

  6. Hands-On-Restful-Web-services-with-Go Hands-On-Restful-Web-services-with-Go Public

    Forked from PacktPublishing/Hands-On-Restful-Web-services-with-Go

    Hands-On Restful Web services with Go by Packt Publishing

    Go