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/vaibhavmojidra/python---demo-try-except-construct
To handle the exception, we have put the code, result = numerator/denominator inside the try block. Now when an exception occurs, the rest of the code inside the try block is skipped. The except block catches the exception and statements inside the except block are executed.
error-handling error-handling-python exception-handling-python mojidra programming python python2 python3 vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 14 Mar 2026
https://github.com/isaac-lal/learning-py
code learning programming py python
Last synced: 14 Jun 2025
https://github.com/nhsz/go-codewars
My solutions for Codewars' Katas using Go
algorithms codewars codewars-kata codewars-solutions codewars-training-exercise go golang programming
Last synced: 03 Apr 2025
https://github.com/exposedcat/monkey-code
Web-based Coding RPG | OPU Thesis
game godot godot-engine godot-engine-4 godot-script godot4 godotscript learn-programming programming rpg rpg-game typescript
Last synced: 21 May 2026
https://github.com/deeksha-dhawan/pizza-outlet-analysis-using-sql
This project analyzes pizza sales data to gain insights into customer behavior and revenue patterns. Key analyses include customer insights, popular pizza types and sizes, revenue generation, and order trends. The findings help optimize menu offerings, staffing, and marketing strategies to boost overall business performance.
coding-challenge data-analysis data-science microsoft my portfolio-project programming project projects sql sql-analysis sql-project sqlproject sqlserver
Last synced: 23 Mar 2025
https://github.com/nhsz/problem-solving-strategies
:zap: Quick tips and strategies to remember when you get stuck solving algorithms
algorithms problem-solving programming
Last synced: 03 Apr 2025
https://github.com/majsylw/python-3.x-examples
Some notes for python consultations in summer semester 2020/21
monte-carlo-methods programming programming-exercises python3 random regex sorting-methods strings-manipulation wust
Last synced: 26 Mar 2025
https://github.com/skylar-lorena/intro-to-programming
This is a basic restaurant landing page created to showcase various HTML elements, semantics, classes, and ids and how to style them using CSS for beginners.
beginners-guide css css-box-model html-css html5 introduction-to-css introduction-to-html5 introduction-to-programming programming
Last synced: 03 May 2025
https://github.com/woolseyworkshop/article-blink-making-an-led-blink-on-an-arduino-uno
Blink: Making An LED Blink On An Arduino Uno Article Resources
arduino beginner electronics linux macos programming windows
Last synced: 06 Apr 2026
https://github.com/itzdm/itzdm.github.io
This site is a tech blog website built with the Hugo static website engine. It provides articles on various programming topics, including tutorials, how-to guides, and technical discussions. The website is designed to be easy to navigate.
blog itzdm programming tech-news wave-delight
Last synced: 03 Jan 2026
https://github.com/zerumi/no8_280523_73637373
Lab #8, ITMO SE (var no 73637373)
Last synced: 28 Apr 2026
https://github.com/zerumi/no7_220423_863847963
Lab #7, ITMO SE (var no 863847963)
Last synced: 02 Apr 2025
https://github.com/sourceduty/hackathon
👨💻 Assistive online or in-person hackathon creator and guide.
ai artificial-intelligence bots chatbot chatgpt chatgpt-bot custom-gpt gpt gpts hack hack-challenge hackathon hackathon-tool hacked hacker hacker-contest hacker-tool hacking openai programming
Last synced: 29 Mar 2025
https://github.com/kaviarasan-r/pattern-programming-java
Java pattern program enhances the coding skill, logic, and looping concepts. It is mostly asked in Java interview to check the logic and thinking of the programmer. We can print a Java pattern program in different designs.
Last synced: 02 Apr 2025
https://github.com/zerumi/no4_291122_732842.24
Lab #4, ITMO SE (var no 732842.24)
Last synced: 02 Apr 2025
https://github.com/dowusubekoe-dev/learn-to-cloud
Documentation of my job oriented Cloud journey
cloud-computing cloud-engineer devops git linux networking programming tech
Last synced: 02 May 2026
https://github.com/khaleelmuhd1998/programmingpractises
My coding practise history.
algorithms coding data-structures programming
Last synced: 08 Apr 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/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/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/sakaen-orlando/seliware-executor
Seliware is a powerful and brand-new Roblox executor designed to take your scripting experience to the next level.
automation code collaborate community development execute github open-source programming project repository seliware-executor software tasks tool
Last synced: 13 Jun 2025
https://github.com/ashkan1997/cnc-programm
its a fully automated CNC program which use G-code as input and calculate all required actions to make the piece.
c cnc cnc-machine cnc-programming matlab mechatronics programming unitn
Last synced: 17 May 2026
https://github.com/thecodewithabhi/django-crud-app
A lightweight and well-structured CRUD (Create, Read, Update, Delete) application built with Django. This project demonstrates fundamental database operations using Django’s models, views, and templates, making it an excellent starting point for beginners exploring with django
crud django mvc mysql programming pyhon3 python python-app sqlite sqlite3 webapp
Last synced: 09 Apr 2026
https://github.com/aish-ika031/oopsconcepts
This Repository contains implementation of OOPS Concepts in Java.
Last synced: 09 Apr 2025
https://github.com/ireddragonicy/cb24153-closestpairofpoints
An advanced and comprehensive implementation of the Closest Pair of Points problem using the Divide and Conquer algorithm in computational geometry. This project provides an in-depth exploration of efficient algorithms for solving proximity problems in a two-dimensional plane, focusing on optimizing performance for large-scale datasets.
algorithm analysis closest-pair-of-points divide-and-conquer dnd optimize pair-programming programming python tutorial umpsa
Last synced: 02 Apr 2025
https://github.com/felinjob/python_programming_mooc_2024_pt01
Todos os exercícios do curso de introdução a programação da Universidade de Helsinki, Finlândia.
introduction-to-programming programming python
Last synced: 27 Mar 2025
https://github.com/alanrma/scala-dynamic-programming
Some Leetcode DP solutions in Scala made by me
dp dynamic dynamic-programming functional functional-programming programming scala
Last synced: 24 Mar 2025
https://github.com/jaredblumer/learn-data-analysis
A curated collection of resources for learning data science, statistics, machine learning, deep learning, programming, and automation.
automation data-science deep-learning machine-learning programming statistics
Last synced: 15 Jun 2025
https://github.com/dimonvor97paradox/seliware-executor
Seliware is a powerful and brand-new Roblox executor designed to take your scripting experience to the next level.
automation code collaborate community development execute github open-source programming project repository seliware-executor software tasks tool
Last synced: 31 Mar 2025
https://github.com/alerzendee/editorx-project
A rich-text editor.
editor editorconfig html-css-javascript javascript js lp programming programming-language rich-text-editor
Last synced: 08 Jul 2025
https://github.com/aamnah/ttc2030-basics-of-programming
Exercises for the course Basics of Programming [TTC2030-3043]
Last synced: 11 Jun 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/nikhilbhad12/html-and-css-projects
coding css html html5 programming sites web website
Last synced: 03 Apr 2025
https://github.com/mohammad-shamat/problemsolving
Algorithms And Problem Solving by Programming Advices
cpp problem-solving programming
Last synced: 02 Jul 2025
https://github.com/a9na/learn-python-programming-masterclass
Python extensive course by Tim Buchalka
algorithms programming python python3 tim-buchalka
Last synced: 15 May 2026
https://github.com/h4mbl3x/prog1_trabajo_teorico_2022_23
Trabajo Teórico de Fundamentos de la Programación 1 del curso 2022/23.
esi ingenieria-informatica java mastermind programacion programming uclm
Last synced: 09 Sep 2025
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/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/zhamppx97/exam-ref-70-483
Exam Ref 70-483 Programming in C#
csharp exam-ref-70-483 programming
Last synced: 09 Apr 2025
https://github.com/mzaini30/nyankodmagz
Download ebook nyankod magz di sini
ebook magz nyankod programming
Last synced: 06 Jan 2026
https://github.com/bryanpmx/weatherapp
A Flutter-based weather application that allows users to search for any city and get a 7-day weather forecast using the Open-Meteo API.
android-studio application dart flutter programming
Last synced: 12 Apr 2026
https://github.com/raphaelamonteiro/etec
Aqui estão algumas das atividades desenvolvidas durante os três módulos/semestres do curso técnico em Desenvolvimento de Sistemas
algorithms database programming webdevelopment
Last synced: 19 May 2026
https://github.com/antaripchatterjee/eztasks
A single threaded approach to implement task oriented programming in c
asynchronous asynchronous-programming c c99 parallel-programming parallelism programming single-threaded task task-group task-oriented task-queue task-queues
Last synced: 26 Jan 2026
https://github.com/aishikmukherjee/dsa-stacks-in-c
Developer/Creator: Aishik Mukherjee
c c-programming code coding cse data-structures dsa dsa-in-c intermediate learn learn-to-code programming programming-language ready-to-use stacks stacks-in-c top
Last synced: 08 Jul 2025
https://github.com/asjordi/codesignal-java-solutions
Soluciones para los ejercicios de app.codesignal.com
codesignal codesignal-arcade codesignal-solutions interview java learn-to-code programming solutions
Last synced: 24 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/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/aishikmukherjee/caesar-cipher-program-in-python
Developer/Creator: Aishik Mukherjee
caesar-cipher caesar-cipher-python code coding coding-challenge decryption easy encrypt encryption encryption-decryption-algorithms encryption-tool final-year-project learn-to-code programming programming-in-python project python python3 ready-to-use solo-project
Last synced: 15 Jul 2025
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: 30 Jun 2026
https://github.com/tutosrive/TA-FRONT1
Este es el frontend del proyecto "Transportadora Andina", en este repositorio cuyo nombre, será ficticio, fue un nombre tomado al azar para un proyecto Universitario.
api api-rest backend backend-api css frontend java javascript programming server webservice
Last synced: 28 Oct 2025
https://github.com/Dev2Forge/sqlazo
SQLAZO es un módulo el cual permite gestionar procedimientos básicos en una base de datos con sqlite3 en PYTHON
basesdedatos database modules opensource programming python python3 sql sqlite
Last synced: 28 Oct 2025
https://github.com/mrlogen/hangman
Hangman is a simple multiplayer game which has been created for the purpose of "Client/Server Applications in Java" course on Prague University of Economics and Business
game java javafx programming project university-course university-project
Last synced: 09 Jul 2025
https://github.com/janina280/java
In this repository, several projects developed in Java are uploaded, representing the initial steps in programming in this language.
Last synced: 03 Sep 2025
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/muhammadasif-cse/source
Welcome to the Programming Knowledge Repository. This repository is a comprehensive collection of reusable components, helpful commands, language guides, framework tutorials, best practices, algorithms, and data structures.
algorithms bestpractices datastructures knowledge muhammadasif-wd opensource programming repository tutorials
Last synced: 03 Apr 2025
https://github.com/hardikaz/snakeandladders
This is a Snake and Ladders game coded by me in JAVA language .For more information have a look at the README file
Last synced: 14 Jun 2026
https://github.com/uglow/uglow.github.io
My Blog
frontend-web javascript programming ui
Last synced: 11 Jan 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/yahboomtechnology/pico-sensor-kit
Yahboom Sensor Starter Kit Learning Kit for Raspberry Pi Pico 2 STEM DIY Projects Programming Kit
coding programming raspberry-pi-pico raspberrypi-pico2 sensor sensorkit
Last synced: 11 Jan 2026
https://github.com/programmer-rd-ai-archive/percolation
Percolation Simulator: Python program for liquid filtration analysis.
classes functions modules prettytable programming python python3
Last synced: 04 Oct 2025
https://github.com/nikhilbhadauria/html-and-css-projects
coding css html html5 programming sites web website
Last synced: 15 May 2026
https://github.com/arginanta/basic-go-programming
Kumpulan kode dasar pemrograman Golang, mulai dari variabel, tipe data, operator, hingga array, slice, dan map. Dibuat sebagai bagian dari perjalanan belajar dan referensi pribadi.
arrays basics beginner examples fundamentals go golang learning maps programming slices
Last synced: 09 Apr 2025
https://github.com/harshpreet931/the-ultimate-dsa-prep
The Ultimate Guide to Data Structures and Algorithms (DSA). A comprehensive, community-driven resource with clear explanations and code implementations in Python, Java, C++, and JavaScript. Perfect for learning, interview preparation, and mastering DSA concepts.
algorithm-challenges algorithms c-plus-plus coding-interviews computer-science cpp data-structures dsa education interview-preparation java javascript learn-to-code programming python
Last synced: 09 Apr 2026
https://github.com/mateogiuffra/curso-python
Repositorio de apuntes sobre curso de python de @midudev
dates ia logic-programming openai openai-api programming python regex
Last synced: 07 Jul 2025
https://github.com/than-dev/55-go-projects
It's a intensive go learning, doing 1 project by day through 55 days!
api go golang journey learning-by-doing programming webserver
Last synced: 11 Jun 2025
https://github.com/davekeehl/portfolio-2019
Repository of my 2019 portfolio
design frontend-web graphics portfolio portfolio-website programming ui-ux video-editing web-design
Last synced: 11 Jan 2026
https://github.com/srimani-programmer/codesignals
Solutions of CodeSignal Problems
algorithms-and-data-structures codesignals competitive-programming cpp programming python
Last synced: 03 Sep 2025
https://github.com/iamgauravkhanna/hands-on-java
Java related topics and examples
Last synced: 26 Mar 2025
https://github.com/00nevo/uebungen-exercises-in-cplusplus
What i read about C plus plus
anfanger beginner cplusplus programmieren programming
Last synced: 01 Apr 2025
https://github.com/rexapex/aetherlang
Aether compiler written in Haskell
aether functional-programming haskell programming programming-language
Last synced: 20 Mar 2025
https://github.com/ghivert/papers
All articles published both on Medium or on my blog!
articles functional-programming programming
Last synced: 20 Jan 2026
https://github.com/ramiresoliv/opencomputers
TP-BR Deseja aprender mais o lado de OpenComputers? como uma Bios para um Drone ou algo do tipo. Aqui àh tutoriais completinhos e mais venha conhecer ;)
bios drones lua minecraft opencomputers programming
Last synced: 01 Apr 2025
https://github.com/aishikmukherjee/structures-and-unions-in-c
Developer/Creator: Aishik Mukherjee
c c-programming cse data-structures easy educational learn learn-to-code programming ready-to-use structure structures structures-in-c top unioin unions unions-in-c
Last synced: 09 Apr 2025
https://github.com/khaled878/lyscode-platform
🎓 Build and manage online courses with the LysCode.com Course Platform for effective learning and teaching experiences.
course cybersecurity javascript nodemon openapi platform programming talwindcss typescript vite website yarn
Last synced: 05 Apr 2026
https://github.com/programmer-rd-ai-archive/xyz-company-project-management-doc333-course-work
Navigating the XYZ Company Project Landscape - A Comprehensive Analysis and Implementation Journey (DOC333 Course Work)
programming python university university-assignment university-project
Last synced: 26 Nov 2025
https://github.com/blaketarter/simple-fp
A simple, small, no dependeny functional programming library
declarative fp functional javascript programming simple
Last synced: 16 Jan 2026
https://github.com/ikanurfitriani/prak-pemrograman-berorientasi-objek
This repository contains code archives from the Object Oriented Programming Practicum course in semester 4.
java oop oriented-object-programming programming
Last synced: 21 Mar 2025
https://github.com/gcoronelc/uc-2021-20-fund-prog
Curso Fundamentos de Programación en la Universidad Continental del programa a distancia.
cpp gcoronelc programacion programming
Last synced: 10 Jul 2025
https://github.com/labex-labs/quick-start-with-numpy
Quick Start with NumPy | This repo collects 15 of programming labs exercises for Quick Start with NumPy. This course will teach you the fundamentals of NumPy, a library that supports many mathematical operations.
challenges course exercises hands-on labex labs numpy playgroud programming python
Last synced: 31 Dec 2025
https://github.com/nmelgar/cse_110_byui
This is a repository to organize and share the programs created while taking the course "CSE 110: Programming Building Blocks". All the code is created by me. Please do not copy the code to save time as a student, it is better to create it yourself.
basic-programming basics college programming python3
Last synced: 30 Mar 2025
https://github.com/programmer-rd-ai-archive/nlp-with-disaster-tweets-v2
NLP-with-Disaster-Tweets-V2
artifical-intelligense deep-learning machine-learning nlp programming python python3 pytorch
Last synced: 31 Dec 2025
https://github.com/labex-labs/docker-practice-plus
[Docker Practice Plus]-In this course, You will practice more labs of Docker. This will help you to master the skills more deeply.
awesome awesome-list challenges course docker education git hands-on labex labs linux programming
Last synced: 31 Dec 2025
https://github.com/labex-labs/css-practice-plus
[CSS Practice Plus]-In this course, You will practice more labs of CSS. This will help you to master the skills more deeply.
awesome awesome-list challenges course css education hands-on html javascript labex labs programming
Last synced: 31 Dec 2025
https://github.com/ikanurfitriani/pemrograman-berorientasi-objek
This repository contains code archives from the Object Oriented Programming course in semester 4.
java oop oriented-object-programming programming
Last synced: 21 Mar 2025
https://github.com/tsnsoft/why-do-you-need-parentheses-in-programs
Зачем нужны скобки в программах!
mathematics parentheses programming
Last synced: 07 Mar 2026
https://github.com/labex-labs/pandas-practice-plus
[Pandas Practice Plus]-In this course, You will practice more labs of Pandas. This will help you to master the skills more deeply.
awesome awesome-list challenges course education hands-on labex labs pandas programming python
Last synced: 31 Dec 2025
https://github.com/toxicmango64/push_swap
Push_swap is a an efficient sorting algorithm using two stacks and a limited set of operations. The goal is to sort a given set of integers in ascending order using the fewest possible moves, implementing and optimizing various sorting algorithms to achieve the best performance within specified benchmarks.
algorithms c data-structures programming sorting-algorithms
Last synced: 13 Mar 2025
https://github.com/slashpai/go-refresher
A set of go concepts and quick start programs
go golang golang-examples programming quickstart
Last synced: 04 Nov 2025
https://github.com/tailot/taylored
Make everything a plugin.
patches programming scripting scripting-language tool
Last synced: 20 Jun 2025
https://github.com/malucor/principios_programacao
Repositório contendo as atividades realizadas nas cadeiras PROJETO INTERDISCIPLINAR PARA SISTEMAS DE INFORMAÇÃO I e PRINCÍPIOS DE PROGRAMAÇÃO do curso de Sistema da Informação da UFRPE
information-systems principios-de-programacao programacao programming programming-principles python sistemas-de-informacao ufrpe
Last synced: 04 May 2026
https://github.com/tutosrive/ta-front1
Este es el frontend del proyecto "Transportadora Andina", en este repositorio cuyo nombre, será ficticio, fue un nombre tomado al azar para un proyecto Universitario.
api api-rest backend backend-api css frontend java javascript programming server webservice
Last synced: 26 Jun 2025
https://github.com/brittojo7n/WebScraping-TT2UserDetails
Totem Tribe 2 Jotun User details (ids and account names) dataset and script for scraping and updating the dataset.
datascience dataset games jotun programming programming-languages scrape scraping-python scraping-websites totem totem-tribe totem-tribe-2 totem-tribe-2-jotun totem-tribe-jotun totemtribe tribe userdetails web webscraper webscraping
Last synced: 31 Oct 2025