LinearPi / pycode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"# pycode" …or create a new repository on the command line echo "# pycode" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/LinearPi/pycode.git git push -u origin master

…or push an existing repository from the command line

git remote add origin https://github.com/LinearPi/pycode.git git push -u origin master …or import code from another repository You can initialize this repository with code from a Subversion, Mercurial, or TFS project.

About


Languages

Language:Jupyter Notebook 84.8%Language:Python 14.0%Language:HTML 0.5%Language:C++ 0.5%Language:Thrift 0.1%Language:Shell 0.0%Language:Cuda 0.0%Language:C 0.0%Language:Dockerfile 0.0%Language:Makefile 0.0%Language:Groovy 0.0%Language:CSS 0.0%Language:Batchfile 0.0%