Pinned Repositories
adventofcode-2017
https://adventofcode.com/2017/
adventofcode-2018
adventofcode2020
aoc2016
Advent of Code 2016
aoc2021
https://adventofcode.com/2021
astroid
A common base representation of python source code for pylint and other projects
concentration
Stay focused on work when you want, and goof off when you don't.
fuzzyargparse
Python argparse extension with hints on unknown arguments.
py2py3-talk
Slides for my talk: Python is dead, long live Python! Adapting old codebase for Python 3.x compatibility - case study.
rogalski's Repositories
rogalski/py2py3-talk
Slides for my talk: Python is dead, long live Python! Adapting old codebase for Python 3.x compatibility - case study.
rogalski/adventofcode-2017
https://adventofcode.com/2017/
rogalski/adventofcode-2018
rogalski/adventofcode2020
rogalski/aoc2016
Advent of Code 2016
rogalski/aoc2021
https://adventofcode.com/2021
rogalski/astroid
A common base representation of python source code for pylint and other projects
rogalski/coroutines-101
Slides for my PyGDA talk
rogalski/cpython
The Python programming language
rogalski/darker
Apply black reformatting to Python files only in regions changed since a given commit. For a practical usage example, see the blog post at https://dev.to/akaihola/improving-python-code-incrementally-3f7a
rogalski/fasttext-langdetect
80x faster and 95% accurate language identification with Fasttext
rogalski/flow
Flow analysis for Python Abstract Syntax Trees
rogalski/gitlint
Linting for your git commit messages
rogalski/gitpitch-bug-mcve
rogalski/isolate-your-background-tasks
Code samples for my talk about distributed tasks queues
rogalski/lets-figure-out-asyncio
rogalski/lingua-py
The most accurate natural language detection library for Python, suitable for short text and mixed-language text
rogalski/on-project-structure-and-app-entry-points
PyGDA #33 talk.
rogalski/pip
The PyPA recommended tool for installing Python packages
rogalski/pycodestyle
Simple Python style checker in one Python file
rogalski/pygda-pylint-talk
Resources for my talk about Pylint on PyGDA meetup.
rogalski/pygda22_dunders
Slides for PyGda#22 talk
rogalski/pylint
A Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells
rogalski/pytest-rerunfailures
a pytest plugin that re-runs failed tests up to -n times to eliminate flakey failures
rogalski/pythonhacking-falcon
rogalski/react-native-paper-dates
Smooth and fast cross platform Material Design date and time picker for React Native Paper
rogalski/shellcheck-py
python3/pip3 wrapper for installing shellcheck
rogalski/sqlfluff
A modular SQL linter and auto-formatter with support for multiple dialects and templated code.
rogalski/testfixtures
testfixtures is a collection of helpers and mock objects that are useful when writing automated tests in Python.
rogalski/typeshed
Collection of library stubs for Python, with static types