Skip to content

shenge86/pythoncode

Repository files navigation

pythoncode (miscellaneous ones)

How to create a new repository

Follow instructions as follows!

echo "# pythoncode" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M master
git remote add origin https://github.com/shenge86/pythoncode.git
git push -u origin master

About

Repository for useful tidbits of Python code. For instance, learning languages like Chinese.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages