Programming
Programming is the process of designing and building an executable computer program to accomplish a specific computing result. It involves tasks such as analysis, generating algorithms, profiling algorithms’ accuracy and resource consumption, and the implementation of algorithms in a chosen programming language (coding). The field of programming spans many languages and technologies, forming the backbone of software development and information technology.
- GitHub: https://github.com/topics/programming
- Wikipedia: https://en.wikipedia.org/wiki/Computer_programming
- Created by: Programmers
- Related Topics: coding, software-development, algorithms, data-structures, computer-science,
- Aliases: software-programming,
- Last updated: 2026-06-25 00:20:53 UTC
- JSON Representation
https://github.com/labex-labs/basic-django
Quick Start with Django | This repo collects 7 of programming labs exercises for Quick Start with Django. This tutorial is a hands-on adaptation of the official Django beginner's example. It will help you quickly get started with Django using LabEx VM.
challenges course django exercises hands-on labex labs playgroud programming
Last synced: 30 Mar 2025
https://github.com/aishikmukherjee/blackjack-cards-game-in-python
Developer/Creator: Aishik Mukherjee
blackjack-game blackjack-python card-game cards code development final-year-project game-development game-in-python learn-to-code learning oops-in-python programming programming-in-python programming-languages project python python3 ready-to-use solo-project
Last synced: 09 Apr 2025
https://github.com/amtoine/project-euler
Some of my attempts at the online Project Euler.
Last synced: 16 Mar 2025
https://github.com/apolinario0x21/datastructure
data-sctructures java programming
Last synced: 25 Mar 2025
https://github.com/bilgehangecici/c-assignments
Includes some recursion, some OOP with structs and a little bit Data Structures.
Last synced: 30 Mar 2025
https://github.com/hey-its-d2t2/csharp_basic_programs
Some Basic C# learning programs....
basic-programming csharp learn-to-code learning-by-doing programming
Last synced: 16 Jun 2026
https://github.com/edandresvan/practice-book-brenden-matthews-rust-design-patterns
Practical exercises from the book «Rust Design Patterns» by Brenden Matthews (Manning).
practice programming programming-practice rust rustlang
Last synced: 03 Jan 2026
https://github.com/vitormimaki/fortuna_board
Fortuna Board
access programming visual-basic-net
Last synced: 28 Feb 2026
https://github.com/hazrat-ali9/software-development-by-microsoft
🚢 Microsoft’s software development ✈ principles tools and 🚁 technologies Perfect for 🛸 developers aiming to 🚀 learn build and scale 🛼 world-class software 🚞 NET C# Azure Visual Studio 🚒 and DevOps best 🏟 practices Includes project 🏟 templates clean architecture 🏘 patterns CI/CD workflows Guides 🕍 on Agile development testing debugging
dart javascript microsoft programming python react software-development software-engineering software-testing zip
Last synced: 16 Apr 2026
https://github.com/labex-labs/monitoring-and-logging-for-devops
Master the essentials of monitoring and logging in DevOps environments. This comprehensive course covers Prometheus for metrics collection, Grafana for visualization, and Loki for log aggregation. Through hands-on labs, you'll learn to set up monitoring infrastructure, configure exporters, create dashboards, write alerting rules, and analyze sys...
alerting course devops exporters grafana hands-on hands-on-labs infrastructure labex labs log-aggregation logging loki metrics monitoring observability programming prometheus system-analysis visualization
Last synced: 14 Feb 2026
https://github.com/open-nudge/.github
Strategy, programming guidelines, upcoming projects and more!
communication docs documents github-actions guidelines information pre-commit programming python strategy yaml
Last synced: 07 May 2026
https://github.com/vaibhavmojidra/python---demo-working-with-directories
Python OS module provides a portable way of using operating system dependent functionality. If you just want to read or write a file see open(), if you want to manipulate paths, see the os.path module, and if you want to read all the lines in all the files on the command line see the fileinput module
coding mojidra os programming python python-os python2 python3 vaibhav vaibhav-mojidra vaibhavmojidra working-with-directories
Last synced: 14 Feb 2026
https://github.com/janina280/object_oriented_programming
In this repository, there are several projects uploaded that were implemented in C++ using object-oriented programming (OOP) principles.
Last synced: 17 Jun 2026
https://github.com/tanerius/graphics
This repository is about computer graphics
computer-graphics graphics matrix matrix-computations programming
Last synced: 04 Feb 2026
https://github.com/diveshthapa/books_notes
IT programming books and notes
bca bcsit be bit books computer engineering it notes programming science software
Last synced: 23 Feb 2026
https://github.com/labex-labs/wireshark-for-beginners
In this course, you will learn how to use Wireshark to capture and analyze network traffic. You will learn how to install Wireshark, capture packets, and analyze them. You will also learn how to use Wireshark to troubleshoot network issues, analyze network traffic, and secure your network.
beginner-guide course cybersecurity cybersecurity-education cybersecurity-tools hands-on labex labs network-analysis network-monitoring network-protocols network-security network-troubleshooting packet-capture programming protocol-decoding security-analysis tcp-ip traffic-analysis wireshark-tutorials
Last synced: 16 Feb 2026
https://github.com/0hmx/voxelengineforcreativity
Craft Voxel is a voxel generated aimed at creative programming! it helps create string connection of visual world and the code
creative programming react threejs voxel
Last synced: 07 May 2026
https://github.com/m-ah07/to-do-list-app
A simple Python-based command-line tool for managing tasks. It allows users to add, view, update, and delete tasks while storing task data in a local file.
coding opensource productivity programming python taskmanagement todoapp
Last synced: 16 Feb 2026
https://github.com/ite-2022-pwr/ite-is-semestr-1
Semestr 1, studia inżynierskie: Podstawy programowania
programming studia university university-project
Last synced: 19 Mar 2026
https://github.com/majikmate/module-ts
Basic programming course for imperative programming in TypeScript
learning learning-by-doing programming typescript
Last synced: 01 Mar 2026
https://github.com/didogrigorov/hackerrank-python
A collection of Python solutions to HackerRank problems, organized by difficulty (Easy, Medium, Hard) and category (Algorithms, Data Structures, Mathematics). Ideal for learning, practicing, and mastering Python programming and problem-solving skills.
algorithms-and-data-structures coding-challenge coding-challenges coding-interviews data-structures hackerrank hackerrank-solutions problem-solving problem-solving-algorithms problemsolving programming python-3 python3
Last synced: 02 Sep 2025
https://github.com/amaterazu7/automatizacionalarmaluces
Collage arduino example
alarm alarm-system arduino collage home-automation programming project
Last synced: 17 Jun 2026
https://github.com/filiprokita/quadratic-equation-solver
This program is a quadratic equation solver that calculates the roots of a quadratic equation with given coefficients. The user is prompted to input the values of 'a', 'b', and 'c' and then the program solves the equation and displays the roots. If the value of delta is negative, the program displays an error.
algorithm computer-science console-application cpp equation-solver math math-solver numerical-methods programming quadratic-equation quadratic-equation-solver roots
Last synced: 24 Mar 2025
https://github.com/alchermd/learncs
Tutorial services where I teach computer science related stuff.
Last synced: 27 Mar 2026
https://github.com/someiro/mvrc
Modern Vim Configuration
chatgpt dark-theme editor git-integration productivity programming vim vim9 vimrc
Last synced: 03 Mar 2026
https://github.com/iamtalhaasghar/programming-fundamentals-in-cpp
This repository contains all the lab tasks done by me in my very first programming course i learned in my university.
beginner-friendly cpp fundamentals-of-programming programming
Last synced: 19 May 2026
https://github.com/dfdffdfdff8134/abap-9em
🔍 Streamline your ABAP development with abap-9em, a tool that enhances efficiency and supports best coding practices in enterprise software.
abap abap-development application-development automation business-logic code-quality customizations data-integration enterprise-software performance-optimization programming reporting sap system-integration user-interface workflow-automation
Last synced: 02 Jun 2026
https://github.com/siddheshkukade/url-shortner-react-bitly
Simple Bit.ly clone created using React JS and Bit.ly API
bitly-api programming reactjs url-shortener
Last synced: 16 Apr 2026
https://github.com/sabberrahman/ai-image-generator
AI image generator application using openAI api
ai javascript programming project react webdevelopment
Last synced: 08 May 2026
https://github.com/labex-labs/supervised-learning-regression
Supervised Learning: Regression | This repo collects 7 of programming labs exercises for Supervised Learning: Regression. Supervised learning. If you are hearing or reading this term for the first time, then it may be completely unclear what it means. Don't worry. In this lab, you will get a comp...
challenges course exercises hands-on labex labs machine-learning playgroud programming scikit-learn
Last synced: 08 May 2026
https://github.com/omiq17/notepad
Some important notes during my learning of new technologies
coding notes programming technologies
Last synced: 12 Feb 2026
https://github.com/n0ksa/projektnizadatakfx
A platform enabling math clubs to organize mathematical competitions, maintain records of results, and collaborate on math projects. This project, serving as a CRUD application, is developed for a university class to learn all the key concepts of programming in Java.
java javafx-desktop-apps programming
Last synced: 01 Apr 2026
https://github.com/iammisbahali/custom-functionalities
cms programming shopify wordpress
Last synced: 31 Mar 2025
https://github.com/pranjalco/hirst-painting-intermediate
This project involves creating a Hirst painting using extracted colors from an image file (`image.jpg`). The program uses the `colorgram` library to extract 30 colors and then utilizes those colors to create a 10x10 grid of colorful dots resembling a Hirst painting.
colorgram creative-programming gui-based hirst-painting intermediate programming python turtle-graphics
Last synced: 30 Mar 2025
https://github.com/pranjalco/workout-tracking-using-google-sheets
This project leverages the **Nutritionix API** and **Sheety API** to track your workouts. Users can enter their workout details in natural language (e.g., "Ran 3 miles"), Uses the **Nutritionix API** to understand the exercise and calculate additional details like duration and calories burned.
api-integration automation fitness google-sheets health-tracking http-requests intermediate json-parsing programming python
Last synced: 30 Mar 2025
https://github.com/mingderwang/my-bun-elysia-with-test
template for learning bun and test with bun.
bun elysia programming testing
Last synced: 09 May 2026
https://github.com/lonaryx/lingolinc
LingoLink — это быстрый языковой переводчик, который легко разрешает языковые барьеры! 🚀
css eel eel-python google html programming python python-3 python-app python-script python3 translate translation uk ukraine web website windows
Last synced: 09 May 2026
https://github.com/rkstudio585/temperature-converter-python
A simple Python script that converts temperatures between Celsius and Fahrenheit. It provides a user-friendly command-line interface to input and convert temperatures, displaying results clearly. Ideal for quick conversions and learning basic Python programming concepts.
conversater program programming python python3 rk rk-studio temperature temperature-converter-python
Last synced: 10 Oct 2025
https://github.com/yigitoo/posidonia
A research project about Posidonia Oceanica
ai api automated computer-vision cross-platform desktop-app ecosystem embedded-systems erb-template gin-gonic golang java machine-learning posidonia-oceanica programming pywebview ruby saving-world sinatra webview
Last synced: 17 Apr 2026
https://github.com/simpsonresearch/apc9-10
Learn Databases in Week 9 and 10 of my Advanced Programming Club
learn programming python sql sqlite
Last synced: 17 Apr 2026
https://github.com/lyy289065406/beauty-eye
swing 仿 Mac 外观风格构件
beauty-eye java programming ui
Last synced: 04 Apr 2026
https://github.com/davbauer/davbauer.github.io
Peronsal GitHub pages blog
article blog deep issues programming solutions
Last synced: 09 May 2026
https://github.com/hamedfathi/hamedfathi
My programming skills.
angular blogging csharp dotnet javascript personal-website programming typescript
Last synced: 04 Apr 2026
https://github.com/woolseyworkshop/article-driving-a-dc-motor-with-an-arduino
Driving A DC Motor With An Arduino Article Resources
arduino cpp drv8833 electronics kicad linux macos motor motor-driver programming windows
Last synced: 04 Apr 2026
https://github.com/sundanc/weatherprediction
This project implements a weather prediction system that predicts the temperature based on real-time weather data, including features like humidity, wind speed, and day-related features (day of the week, month
machine-learning machinelearning numpy pandas programming python scikit-learn scikitlearn-machine-learning weather-prediction
Last synced: 18 Apr 2026
https://github.com/abdullah-sheikh/flutter-advancetopics
android dart flutter intellij-idea programming
Last synced: 18 Apr 2026
https://github.com/simpsonresearch/apc0
Introduction to my Advanced Programming Club
go learn programming python rust
Last synced: 06 May 2026
https://github.com/realvishalrana/open-source-path-finder
Open Source Path Finder is a tool to discover open-source projects tailored to your skills and interests. Whether you're a beginner looking for your first contribution or an experienced developer exploring new domains, this tool helps you find projects based on search queries, tags, programming languages, and difficulty levels.
beginner-friendly collaboration developer-tools github-api hacktoberfest javascript nextjs open-source open-source-contributions programming repository-finder tailwindcss typescript
Last synced: 18 Apr 2026
https://github.com/pduartesilva2005/hairday
Aplicação WEB para agendamento para corte de cabelo
babel css frontend fullstack html javascript programming webpack
Last synced: 11 Apr 2026
https://github.com/acetinkaya/pylabmind
İstanbul Gelişim Üniversitesi (İGÜ) "PyLabMind" takımının çalışmalarının tanıtım sayfasıdır.
algorithms artificial-intelligence programming project python3
Last synced: 03 Sep 2025
https://github.com/pedro-estevao/data-structures
Implementations in C++ of algorithms and data structures developed in the Data Structures course at Centro Universitário Barão de Mauá. Includes lists, stacks, queues, trees, graphs, hash tables, and sorting and searching algorithms.
academic-project algorithms algorithms-and-data-structures baraodemaua c computer-science cplusplus cpp data-structures graphs hash-table lists programming queues searching-algorithms stacks tree trees
Last synced: 08 Apr 2025
https://github.com/an4pdm/plataforma-de-gerenciamento-escolar-intuitivo-com-crud
Projeto Full-stack com integração entre Python e MySQL, permitindo o gerenciamento de dados de um sistema escolar com uma GUI simplificada.
automation coding database development full-stack gui programming project-repository python python3 simple-gui sql
Last synced: 20 Apr 2026
https://github.com/ck3g/100daysofswiftui
100 Days of SwiftUI challenge
challenge ios-swift mobile-development programming software-development swift swiftui
Last synced: 20 Apr 2026
https://github.com/zoni123/cproc
Process manager for Linux written in C.
c c-programming c-programming-language linux process-manager programming task-manager terminal-based
Last synced: 20 Apr 2026
https://github.com/ln6000/lidar-unity
A lidar scanner code and setup using particles in unity 6 - feel free on to tell me how I can make my code better
csharp game game-development horror lidar particles point-cloud programming unity3d unity6
Last synced: 21 Apr 2026
https://github.com/coatless-textbooks/c4ds
Computing for Data Science is a work in progress tutorial book being made for STATS 290 at Stanford University
programming r statistics textbook
Last synced: 21 Apr 2026
https://github.com/autoplantbali/esp32_bluetooth_flasher
Upload Program Arduino Wireless Bluetooth
arduino arduino-tool bluetooth-arduino esp32 flasher programmer programming
Last synced: 22 Apr 2026
https://github.com/wadaboa/quoridor
Implementation of the board game, made for software programming class at UNIFI
ai board-game java programming quoridor unifi
Last synced: 28 Dec 2025
https://github.com/michalspano/compsci
CompSci – a personal *dump* of everything related and possibly non-related.
compsci computer informatika learn maturita programming science
Last synced: 24 Apr 2026
https://github.com/sourceduty/battery_management
🔋 Develop and simulate battery management systems to optimize performance.
ai artificial-intelligence batteries battery battery-management battery-management-system battery-tool chatgpt custom-gpt customgpt development electronic gpt gpts openai programming
Last synced: 31 Mar 2025
https://github.com/abhishekmishragithub/gitbook-notes
Random notes
notes programming python system-design
Last synced: 19 Nov 2025
https://github.com/affancoder/python_codes
PHYTON Codes | My Favourtie Langauge
coding coding-challenge programming python python-project
Last synced: 23 Mar 2025
https://github.com/jrhrmsll/k8s-client-go
Programming Kubernetes examples
client-go golang kubernetes kubernetes-api programming
Last synced: 25 Apr 2026
https://github.com/ruokokoski/cs-a1110
Aalto University - CS-A1110 Ohjelmointi 1
Last synced: 07 Jun 2026
https://github.com/umaarov/file-path-inserter
Automatically inserts file paths as comments at the top of your code files. Supports multiple file types and integrates with VSCode.
automation file-management nodejs opensource programming vscode
Last synced: 26 Apr 2026
https://github.com/titchwotlakosta779/roblox-krampus
Roblox Krampus Executor: The ultimate Roblox Executor, offering top script performance and a user-friendly dashboard for seamless gaming and scripting.
automation code development game github lua open-source programming project repository roblox roblox-scriptify script scripting
Last synced: 27 Apr 2026
https://github.com/m1chtv/mich-code-quest
interactive web application that helps users improve their programming skills
challenge javascript javascript-game js programming quests
Last synced: 23 Mar 2025
https://github.com/khaleelmuhd1998/programmingpractises
My coding practise history.
algorithms coding data-structures programming
Last synced: 08 Apr 2025
https://github.com/mituskillologies/pcp-python-dec22
Python Training Session at Pimpri Chinchwad Polytechnic, Pune
class data-structures decision-making functions looping objects programming python python3
Last synced: 08 Jun 2026
https://github.com/kemtan/itnc
Informatics & Creation (ITNC) extracurricular repository
arduino cpp esp32 esp8266 programming python robotics
Last synced: 12 Apr 2026
https://github.com/niihaoru/website
Web-site about software development in Petropavlovsk-Kamchatskiy
consulting crm database devops engineering management programming raspberrypi sql stm32 web-site
Last synced: 20 Jun 2026
https://github.com/amaljosea/patterns
Collection of pattern programming questions
Last synced: 28 Apr 2026
https://github.com/ahmed-maher77/mansoura-stories__blog-app
A full-stack and responsive blog app focused on programming, technology, and computer science. Users can create posts, view articles, interact with content dynamically, and manage content through a personalized dashboard while enjoying a seamless experience.
accessibility blogapp firebase fullstack javascript performance programming responsive-design seo techblog web-application web-development website
Last synced: 29 Apr 2026
https://github.com/nicorb28/ruby_game_of_life
Ruby Game of Life
game game-of-life game-of-life-ruby gosu gosu-gem programming rspec ruby tdd test-driven-development
Last synced: 29 Apr 2026
https://github.com/nrastija/TestoBus
Sadržaj kolegija Programsko inženjerstvo na 2. godini PDS IPS
analytics csharp design programming project-planning uml visual-studio
Last synced: 16 May 2025
https://github.com/viddesh1/basic_pro_lang
Learning how programming language Basic can be created using python language
Last synced: 10 Jun 2026
https://github.com/jondolf/website
My personal website https://joonaa.dev where I share my projects and write blog posts about whatever I'm interested in or working on.
astro blog programming science website
Last synced: 29 Apr 2026
https://github.com/ubaidsk/myrust.dev
🦀 Practical FAQ guide for Python & C++ developers learning Rust. AI-generated content with community improvements. Direct answers, code comparisons, no fluff.
ai beginners beginners-guide faq jupyter-book learning memory-safety programming python rust rust-lang systems-programming tutorial
Last synced: 29 Apr 2026
https://github.com/milesrack/gitproj
GitProj is a command-line utility designed to automate creating new GitHub repositories.
automation bash bash-scripting command-line development git github github-api programming scripts
Last synced: 29 Apr 2026
https://github.com/snjlee58/computerprogramming-snu2021
[Assignment Source Codes & Scores] SNU CSE M1522.000600 Computer Programming (컴퓨터프로그래밍) by Prof. Young Ki Lee (이영기 교수님) in 2021 Fall Semester.
assignment computer cplusplus cse java programming snu solution
Last synced: 29 Apr 2026
https://github.com/carloshenriquefs/python---exercises
:gear: - Exercises
linguagem-python logica-de-programacao logical-programming programacao programacion programming python
Last synced: 11 Jun 2026
https://github.com/nelo-cmd/spend-er
An expense tracking app build with React.js,.
beginner-friendly beginner-project css front-end frontend javascript programming project react reactjs
Last synced: 29 Apr 2026
https://github.com/dedo-finger2/home-stock-api
Manage your house items with ease.
api-rest dashboard hibernate home-assistant inventory-management java jpa management programming spring-boot table web
Last synced: 29 Apr 2026
https://github.com/evernext10/experiment-to-simulate-the-gameplay-of-the-baloto-
This experiment is to achieve a number of numbers that would throw me the Baloto according to the data you enter to play.
baloto c file-manager logical-operators programming
Last synced: 11 Jun 2026
https://github.com/bimalrajgyawali/java
This repository contains Java Programs.
Last synced: 15 Jul 2025
https://github.com/zarkoscypher/john-zelle-python-programing-answers-4th-edition
This is a Place Where I put all my code for the John Zelle 4th edition Programing answers. just an FYI I have programed with python maybe 7 years ago so i may use certan functions that have not been talked about in the chapter. Also i am doing this for college so i will leave notes for ones i got wrong, and maybe one day in the future fix them.
answers johnzelle programming pyhton
Last synced: 18 Jan 2026
https://github.com/tanzeelafatima492/for-loop
coding cplus cpp forloop programming
Last synced: 22 Jun 2026
https://github.com/beyondsimulations/programming-everyday-decisions
This repository contains the lectures and tutorials of the course: Programming - Everyday Decision-Making Algorithms
Last synced: 30 Apr 2026
https://github.com/stynw7/algorithm_and_programming
Provides programs of Basic Algorithm and Programming using C / C++ Language
algorithm c competitive-programming cpp logic-programming programming
Last synced: 14 May 2026
https://github.com/jhwa426/python
Python, Data Structures, Algorithms
algorithms binary-search binary-search-tree data-structures heap programming python queue recursion sorting stack
Last synced: 02 Sep 2025
https://github.com/rajtilak-2020/3d_renderer
A simple yet powerful 3D rendering program written in Java using Swing. Rotate 3D objects interactively with sliders to control horizontal and vertical angles, and experience dynamic rendering with smooth real-time updates.
3d java programming programming-logic project
Last synced: 01 May 2026