Skip to content
View JungeAlexander's full-sized avatar
๐Ÿ‘จโ€๐Ÿ’ป
๐Ÿ‘จโ€๐Ÿ’ป

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.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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 Loading

  1. cocoscore cocoscore Public

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

    Python 19 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