Python topic
Python is a dynamically-typed garbage-collected programming language developed by Guido van Rossum in the late 80s to replace ABC. Much like the programming language Ruby, Python was designed to be easily read by programmers. Because of its large following and many libraries, Python can be implemented and used to do anything from webpages to scientific research.
CVPR2019
Displays all the 2019 CVPR Accepted Papers in a way that they are easy to parse.
arxiv-collector
A little Python script to collect LaTeX sources for upload to the arXiv.
jaspy
A Python byte code VM written entirely from scratch in JavaScript with some unique features.
floweaver
View flow data as Sankey diagrams
pyjson5
A JSON5 serializer and parser library for Python 3 written in Cython.
plotille
Plot in the terminal using braille dots.
bidict
The bidirectional mapping library for Python.
cx_Freeze
cx_Freeze creates standalone executables from Python scripts, with the same performance, is cross-platform and should work on any platform that Python itself works on.
python-for-everybody-solutions
Solutions to Python for Everybody: Exploring Data using Python 3 by Charles Severance
algorithms
This repository is for learning and understanding how algorithms work.