Skip to content
View insolor's full-sized avatar

Organizations

@dfint @pymorphy2 @pymorphy2-fork
Block or Report

Block or report insolor

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

Hi there 👋

About me:

  • Current job (since March 2024): Python Backend Developer

    • Python 3.8+
    • PostgreSQL
    • MongoDB
    • GraphQL
  • Previous job (4+ years): Java Backend + Desktop Developer

    • Most used: Java 1.8, 11, 17
    • Java EE, Spring, etc. for server side
    • JavaFX, JFoenix for desktop
    • PostgreSQL databases
  • Hobby Python developer since 2012-2013

  • Current projects:

    • The Dwarf Fortress fan localization project

      • We develop tools for the localization and help enthisiasts with localization to different languages (there are about 20 languages with an active localization progress)
    • async-tkinter-loop module: https://github.com/insolor/async-tkinter-loop

      • This is a small library which helps to use asynchronous code with tkinter GUI library for Python
    • Trying to revive the pymorphy2 project: https://github.com/pymorphy2-fork

      • pymorphy2 is a morphological analyzer and an inflection engine for Russian, Ukrainian, Belarusian, and potentially it can be used for other slavic languages. Right now the original project is abandoned (see discussion), and I'm trying to continue it's development as a fork project.
  • Active stackoverflow.com contributor (mostly on ru.stackoverflow.com):

    Stack Exchange reputation

    Profile for insolor on Stack Exchange, a network of free, community-driven Q&A sites

  • Participated in the localization of such applications as Poedit, Spyder IDE, Cutter and others. See my profile at crowdin.com.

📈 My GitHub Stats

insolor's GitHub Stats
Contributions

Pinned

  1. async-tkinter-loop async-tkinter-loop Public

    Asynchronous mainloop implementation for tkinter. Makes it possible to use async functions as event handlers and widget commands.

    Python 57 3

  2. dfint/peclasses dfint/peclasses Public

    Fast minimalistic library for Portable Executable file parsing

    Python

  3. tkinter-layout-helpers tkinter-layout-helpers Public

    A library which is intended to simplify a placement of widgets with .grid() and .pack() methods

    Python 6

  4. pymorphy2-fork/pymorphy2 pymorphy2-fork/pymorphy2 Public

    Morphological analyzer / inflection engine for Russian and Ukrainian languages. Fork of https://github.com/pymorphy2/pymorphy2

    Python 6 1

  5. my-github-orgs my-github-orgs Public

    Streamlit dashboard to simplify navigation between repositories of several github organizations

    Python

  6. game-of-life game-of-life Public

    Conway's Game of Life implementation in Python with an infinite field (online demo available thanks to pyxel)

    Python