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 中文
  • 2 weeks ago · software

    Python's else on Loops: The Feature You're Not Using

    The Rule The else block runs only if the loop completes without encountering a break. python while condition: if found_target: break keep searching else: This...

    #python #loops #else clause #control flow #programming
  • 2 weeks ago · software

    Basic Logging in Fastapi using Logger module

    When an Application Crashes in Production An application crashed in production and users weren’t sure what to do next. I experienced this last year on a projec...

    #fastapi #logging #python #error-handling #debugging #logger-module
  • 2 weeks ago · software

    Trouble with Test After Introducing django-axes

    Background What is django-axes? django-axes is a Django package that monitors login attempts and locks out users based on authentication settings. It helps pre...

    #django #django-axes #testing #login #authentication #python #brute-force protection #unit tests
  • 2 weeks ago · software

    collections Module Added to Standard Library Learning Path

    What's Inside I've just uploaded the collections module materials to my standardlib-datastruct repositoryhttps://github.com/hejhdiss/standardlib-datastruct. Th...

    #python #collections #data structures #standard library #exercises #learning resources
  • 2 weeks ago · software

    🚀 SnapConvert – A Fast, Lightweight Image Converter for Windows (EXE + Source Code)

    If you regularly work with images and need a simple, fast, and offline way to batch‑convert them, SnapConvert is a Windows‑friendly image converter designed for...

    #image conversion #batch processing #Windows #Python #open source #portable exe #SnapConvert
  • 2 weeks ago · software

    types Module Workbook Added to Standard Library Learning Path

    Overview I've completed and uploaded the types module workbook to my standardlib-datastruct repository. This workbook dives into Python's runtime object types...

    #python #types-module #cpython #runtime-objects #function-type #method-type #async-generator #coroutine #descriptor #programming-exercises
  • 2 weeks ago · software

    🍀 Beginner-Friendly Guide 'Four Divisors' – LeetCode 1390 (C++, Python, JavaScript)

    !Cover image for 🍀 Beginner-Friendly Guide 'Four Divisors' – LeetCode 1390 C++, Python, JavaScripthttps://media2.dev.to/dynamic/image/width=1000,height=420,fit...

    #leetcode #four-divisors #algorithm #c++ #python #javascript #competitive-programming #arrays #math
  • 2 weeks ago · software

    MyTorch – Minimalist autograd in 450 lines of Python

    Article URL: https://github.com/obround/mytorch Comments URL: https://news.ycombinator.com/item?id=46483776 Points: 25 Comments: 1...

    #autograd #Python #deep learning #neural networks #open-source #library #MyTorch
  • 2 weeks ago · software

    Day 4 of 100

    Random module Today I learned about the random module and its various use cases and functions. I skimmed through the Python documentation and experimented with...

    #python #random-module #lists #rock-paper-scissors #programming
  • 2 weeks ago · software

    Advice to become a Software Engineer

    Background Hello everyone! I hope you're all starting 2026 strong! Current Situation I have been working as a Salesforce Developer for the last three years. Ab...

    #software engineering #career advice #Python #bootcamps #self-taught
  • 2 weeks ago · software

    Building a Secure Password Manager

    Overview This project is a secure desktop password manager built using Python and Tkinter. It stores and manages credentials locally with strong encryption and...

    #python #password-manager #encryption #aes-256-gcm #tkinter #pbkdf2 #cryptography #security
  • 2 weeks ago · software

    I built a 'Peter Lynch' Stock Analyzer in Python (using yfinance)

    !Cover image for I built a “Peter Lynch” Stock Analyzer in Python using yfinancehttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto...

    #python #yfinance #stock-analysis #finance-automation #peter-lynch #data-analysis #investment-tools

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026