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 中文
  • 1 month ago · software

    Day 58: Python Run-Length Encoding (RLE) – Compress Strings Like a Pro with This Ultra-Simple O(n) Trick

    Introduction Welcome to Day 58 of the 80DaysOfChallenges journey! This intermediate challenge implements Run-Length Encoding RLE, the classic compression techn...

    #python #run-length-encoding #compression #algorithm #O(n) time #data-structures
  • 1 month ago · software

    What *Exactly* Is a Function in Python? (And Why Devs Love Them!)

    What Is a Function in Python? If you’ve been coding in Python for even a week, you’ve probably heard the term function repeatedly. A function in Python is a re...

    #python #functions #programming #code reuse #software development
  • 1 month ago · software

    PyCrucible - python embedder written in rust

    !Cover image for PyCrucible - python embedder written in rusthttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%...

    #python #rust #executable packaging #cross‑platform #pyinstaller alternative #uv #tooling #binary size
  • 1 month ago · software

    My first python app: TidyBit - a simple file manager

    Introduction I built my first Python app named TidyBit – a simple file organizer with a clean graphical user interface. It runs on both Windows and Linux platf...

    #python #desktop-app #gui #file-management #cross-platform #windows #linux #tobybit #file-organizer
  • 1 month ago · software

    Learning Slowly, Learning Consistently: My Approach to Coding

    Introduction I'm a slow learner. I can't rush through five tutorials a day or build huge projects overnight, and for a long time I thought that meant I wasn't...

    #coding #learning #slow learning #programming education #Python #SQL #Git #personal development
  • 1 month ago · software

    Python by Structure: Context Managers and the 'with' Statement

    The Problem with Manual File Handling Timothy was debugging a file‑processing script when Margaret noticed a “too many open files” error in the logs. python de...

    #python #context-managers #with-statement #file-handling #resource-management #try-finally
  • 1 month ago · software

    Contributing to Larger Open Source Project - Scrapy

    Background In the past three months I worked on several open‑source projects, including my own Repo Context Packager, Math Worksheet Generator, and Open Web Ca...

    #open source #Scrapy #Python #web crawling #web scraping #contributing #testing #continuous integration
  • 1 month ago · education

    I turned 49 Python and AI concepts into cartoon-style visuals to help myself learn faster

    Overview I turned 49 Python and AI concepts into cartoon‑style visuals to help myself learn faster. The collection covers Python basics, OpenAI API usage, and...

    #python #ai #visual learning #illustrations #learning resources
  • 1 month ago · software

    Building SkyMoment: A 4K Personalized Star Map Generator with Python, Skyfield and Astronomical Data

    Building SkyMoment: A 4K Personalized Star Map Generator with Python, Skyfield and Real Astronomical Data I recently shipped a small side project called SkyMome...

    #python #skyfield #astronomy #star-map #data-visualization #image-rendering #backend-automation #poster-generation #4k
  • 1 month ago · software

    How to Secure Your Python Project (A Practical Guide)

    bash Install xclip sudo apt install xclip -y Copy tutorial to clipboard cat /Eden/WEB/tutorial_python_security.md | xclip -selection clipboard echo '✅ Now copie...

    #python #security #secure-coding #project-setup #best-practices
  • 1 month ago · software

    Tired of old, clunky GUI libraries? Try PyUIkit 1.0.0 🚀

    Hey Python devs! 👋 I’m excited to share PyUIkit 1.0.0, a modern, web-style GUI framework for Python built on top of CustomTkinter. It brings Div-based layouts,...

    #Python #GUI #PyUIkit #CustomTkinter #desktop applications #layout system #UI components
  • 1 month ago · software

    Day 56: Python Fibonacci nth Term – Blazing Fast O(n) Iterative Solution with O(1) Space (No Recursion!)

    Overview Welcome to Day 56 of the 80DaysOfChallenges journey! This intermediate challenge presents the most efficient way to compute the n‑th Fibonacci number...

    #python #fibonacci #algorithm #iterative #O(n) time #O(1) space #coding challenge #performance

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026