Awesome List Updates on Mar 03, 2019
11 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. AwesomeCSV
Tools
- Rainbow CSV plugins (⭐644) - Collection of text editor plugins for CSV/TSV syntax highlighting. Available for Vim (⭐644), VS Code, Atom, Sublime Text and other editors.
2. Awesome Quantified Self
Devices and Wearables / Wealth
- Oura Ring - Highly-accurate sleep (and activity) tracker worn on the finger that measures HR, HRV, temperature, and movement.
3. Awesome Geojson
conversion
- togeojson (⭐420): convert GPX & KML to geojson
4. Awesome Diversity
Organizations
- Dev Color - A non-profit organization that aims to advance the careers of Black software engineers.
- Diversify Tech - A collection of resources for underrepresented people in tech.
- Women Love Tech - Women Love Tech was launched with the vision to share a passion and love for technology. Since then, Women Love Tech has evolved into a lifestyle technology digital magazine for women who love all things tech that can enhance their everyday lifestyle.
5. Awesome Mental Health
Organizations
- IfMe - Community for mental health experiences that encourages people to share their personal stories with trusted allies.
- Mental Health Hackers - An Organization that aims at providing support services to those who may be susceptible to related mental health issues such as anxiety, depression, social isolation, eating disorders, etc.
Talks
- Modern Mindfulness - Hey! 2016 - By Joe Bell.
6. Awesome Eosio
Libraries and Frameworks / API libraries
- React Native EOS (⭐42) - Native implementation of client to eos blockchain communication.
7. Awesome Imba
Resources / Official Resources
Resources / Toolkits and Frameworks
- UXA (⭐13) - Experimental framework for Imba.
Resources / Editor Plugins and IDEs
- Atom (⭐2) - Imba plugin for Atom.
- Sublime Text (⭐15) - Imba plugin for Sublime.
- VSCode (⭐11) - Imba plugin for VSCode.
Resources / Articles
Built with Imba / Real World Apps
- Scrimba - The interactive screencasting platform Scrimba.com is written in Imba, both frontend and backend.
- Iceland Fish Auction Market - A website for the iceland fish market.
- GitSpeak - A project management tool for developers.
Built with Imba / Apps/Websites
- Imba Todo MVC (⭐24) - Imba TodoMVC Example.
- Eyes (⭐3) - view online - A cool interaction website.
8. Awesome List
Platforms
- Robot Operating System 2.0 (⭐1.8k) - Set of software libraries and tools that help you build robot apps.
Decentralized Systems
- EOSIO (⭐79) - A decentralized operating system supporting industrial-scale apps.
Miscellaneous
- Scientific Computing (⭐1.4k) - Solving complex scientific problems using computers.
9. Awesome Cli Apps
Files and Directories / Search
- happyfinder (⭐331) - (another) Fuzzy file finder for the command line.
- find-up-cli (⭐39) - Find a file by walking up parent directories.
- ripgrep (⭐49k) - A line-oriented search tool that recursively searches your current directory for a regex pattern.
- fzf (⭐65k) - A general purpose command-line fuzzy finder, can be used with any list: files/directories, command history, processes, hostnames, bookmarks, git commits, etc.
10. Awesome Flutter
UI / List
- Liquid Pull To Refresh (⭐1.3k) - A beautiful and custom refresh indicator by Ayush Agarwal.
UI / UI Helpers
- Offline (⭐1.1k) - Tidy utility to handle offline/online connectivity by Jeremiah Ogbomo.
UI / Calendar
- Table Calendar (⭐1.9k) - Calendar organized neatly into a Table, with vertical autosizing by Aleksander Woźniak
11. Awesome Python
Admin Panels
- ajenti (⭐7.4k) - The admin panel your servers deserve.
- wooey (⭐2.1k) - A Django app which creates automatic web UIs for Python scripts.
Asynchronous Programming
- concurrent.futures - (Python standard library) A high-level interface for asynchronously executing callables.
Authentication
- JWT
- pyjwt (⭐5k) - JSON Web Token implementation in Python.
- python-jose (⭐1.5k) - A JOSE implementation in Python.
Build Tools
- pybuilder (⭐1.7k) - A continuous build tool written in pure Python.
CMS
- feincms (⭐919) - One of the most advanced Content Management Systems built on Django.
Caching
- beaker (⭐517) - A WSGI middleware for sessions and caching.
- pylibmc (⭐478) - A Python wrapper around the libmemcached interface.
ChatOps Tools
- errbot (⭐3.1k) - The easiest and most popular chatbot to implement ChatOps.
Configuration Files
- configparser - (Python standard library) INI file parser.
- configobj (⭐314) - INI file parser with validation.
Cryptography
- pynacl (⭐1.1k) - Python binding to the Networking and Cryptography (NaCl) library.
Database
- pickleDB (⭐889) - A simple and lightweight key-value store for Python.
- tinydb (⭐6.6k) - A tiny, document-oriented database.
Deep Learning
- keras (⭐61k) - A high-level neural networks library and capable of running on top of either TensorFlow or Theano.
- pytorch (⭐80k) - Tensors and Dynamic neural networks in Python with strong GPU acceleration.
- tensorflow (⭐184k) - The most popular Deep Learning framework created by Google.
Distributed Computing
- Batch Processing
- dask (⭐12k) - A flexible parallel computing library for analytic computing.
- luigi (⭐18k) - A module that helps you build complex pipelines of batch jobs.
- PySpark (⭐39k) - Apache Spark Python API.
- Ray (⭐32k) - A system for parallel and distributed Python that unifies the machine learning ecosystem.
- Stream Processing
- faust (⭐6.7k) - A stream processing library, porting the ideas from Kafka Streams to Python.
- streamparse (⭐1.5k) - Run Python code against real-time streams of data via Apache Storm.
Documentation
- pdoc (⭐1.9k) - Epydoc replacement to auto generate API documentation for Python libraries.
Editor Plugins and IDEs
- Emacs
- elpy (⭐1.9k) - Emacs Python Development Environment.
- IDE
- PyCharm - Commercial Python IDE by JetBrains. Has free community edition available.
- spyder (⭐8.1k) - Open Source Python IDE.
GUI Development
- Gooey (⭐20k) - Turn command line programs into a full GUI application with one line.
Miscellaneous
- boltons (⭐6.5k) - A set of pure-Python utilities.
- tryton - A general purpose business framework.
Natural Language Processing
- Chinese
- funNLP (⭐66k) - A collection of tools and datasets for Chinese NLP.
- jieba (⭐33k) - The most popular Chinese text segmentation library.
- pkuseg-python (⭐6.5k) - A toolkit for Chinese word segmentation in various domains.
- snownlp (⭐6.4k) - A library for processing Chinese text.
Network Virtualization
- mininet (⭐5.3k) - A popular network emulator and API written in Python.
- napalm (⭐2.2k) - Cross-vendor API to manipulate network devices.
ORM
- Relational Databases
- Django Models - The Django ORM.
- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper.
- dataset (⭐4.7k) - Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL.
- orator (⭐1.4k) - The Orator ORM provides a simple yet beautiful ActiveRecord implementation.
- orm (⭐1.8k) - An async ORM.
- peewee (⭐11k) - A small, expressive ORM.
- pony (⭐3.6k) - ORM that provides a generator-oriented interface to SQL.
- pydal (⭐487) - A pure Python Database Abstraction Layer.
Package Repositories
- devpi (⭐854) - PyPI server and packaging/testing/release tool.
Processes
- sarge - Yet another wrapper for subprocess.
Recommender Systems
- lightfm (⭐4.7k) - A Python implementation of a number of popular recommendation algorithms.
- spotlight (⭐3k) - Deep recommender models using PyTorch.
- Surprise (⭐6.3k) - A scikit for building and analyzing recommender systems.
- tensorrec (⭐1.3k) - A Recommendation Engine Framework in TensorFlow.
Search
- django-haystack (⭐3.6k) - Modular search for Django.
- pysolr (⭐661) - A lightweight Python wrapper for Apache Solr.
- whoosh - A fast, pure Python search engine library.
Serialization
- marshmallow (⭐6.9k) - A lightweight library for converting complex objects to and from simple Python datatypes.
- pysimdjson (⭐639) - A Python bindings for simdjson (⭐19k).
- python-rapidjson (⭐497) - A Python wrapper around RapidJSON (⭐14k).
Static Site Generator
- lektor (⭐3.8k) - An easy to use static CMS and blog engine.
- nikola (⭐2.6k) - A static website and blog generator.
Tagging
- django-taggit (⭐3.3k) - Simple tagging for Django.
Template Engine
- Genshi - Python templating toolkit for generation of web-aware output.
Text Processing
- Unique identifiers
- hashids (⭐1.4k) - Implementation of hashids in Python.
- shortuuid (⭐2k) - A generator library for concise, unambiguous and URL-safe UUIDs.
Video
- moviepy - A module for script-based movie editing with many formats, including animated GIFs.
Web Crawling
- grab (⭐2.4k) - Site scraping framework.
WebSocket
- autobahn-python (⭐2.5k) - WebSocket & WAMP for Python on Twisted and asyncio.
- Prev: Mar 04, 2019
- Next: Mar 02, 2019