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.

List Python repositories

CVPR2019

70
Stars
12
Forks
Watchers

Displays all the 2019 CVPR Accepted Papers in a way that they are easy to parse.

arxiv-collector

316
Stars
22
Forks
Watchers

A little Python script to collect LaTeX sources for upload to the arXiv.

jaspy

582
Stars
52
Forks
Watchers

A Python byte code VM written entirely from scratch in JavaScript with some unique features.

floweaver

440
Stars
89
Forks
Watchers

View flow data as Sankey diagrams

pyjson5

129
Stars
6
Forks
Watchers

A JSON5 serializer and parser library for Python 3 written in Cython.

plotille

370
Stars
17
Forks
Watchers

Plot in the terminal using braille dots.

bidict

1.4k
Stars
63
Forks
Watchers

The bidirectional mapping library for Python.

cx_Freeze

1.3k
Stars
209
Forks
Watchers

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

200
Stars
152
Forks
Watchers

Solutions to Python for Everybody: Exploring Data using Python 3 by Charles Severance

algorithms

234
Stars
115
Forks
Watchers

This repository is for learning and understanding how algorithms work.