Giter Site home page Giter Site logo

Comments (5)

hupili avatar hupili commented on August 30, 2024

👍 @kaiwenxu94 , very detailed feedback!

@ChicoXYC , need to conduct a proof reading after the notes. Make sure everything can be executed in Python3 and people get the same result as in the notes.

from python-for-data-and-media-communication-gitbook.

ChicoXYC avatar ChicoXYC commented on August 30, 2024

@kaiwenxu94 thanks a lot. I will modify right now.

from python-for-data-and-media-communication-gitbook.

ChicoXYC avatar ChicoXYC commented on August 30, 2024

@kaiwenxu94 there are some issues
Q4.
person dict
you can add a new item by creating a new key with its value. I guess you got key error is because you type the wrong dict name. the dict here is person_dict

Q6. I've been already deleted this example days before, because its wrong.

First of all, the logic here is kind of tricky. if you int() all numbers you input, the results should all be integers, therefore its meaningless to compare.
Secondly. After you input a number, it will convert to string, its by default, right? But int() function cannot convert a string with a float number, if you input a float number. Say if you input 2.2. it should be a float, but under this command line inputValue = int(input('please input a int:')), its still a string and get another error 'invalid literal for int() with base 10' which is not what we discuss.
Therefore, Delete this example, and change to another. Hope those explanations can help you better understand this.

from python-for-data-and-media-communication-gitbook.

ChicoXYC avatar ChicoXYC commented on August 30, 2024

@hupili OK, I will pay more attention.

from python-for-data-and-media-communication-gitbook.

kaiwenxu94 avatar kaiwenxu94 commented on August 30, 2024

@ChicoXYC I get your point, many thanks!

from python-for-data-and-media-communication-gitbook.

Related Issues (20)

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.