EUNO.NEWS EUNO.NEWS
  • All (20931) +237
  • AI (3154) +13
  • DevOps (932) +6
  • Software (11018) +167
  • IT (5778) +50
  • Education (48)
  • Notice
  • All (20931) +237
    • AI (3154) +13
    • DevOps (932) +6
    • Software (11018) +167
    • IT (5778) +50
    • Education (48)
  • Notice
  • All (20931) +237
  • AI (3154) +13
  • DevOps (932) +6
  • Software (11018) +167
  • IT (5778) +50
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 2 days ago · software

    New scripting language

    Overview I'm currently working on a scripting language that aims to “make developers' lives a little sweeter”. It's called Amai, runs on a bytecode VM, and is...

    #scripting language #Amai #bytecode VM #static typing #language design #programming language #loops #if-else #expressions
  • 6 days ago · software

    A Mnemonic That Finally Makes for…in vs for…of Stick

    Intro There are many articles out there explaining the difference between for...in and for...of. I won't get into that here. Instead, this is a simple article...

    #JavaScript #for...in #for...of #loops #iteration #mnemonic
  • 1 week ago · software

    Day 11: Understanding `break` and `continue` Statements in Java

    What are break and continue? In Java, break and continue are loop‑control statements that alter the normal flow of loops for, while, do‑while and switch blocks...

    #java #break statement #continue statement #loops #control flow #programming tutorial
  • 1 week ago · software

    Day 7 of 100

    Today I started off with writing algorithms. I thought of some simple game ideas and broke those down into algorithms, first sketching them on paper before swit...

    #hangman #algorithm #loops #game-development #programming-project
  • 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

    My Simple Tic-Tac-Toe Game

    As part of Codecademy's portfolio project series, I built an interactive Tic‑Tac‑Toe game that runs entirely in the terminal. This was my first complete Python...

    #python #tic-tac-toe #terminal-game #loops #functions #lists #conditionals #user-input #beginner-project #codecademy
  • 2 weeks ago · software

    Ruby 제어문 - 조건문과 반복문

    조건문 ruby s1 = 'Jonathan' s2 = 'Jonathan' s3 = s1 if s1 == s2 puts 'Both Strings have identical content' else puts 'Both Strings do not have identical content'...

    #ruby #control flow #conditionals #loops #programming #syntax
  • 3 weeks ago · software

    Intro to Python core, Epam Data Software Engineering training

    !Cover image for Intro to Python core, Epam Data Software Engineering traininghttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,f...

    #python #tutorial #epic-data-software-engineering #programming-basics #pycharm #git #gitlab #installation #data-types #loops
  • 3 weeks ago · software

    Python by Structure: List Comprehensions and the 'Single Action'

    'Timothy’s “Assembly Line” Code

    #python #list-comprehensions #loops #code-readability #programming #software-development
  • 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
  • 1 month ago · software

    C# Loops — From `for` and `foreach` to CPU Pipelines and LLM‑Ready Code

    markdown !C Loops — From for and foreach to CPU Pipelines and LLM‑Ready Codehttps://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=a...

    #c# #loops #for #foreach #performance #cpu pipelines #code optimization #llm‑ready code #.net
  • 1 month ago · software

    Swift #10: Bucles

    while while valida una condición y ejecuta un bloque de código hasta que la condición se vuelva false. swift var counter = 0 while counter in { ... }. swift le...

    #Swift #loops #while #repeat-while #for-in #programming tutorial #code examples

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026