240 发简信
IP属地:上海
  • Resize,w 360,h 240
    DL二手房价可视化分析

    可视化部分 背景 可视化使用了Pyecharts。Pyecharts来自百度开源的一个可视化JS工具:Echarts,是纯粹由国人开发的一个Ec...

  • Resize,w 360,h 240
    DL二手房价格pachong及可视化分析

    可视化部分 背景 可视化使用了Pyecharts。 Pyecharts来自百度开源的一个可视化JS工具:Echarts,是纯粹由国人开发的一个E...

  • 0.1+0.2 == 0.3

    2021-07-31 0.1+0.2 == 0.3运行结果:False 对于十进制,10的质因子有2和5 ,所以十进制中的1/2, 1/4, 1...

  • Resize,w 360,h 240
    打印100以内所有质数

    https://www.runoob.com/python3/python3-examples.html[https://www.runoob....

  • Resize,w 360,h 240
    2021-07-01

    列表地址邪魔问题 所以,对于列表,赋值给新列表,且不影响旧列表有两个方法,效果一样1, b = a.copy()2, b = a[:] 这涉及到...

  • Python Kata(kyu6 from codewars)

    Multiples of 3 or 5 If we list all the natural numbers below 10 that are...

  • Resize,w 360,h 240
    Python Kata(kyu7 from codewars)

    Vowel Count Description: Return the number (count) of vowels in the give...

  • Resize,w 360,h 240
    Python Kata(kyu 8 from codewars)

    1 [Summation](数字) Write a program that finds the summation of every numb...