yaobinwen / robin_on_rails

Robin on Rails: my notes about technology and some other knowledge.
1 stars 0 forks source link

Read Python 3.7 documentation #41

Open yaobinwen opened 5 years ago

yaobinwen commented 5 years ago

Python is the programming language I use frequently in my daily work. Therefore, it makes more sense to put its learning to a higher priority.

The documentation is here. Pick the version 3.7.

I'm going to read through three parts:

However, I do not plan to read sequentially but on a needed base. For example, the language reference provides a lot of insight details that I have never learned systematically, and I'll probably start with that first.

I may not read the library reference that carefully but skim to see what libraries are available, and will come back when I need to look into one.

yaobinwen commented 5 years ago

Language Reference

yaobinwen commented 4 years ago

Tutorial

yaobinwen commented 4 years ago

I still need to learn the following specific Python topics: