EUNO.NEWS EUNO.NEWS
  • All (20349) +286
  • AI (3104) +14
  • DevOps (907) +7
  • Software (10509) +190
  • IT (5781) +75
  • Education (48)
  • Notice
  • All (20349) +286
    • AI (3104) +14
    • DevOps (907) +7
    • Software (10509) +190
    • IT (5781) +75
    • Education (48)
  • Notice
  • All (20349) +286
  • AI (3104) +14
  • DevOps (907) +7
  • Software (10509) +190
  • IT (5781) +75
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 1周前 · software

    Python 字典视图是实时的(可能会导致你的代码出错)

    快速测验 python d = {'a': 1, 'b': 2} keys = d.keys print(keys) d['c'] = 3 print(keys) 如果你期待: dict_keys('a', 'b') dict_keys('a', 'b') 那你错了。实际情况是……

    #python #dictionary #dict-views #iteration #mutable-data-structures #programming-bugs #memory-efficiency
  • 2周前 · software

    社区市场价格记录器(第1天,30天Python)

    简介:我的 30 天 Python 挑战第 1 天——一个小型 CLI,用于记录尼日利亚社区市场价格,使用奈拉符号 ₦ 打印价格,并显示差异 f...

    #python #cli #market-price #nigeria #naira #30-days-of-python #f-strings #dictionary #input-handling
  • 1个月前 · software

    记录我的学习之旅第27天

    我今天学到的 - 如何使用 dict 构造函数和大括号 {} 定义字典。 - 如何使用 .get 方法访问字典中的元素……

    #python #dictionary #data-structures #learning-journal #programming-basics
  • 1个月前 · software

    第12天:Python 编程

    第1部分:LIST – 高级概念 List Comprehension - With condition Nested List Comprehension List Slicing 重要的 List 方法 示例:python 示例...

    #python #collections #list-comprehension #tuple-unpacking #set-operations #dictionary #interview-prep #data-structures
EUNO.NEWS
RSS GitHub © 2026