- GitFixUm: On undoing, fixing, or removing commits or mistakes in git
- natsort: Simple yet flexible natural sorting in Python.
- elements-of-python-style: Goes beyond PEP8 to discuss what makes Python code feel great. A Strunk & White for Python.
- adventures_in_opencl: A tutorial series for learning OpenCL
- strictyaml: Type-safe YAML parser and validator.
- pyan: pyan is a Python module that performs static analysis of Python code to determine a call dependency graph between functions and methods. This is different from running the code and seeing which functions are called and how often; there are various tools that will generate a call graph in that way, usually using debugger or profiling trace hooks - for example: https://pycallgraph.readthedocs.org/ This code was originally written by Edmund Horner, and then modified by Juha Jeronen. See README for the original blog posts and links to their repositories.
- scspell: Spell checker for source code
- Rif.jl: Julia-to-R interface
- freeCodeCamp: freeCodeCamp.org's open source codebase and curriculum. Learn to code at home.
- ResearchStack: An SDK for building research study apps on Android.
- awesome-falsehood: 😱 Falsehoods Programmers Believe in
- praw: PRAW, an acronym for "Python Reddit API Wrapper", is a python package that allows for simple access to Reddit's API.
- python-anti-patterns: An open collection of Python anti-patterns and worst practices.
- corefx: This repo is used for servicing PR's for .NET Core 2.1 and 3.1. Please visit us at https://github.com/dotnet/runtime
- Best-websites-a-programmer-should-visit: :link: Some useful websites for programmers.
- pyinstaller: Freeze (package) Python programs into stand-alone executables
- travis-ci: Free continuous integration platform for GitHub projects.
- Open-Kanban: Open Kanban - Open Source Initiative to create a Kanban core that is Agile, Lean and Free.
- pytudes: Python programs, usually short, of considerable difficulty, to perfect particular skills.
- vagrant-hostmanager: :pencil: A Vagrant plugin that manages hosts files within a multi-machine environment.