Giter Site home page Giter Site logo

python_books's Introduction

Python_books

本资料来源于网络,版权归原作者所有,仅供评估使用,请购买原著学习。

目录结构为:

├───Python中文书籍汇总
│
└───Python英文书籍汇总
	

欢迎大家补充

本仓库启用了 LFS ,提交之前请确认 LFS 是否安装并启用,

	# 克隆本仓库
	git clone https://github.com/taotieren/Python_books.git
	# 安装 LFS
	git lfs install
	# 添加需要使用 LFS 储存的文件格式,如:
	git lfs track "*.pdf"
	# 添加需要使用 LFS 储存的文件夹,如:
	git lfs track "Python中文书籍汇总/*"
	# 或者直接用文本编辑工具,编辑 .gitattributes,按照里面的格式添加需要存储的二进制文件,如:
	notepad .gitattributes
	# 查看仓库状态
	git status
	# 添加新文件到仓库
	git add 所需要添加的文件
	# 提交新文件到仓库
	git commit -m "所需要添加的文件描述"
	# 将新文件推送到 master 分支
	git push 或 git push -u origin master

如有侵权,请联系删除。

python_books's People

Contributors

taotieren 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.