EUNO.NEWS EUNO.NEWS
  • All (20543) +144
  • AI (3117) +9
  • DevOps (914) +5
  • Software (10652) +105
  • IT (5812) +25
  • Education (48)
  • Notice
  • All (20543) +144
    • AI (3117) +9
    • DevOps (914) +5
    • Software (10652) +105
    • IT (5812) +25
    • Education (48)
  • Notice
  • All (20543) +144
  • AI (3117) +9
  • DevOps (914) +5
  • Software (10652) +105
  • IT (5812) +25
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 1周前 · software

    乔·曼库索逝世,Masonite(Python Web 框架)作者

    请提供您希望翻译的具体摘录或摘要文本,我才能为您进行简体中文翻译。

    #Masonite #Python #web framework #Joe Mancuso #open source
  • 2周前 · software

    Python 文件处理精通:摆脱常见陷阱,使用 Pathlib 与 Context Managers

    引言 文件处理 bug 往往难以捉摸——它们通常不会导致程序崩溃,却会悄悄地损坏数据或泄漏资源。这些问题在……

    #python #file-handling #pathlib #context-managers #io #best-practices #debugging
  • 2周前 · software

    问题 8:统计元音

    大家好!👋 今天我们来解决一个字符串操作问题:Counting Vowels。目标是编写一个函数,统计给定字符串中元音的数量……

    #python #string-manipulation #vowels #algorithm #coding-challenge
  • 2周前 · software

    Python 推导式是声明式的(以及这为何重要)

    两种在列表中对每个数字求平方的 Python 方法 **Version A** ```python squares = [] for num in numbers: squares.append(num ** 2) ``` **Version B** ```python squares = [num ** 2 for num in numbers] ```

    #python #list-comprehensions #declarative-programming #imperative-vs-declarative #code-style #best-practices
  • 2周前 · software

    使用 Pyxel 入门 2D 游戏(第 2 部分):创建游戏屏幕

    创建游戏屏幕 在本章中,我们使用 Pyxel 创建一个基本的游戏屏幕。首先,创建一个工作文件夹并添加一个名为 main.py 的文件。你的文件夹…

    #pyxel #python #game-development #2d-games #tutorial #game-screen #programming
  • 2周前 · software

    使用 Pyxel 开始 2D 游戏(第 1 部分):简介

    我们将要构建什么?首先,让我介绍一下你将在本书中构建的游戏。小行星毁灭游戏 在本书中,我们将创建一个简单的 Aster…

    #Pyxel #Python #game development #2D games #tutorial #asteroid game #programming
  • 2周前 · software

    沙箱化不可信 Python

    文章 URL: https://gist.github.com/mavdol/2c68acb408686f1e038bf89e5705b28c 评论 URL: https://news.ycombinator.com/item?id=46500510 得分: 11 评论数: 1

    #python #sandboxing #security #code isolation #untrusted code #execution environment
  • 2周前 · software

    我如何构建自己的 Python 全栈面试准备资源(并且你可以免费使用它们!)

    每个新人都会遇到的问题 几个月前,我正处于你们现在的相同境况。47,000 条结果。🫠 某天凌晨 2 点,我在 Mag 的驱动下……

    #python #full-stack #interview-prep #django #react #sql #github #open-source #ai-ml fundamentals #interactive dashboards
  • 2周前 · software

    🎲 构建 DiceForge:使用 Python 与 Tkinter 的现代掷骰模拟器

    !骰子滚动模拟器https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.ama...

    #python #tkinter #gui #desktop-application #dice-roller #ttk #sv_ttk #tutorial
  • 2周前 · software

    Python 循环的 else:你未使用的特性

    规则:else 块仅在循环完整执行且未遇到 break 时运行。python while 条件:if found_target: break 继续搜索 else: 这…

    #python #loops #else clause #control flow #programming
  • 2周前 · software

    在 Fastapi 中使用 Logger 模块进行基础日志记录

    当应用程序在生产环境中崩溃时,应用程序在生产环境中崩溃,用户不知道接下来该怎么办。我去年在一个项目中经历了这种情况。

    #fastapi #logging #python #error-handling #debugging #logger-module
  • 2周前 · software

    引入 django-axes 后测试出现问题

    背景 什么是 django-axes? django-axes 是一个 Django 包,用于监控登录尝试并根据身份验证设置锁定用户。它有助于 pre...

    #django #django-axes #testing #login #authentication #python #brute-force protection #unit tests

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026