Skip to content
View petartodorov's full-sized avatar

Block or report petartodorov

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. PEP 572 PEP 572
    1
    # From: https://www.python.org/dev/peps/pep-0572/#syntax-and-semantics
    2
    
                  
    3
    # Handle a matched regex
    4
    if (match := pattern.search(data)) is not None:
    5
        # Do something with match
  2. 2018-MachineLearning-Lectures-ESA 2018-MachineLearning-Lectures-ESA Public

    Forked from jmartinezheras/2018-MachineLearning-Lectures-ESA

    Machine Learning Lectures at the European Space Agency (ESA) in 2018

    Jupyter Notebook

  3. awesome-data-engineering awesome-data-engineering Public

    Forked from igorbarinov/awesome-data-engineering

    A curated list of data engineering tools for software developers

  4. awesome-graph-classification awesome-graph-classification Public

    Forked from benedekrozemberczki/awesome-graph-classification

    A collection of important graph embedding, classification and representation learning papers with implementations.

  5. nlp-datasets nlp-datasets Public

    Forked from niderhoff/nlp-datasets

    Alphabetical list of free/public domain datasets with text data for use in Natural Language Processing (NLP)

  6. spacy-course spacy-course Public

    Forked from explosion/spacy-course

    👩‍🏫 Advanced NLP with spaCy: A free online course

    Python