Skip to content
View JungeAlexander's full-sized avatar
Block or Report

Block or report JungeAlexander

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
JungeAlexander/README.md

Hi πŸ‘‹, I'm Alex

CTO and Co-founder of amass technologies with a PhD in Bioinformatics

Connect with me:

jungealexander fosstodon.org/@jungealexander alexanderjunge https://www.alexanderjunge.net/index.xml

Languages and Tools - some examples:

aws azure bash docker flask hugo linux postgresql python scikit_learn tensorflow

Pinned

  1. cocoscore cocoscore Public

    CoCoScore: context-aware co-occurrence scores for text mining applications

    Python 18 5

  2. Import modules from parent folder in... Import modules from parent folder in Python
    1
    # From http://stackoverflow.com/a/11158224
    2
    
                  
    3
    # Solution A - If the script importing the module is in a package
    4
    from .. import mymodule
    5