Reviews of Learn Python3 the hard

Source: Internet
Author: User

Almost every time,i try my best to write a long review of the book I had read. But the this time I want to has a short one.
Learn Python3 the hard-is-a book which would teach how to start to write codes. It has many exercises,through which you can build your habits of writing codes, revising codes, etc. Try hard as the every character by yourself and you'll gain more!
That ' s it!

I have read learn Python for the hard-to-last year, so this time I select sections on lists and dictionaries only.
# # Data Structure:lists
# # # Exercise 32:loop and lists
1. How do a list by loop?
2. How do I add element to a list?
3. How can I test a method like append?

# # #exercise 38:doing things to lists
A list is an ordered list of things you want to store and access randomly or linearly by an index.
1. What is the lists can do?
2. Why do we need lists?
3. Can you show me some examples of lists in real world?
4. How can I get some items in lists?
# # Data Structure:dictionaries
# # # Exercise 39:dictionaries, oh, lovely dictionaries
1. What is the difference between a dictionary and a list?
2. How to iterate to print all the items in a dictionary?
3. How do I add new items to a dictionary?
4. How do I get an ordered dictionary?

# # Head First Python
I want to introduce your a new book,/head first python/.
Https://docs.python.org/3/tutorial/index.html

Reviews of Learn Python3 the hard

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.