Skip to content
View Quiroptero's full-sized avatar
🦇
"It is no bad thing to celebrate a simple life."
🦇
"It is no bad thing to celebrate a simple life."

Highlights

  • Pro

Block or report Quiroptero

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

Quick facts

import logging
import random


logging.basicConfig(
    level=logging.INFO,
    format="[%(levelname)s]: %(message)s",
)
logger = logging.getLogger()


ACTIVITIES = [
  "write code",
  "design, implement and debug data pipelines",
  "have a lot of meetings",
  "talk in English a lot",
  "turn the stakeholders desires into features",
  "crush a lot of bugs —no wildlife harmed though,",
  "write, read, and eat Python",
]


def main():
    logger.info(f"I {random.choice(ACTIVITIES)} for a living.")


if __name__ == "__main__":
    main()

For a life...

Things I like?

  • Bats
  • The Cure
  • Zdzisław Beksiński
  • Talking to people
  • Wandering
  • Terry Pratchett's books

We can get in touch!

Pinned Loading

  1. dotfiles dotfiles Public

    My configuration files

    Lua

  2. ratpenat ratpenat Public

    A Hugo theme for my personal website

    HTML