mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-10-04 10:11:35 +02:00
[python/*] proofread en and ru and all links
This commit is contained in:
@@ -9,7 +9,6 @@ translators:
|
||||
- ["Maple", "https://github.com/mapleincode"]
|
||||
filename: learnpython-cn.py
|
||||
lang: zh-cn
|
||||
|
||||
---
|
||||
|
||||
Python 是由吉多·范罗苏姆(Guido Van Rossum)在 90 年代早期设计。
|
||||
@@ -1015,8 +1014,6 @@ print(say()) # Can you buy me a beer?
|
||||
print(say(say_please=True)) # Can you buy me a beer? Please! I am poor :(
|
||||
```
|
||||
|
||||
|
||||
|
||||
## 想继续学吗?
|
||||
|
||||
### 在线免费材料(英文)
|
||||
@@ -1024,16 +1021,13 @@ print(say(say_please=True)) # Can you buy me a beer? Please! I am poor :(
|
||||
* [Automate the Boring Stuff with Python](https://automatetheboringstuff.com/)
|
||||
* [Ideas for Python Projects](http://pythonpracticeprojects.com/)
|
||||
* [The Official Docs](https://docs.python.org/3/)
|
||||
* [Hitchhiker’s Guide to Python](https://docs.python-guide.org/en/latest/)
|
||||
* [Hitchhiker’s Guide to Python](https://docs.python-guide.org/)
|
||||
* [Python Course](https://www.python-course.eu/)
|
||||
* [Free Interactive Python Course](http://www.kikodo.io/)
|
||||
* [First Steps With Python](https://realpython.com/learn/python-first-steps/)
|
||||
* [A curated list of awesome Python frameworks, libraries and software](https://github.com/vinta/awesome-python)
|
||||
* [30 Python Language Features and Tricks You May Not Know About](https://sahandsaba.com/thirty-python-language-features-and-tricks-you-may-not-know.html)
|
||||
* [Official Style Guide for Python](https://www.python.org/dev/peps/pep-0008/)
|
||||
* [Official Style Guide for Python](https://peps.python.org/pep-0008/)
|
||||
* [Python 3 Computer Science Circles](https://cscircles.cemc.uwaterloo.ca/)
|
||||
* [Dive Into Python 3](https://www.diveintopython3.net/index.html)
|
||||
* [A Crash Course in Python for Scientists](https://nbviewer.jupyter.org/gist/anonymous/5924718)
|
||||
* [Dive Into Python 3](https://www.diveintopython3.net/)
|
||||
* [Python Tutorial for Intermediates](https://pythonbasics.org/)
|
||||
* [Build a Desktop App with Python](https://pythonpyqt.com/)
|
||||
|
||||
|
Reference in New Issue
Block a user