You have an empty repository To get started you will need to run these commands in your terminal. New to Git? Learn the basic Git commands Configure Git for the first time git config --global user.name "Jenny Zhang" git config --global user.emai…
Git 资源整理 Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. 官方网站 http://git-scm.com/ 教程 Git 官方教程 Easy Version Control with Git 猴子都能懂 Git 的入门 A Vi…
Python <零基础学Python(第二版)> 包括进阶 The Python Tutorial 绝对权威和主题丰富的官方教程 PEP 8 以及 PEP 257 编码风格/规范 PEP 20 The Zen of Python Django Tango with Django 可能是地球上最好的Django动手教程 Django Documentation 细节有疑问看官方文档就对了 Two Scoops of Django Django最佳实践 Git Learn Git Bran…