EUNO.NEWS EUNO.NEWS
  • All (21181) +146
  • AI (3169) +10
  • DevOps (940) +5
  • Software (11185) +102
  • IT (5838) +28
  • Education (48)
  • Notice
  • All (21181) +146
    • AI (3169) +10
    • DevOps (940) +5
    • Software (11185) +102
    • IT (5838) +28
    • Education (48)
  • Notice
  • All (21181) +146
  • AI (3169) +10
  • DevOps (940) +5
  • Software (11185) +102
  • IT (5838) +28
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 3 weeks ago · software

    Python Logging: From print() to Production

    The Problem with print python printf'Processing user {user_id}' printf'Error: {e}' What's missing: - No timestamps - No log levels - No file output - Can't fil...

    #python #logging #debugging #print #production #best-practices #log-levels #timestamp
  • 3 weeks ago · software

    SQLite in Python: The Underrated Database for Side Projects

    'Stop spinning up Postgres for every project. SQLite might be all you need. Why SQLite? | Aspect | SQLite | Postgres | |

    #sqlite #python #databases #side-projects #mvp #tutorial
  • 3 weeks ago · software

    Getting Started with 2D Games Using Tkinter (Part 2): Creating the Game Screen

    'Creating the Game Screen In this article we will create the game screen using Tkinter’s Canvas.

    #Tkinter #Python #game development #2D games #Canvas #tutorial
  • 3 weeks ago · software

    That One Python List Bug That Wasted My Time 😅

    The Issue I recently ran into a weird Python bug while solving a problem that needed a 2‑D list. The code looked correct, but the output was completely wrong....

    #python #list #shallow-copy #list-comprehension #bug #programming #data-structures
  • 3 weeks ago · software

    Getting Started with 2D Games Using Tkinter (Part 1): What Are We Going to Build?

    !Cover image for Getting Started with 2D Games Using Tkinter Part 1: What Are We Going to Build?https://media2.dev.to/dynamic/image/width=1000,height=420,fit=co...

    #Tkinter #Python #2D game development #game programming #tutorial #beginner guide #GUI
  • 3 weeks ago · software

    X-ray: a Python library for finding bad redactions in PDF documents

    Article URL: https://github.com/freelawproject/x-ray Comments URL: https://news.ycombinator.com/item?id=46369923 Points: 53 Comments: 13...

    #python #pdf #redaction #open-source #library #document-processing #security
  • 3 weeks ago · software

    Awesome A2A libraries: A curated list of Agent-to-Agent Libraries and SDKs

    Overview I just published Awesome A2A Libraries, a curated GitHub list focused exclusively on code libraries that implement or support the Agent-to-Agent A2A p...

    #agent-to-agent #A2A #SDK #libraries #open-source #GitHub #Python #JavaScript #Go #Rust #C#
  • 3 weeks ago · software

    Shallow Copy vs Deep Copy in Python: An Interview-Oriented Explanation

    Introduction One of the most common Python interview questions sounds deceptively simple: “What’s the difference between shallow copy and deep copy in Python?”...

    #python #shallow-copy #deep-copy #interview-prep #copy-module #mutable-objects
  • 3 weeks ago · software

    Getting Started with Python (Part 10): Using Functions

    Using Functions In this article, you’ll learn about functions. By using functions, you can reuse specific processes and write cleaner, more maintainable code....

    #python #functions #programming #tutorial #def #code-example
  • 3 weeks ago · software

    Getting Started with Python (Part 9): Using Loops and Iteration

    Using Loops and Iteration In this article you’ll learn about loops, which allow you to repeat processing in Python. Using the for Statement By using a for stat...

    #python #loops #iteration #for-loop #range #programming-tutorial #beginner
  • 3 weeks ago · software

    Getting Started with Python (Part 8-2): Working with Multiple Data – Tuples, Sets, and Dictionaries

    Working with Multiple Data – Tuples, Sets, and Dictionaries Tuples Tuples are similar to lists but are immutable, meaning their values cannot be changed after...

    #python #tuples #sets #dictionaries #data-structures #programming-tutorial
  • 0 month ago · software

    Getting Started with Python (Part 7): Conditional Statements

    Using Conditional Statements in Python In this article, we’ll learn about conditional statements. By using conditional logic, you can control the flow of your...

    #python #conditional statements #if-else #boolean #programming tutorial

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026