Coder Social home page Coder Social logo

awesome-github-repos's Introduction

awesome-github-repos

A list of awesome github repositories

Python

NetworkX:

NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.

https://github.com/networkx/networkx

Joblib:

Joblib is a set of tools to provide lightweight pipelining in Python. In particular:

  • transparent disk-caching of functions and lazy re-evaluation (memoize pattern)
  • easy simple parallel computing

https://github.com/joblib/joblib

Sqlparse

A non-validating SQL parser module for Python

https://github.com/andialbrecht/sqlparse

Click

Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box.

It aims to make the process of writing command line tools quick and fun while also preventing any frustration caused by the inability to implement an intended CLI API.

Click in three points:

  • Arbitrary nesting of commands
  • Automatic help page generation
  • Supports lazy loading of subcommands at runtime

https://github.com/pallets/click/

h5py

HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5 binary data format.

https://github.com/h5py/h5py

Tutorial link - https://www.christopherlovell.co.uk/blog/2016/04/27/h5py-intro.html

pyce

Encrypted Python Execution

https://github.com/soroco/pyce

pyconcrete

Protect your python script, encrypt it as .pye and decrypt when import it

https://github.com/Falldog/pyconcrete

C++

CSV Writer

Simple c++ csv writer class

https://github.com/ParikhKadam/CSVWriter

Tensorflow

Tutorials

Easy Tf 2.0 tutorials

https://github.com/lyhue1991/eat_tensorflow2_in_30_days

Node

Copy As Markdown

This is a Chrome Extension used to copy the element in current page as markdown format.

https://github.com/JohnnyFee/CopyAsMarkdown

Learning Resources

Programming books

Books related to programming.

https://github.com/sjyuan-cc/programming-books

awesome-github-repos's People

Contributors

parikhkadam avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.