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-23 00:24:34 UTC
- JSON Representation
https://github.com/peoray/exercism
Repo for my solutions to exercism exercises
exercism exercism-solutions go golang programming
Last synced: 29 Jun 2025
https://github.com/trappey889/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: 12 Aug 2025
https://github.com/ahnaf1524/become-cf-pupil
Journey to become a Codeforces Pupil! Practice problem-solving, master algorithms, and track progress step by step
competitive cpp17 datastructures-algorithms programming
Last synced: 23 Mar 2025
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/jonatankovalik/projects
My Own Projects
c-sharp coding coding-projects cpp css html java javascript my-work programming projects python website-projects
Last synced: 29 Jun 2025
https://github.com/siddhantprateek/java-resources
Jave Learning Resources
competitive-programming containers data-structures java learning-labs leetcode-java problem-solving programming work-in-progress
Last synced: 10 Apr 2025
https://github.com/muhammadibrahim-dev/wma-js-assignment
Web and mobile Application Assignment
asignments course-project javascriptlogics javascripts meterial meteriallearn programming programs programsolve projects wma
Last synced: 03 Mar 2025
https://github.com/peteroyelegbin/roadmapbackendprojects
Project ideas to take you from beginner to advanced in Backend
api-consumption cli django fastapi file-upload filesystem markdown-parser programming python3 text-processing
Last synced: 12 May 2026
https://github.com/newlandtv/morse-coding
Coding with Morse Code.
coding cpp morse-code programming
Last synced: 14 Mar 2025
https://github.com/swapnanildutta/java-codes-isc
These are some of the java codes I had done for my ISC project.
bluej java miscellaneous programming
Last synced: 25 Feb 2025
https://github.com/swapnanildutta/c-programs
algorithms-and-data-structures c hacktoberfest programming
Last synced: 11 Jul 2025
https://github.com/ashwanisingh-07/e-learning-website
A responsive E-Learning website built with HTML, CSS, SCSS, and JavaScript offering a collection of paid and free books for learners.
books css developer developer-tools ebooks free-resources frontend html javascript learning programming scss web-development
Last synced: 10 Apr 2026
https://github.com/loneicewolf/thecodes
codes
code programming programming-languages
Last synced: 25 Jan 2026
https://github.com/majsylw/introduction-to-perl
https://www.facebook.com/events/956820234775112/
perl perl5 programming tutorial-sourcecode wroclaw
Last synced: 28 Oct 2025
https://github.com/valyaevgeorgiy/studying-at-the-fa
Студенческие работы в рамках прохождение курсов в Финансовом университете при Правительстве РФ на направление "Прикладная информатика".
analytics financial-analysis financial-university it programming
Last synced: 12 Dec 2025
https://github.com/labex-labs/mongodb-for-beginners
A comprehensive MongoDB course covering essential skills from basic CRUD operations to advanced topics like data modeling, indexing, error handling, and data relationships. Perfect for beginners and intermediate developers.
challenges course exercises hands-on labex labs mongodb playground programming
Last synced: 08 Sep 2025
https://github.com/labex-labs/ctf-for-beginners
In this course, you'll dive into the exciting world of Capture The Flag (CTF) challenges. Learn fundamental cybersecurity concepts and practical techniques through hands-on labs covering hidden files, weak passwords, open ports, misconfigurations, log analysis, directory traversal, environment variable leaks, script analysis, network exploits, a...
beginner capture-the-flag course cryptography cybersecurity forensics hacking hands-on hands-on-labs labex labs linux network-security penetration-testing programming reverse-engineering scripting security-fundamentals vulnerability-assessment web-security
Last synced: 25 Oct 2025
https://github.com/mingderwang/bun-mongodb
mongodb test with bun
bun database mongodb programming template test
Last synced: 11 Apr 2026
https://github.com/germanocastanho/python-notes
Personal collection of Python Notes, tips, and code snippets 🐍
data-science numpy pandas programming python
Last synced: 01 Sep 2025
https://github.com/woolseyworkshop/article-controlling-a-raspberry-pi-from-a-web-browser-with-vapor-3
Controlling A Raspberry Pi From A Web Browser With Vapor 3 Article Resources
electronics programming raspberry-pi swift vapor-3
Last synced: 05 May 2026
https://github.com/juniorreisx/usermanagementconsoleapp
A simple user management console application built with C# and .NET. This project includes features like user registration, listing, searching, and deletion.
Last synced: 15 May 2026
https://github.com/jonatankovalik/jonatankovalik-portfolio
A portfolio of personal programming projects in various languages
c-sharp coding coding-projects cpp css html java javascript my-work programming projects python website-projects
Last synced: 11 Apr 2026
https://github.com/guilhermebkel/sales-machine
A pratical homework for the Programming and Data Structures II class of Electrical Engineering major.
cplusplus data-structures electrical-engineering programming software-architecture
Last synced: 14 Mar 2025
https://github.com/dmarks84/coursework_project_ml-model-eval-refine
Project for IBM Data Science course on ML Models & Analysis -- Read in large dataset of home sales and utilized polynomial linear regression analysis to make predictions of future home sales prices
classification communication data-modeling dataframes machine-learning matplotlib numpy pandas programming python regression scikit-learn scipy seaborn supervised-ml visualization
Last synced: 09 Apr 2026
https://github.com/camara94/python-sacko
Python is an interpreted high-level general-purpose programming language. Python's design philosophy emphasizes code readability with its notable use of significant indentation. Its language constructs as well as its object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.[31]
artificial-intelligence data-science programming python3
Last synced: 29 Aug 2025
https://github.com/rafaelmprogrammer/matchinggame
This is a Matching Game that we have to use our memory to win the challenge.
csharp game game-development junior-programmer programming windows-forms
Last synced: 04 Jan 2026
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/edandresvan/ms-cloudskills-rust-2023
my exercises for the learning path Take your first steps with Rust available in Microsoft Learn.
exercises microsoft-learn programming programming-exercises rust rust-lang
Last synced: 17 Oct 2025
https://github.com/edandresvan/practice-book-command-line-rust
Practice exercises of the book “Command-Line Rust” by Ken Youens-Clark (O'Reilly).
practice practice-programming programming rust rustlang
Last synced: 19 Jun 2026
https://github.com/edandresvan/practice-book-classic-problems-in-python
Practice exercises of the book "Classic Computer Science Problems in Python" by David Kopec (Manning), plus a Rust version.
programming programming-exercises python rust rust-lang
Last synced: 16 May 2026
https://github.com/cmccandless/cmccandless.github.io
github programming python scripting
Last synced: 15 May 2026
https://github.com/labex-labs/advanced-postgresql-practical-labs
In this course, master PostgreSQL through hands-on labs covering relationships, advanced data types, indexing, transactions, views, permissions, queries, triggers, backups, partitioning, full-text search, and more.
challenges course database exercises hands-on labex labs playground postgresql programming
Last synced: 15 May 2026
https://github.com/bursasha/assembler-projects
Programming and algorithmization in assembler 🪛
assembler assembly-language avr-programming cvut-fit memory-allocation programming registers
Last synced: 03 Apr 2025
https://github.com/srimani-programmer/hackerrank
programming Solutions of Hacker Rank problems
competitive-programming hackerrank hackerrank-solutions programming
Last synced: 01 Sep 2025
https://github.com/davidber0102/pi-curso-framework-spring
Curso Spring Java Pildoras Informaticas
hibernate java maven-plugin mvc mvc-architecture oriented-object-programming poa programming rest-api segurity spring
Last synced: 15 May 2026
https://github.com/dibyendumajumdar/programming
Essays on the art and joy of programming
Last synced: 10 Mar 2026
https://github.com/bimalrajgyawali/c
This repo provides the sample C programs.
Last synced: 15 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/isaac-lal/learning-py
code learning programming py python
Last synced: 14 Jun 2025
https://github.com/lyy289065406/commons-httpclient
修正自动重定向丢失 Response Header 中的 Set-Cookie 的 BUG
Last synced: 05 May 2026
https://github.com/satishdash/nimexercism
Learn concepts of NimLang (Systems programming) with various exercises from exercism.io
data-structures nim nim-lang programming systems-programming
Last synced: 15 May 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/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/sumaiyatarannumnoor/python
coding-examples problem-solving programming python python-examples python3
Last synced: 26 May 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/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/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/razorblack/python_programming
A repo for my all python learning programs.
Last synced: 23 Mar 2025
https://github.com/razorblack/c_programming
A repository for C Programming problems
c learning-by-doing programming
Last synced: 23 Mar 2025
https://github.com/mu-selim/google-hashcode-2022
competitive-programming google hashcode problem-solving programming
Last synced: 18 Mar 2025
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/rajvenkat20/leetcode-solved
This repository is an archive of LeetCode and GFG problems solved over time
gfg-solutions leetcode-practice leetcode-solutions programming python python3
Last synced: 07 Jul 2025
https://github.com/josealz/tienda
Shopping Cart
api css3 deploy ecommerce frontend html5 javascript jsx npm odinproject programming react-router tmdb-api usehooks-ts usestate vscode
Last synced: 11 Apr 2026
https://github.com/akashsinghiitr/cph-leetcode
CPH LeetCode is a VSCode extension designed to streamline the competitive programming workflow. It automates the extraction of test cases from LeetCode problems and saves them locally for offline testing. With real-time progress updates, users can efficiently generate input and output files for problem-solving and debugging.
competitive-programming data-structures-and-algorithms leetcode programming vscode-extension
Last synced: 26 Apr 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/muhamedlabs/muhamed_onedrive
Muhamed_OneDrive - це надійне і зручне хмарне сховище для файлів, розроблене для безпечного зберігання і легкого обміну даними.
data html5 onedrive programming style
Last synced: 04 Jan 2026
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/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/monal5031/programming
My Competitive programs and important algo's
algorithms codechef codechef-solutions data-structures personal-code programming programming-challenges programming-contests
Last synced: 23 Mar 2025
https://github.com/srimani-programmer/uri-online-judge
This Repository is meant for Solutions
competitive-programming programming uri-online-judge
Last synced: 30 Jun 2025
https://github.com/brownfox2k6/vrc23-sotl
Vietnam Robotics Challenge 2023 - STEM of Thang Long
arduino makerbot programming project robotics vrc
Last synced: 11 Apr 2026
https://github.com/alijimpa/csharp_studyproject
This repository is for personal learning and experimentation in Pure C# Programing. This repository includes experiments, prototypes, and examples as part of my learning journey with C# Programing Language.
console-application csharp dotnet dotnet-core programming
Last synced: 16 Nov 2025
https://github.com/srimani-programmer/hackerearth
This Repository is meant to Challenges in HackerEarth
competetive-programming cpp hackerearth hackerearth-solutions programming
Last synced: 30 Jun 2025
https://github.com/aishikmukherjee/students-management-system-using-c
Developer/Creator: Aishik Mukherjee
c c-programming code coding data-structures final-year-project learn-to-code programming programming-in-c programming-language project ready-to-use source-code students-magement-system
Last synced: 30 Jun 2025
https://github.com/nadidlinchestein/usacomputingolympiad
Solutions To The United States of America Computing Olympiad
algorithms competitive-programming competitive-programming-algorithms competitive-programming-contests cpp data-structures programming
Last synced: 28 Oct 2025
https://github.com/karinakozarova/js-level-ballgame
game homework javascript js level programming project school tp
Last synced: 23 Mar 2025
https://github.com/janina280/weight_converter_gui
I create a GUI-based weight converter that accepts a kilogram input value and converts that value to grams, pounds, and ounces when the user clicks the Convert button.
Last synced: 17 Jun 2025
https://github.com/xiaoxiae/uvod-do-programovani-vex-v5
Zdrojový kód (a nejaktuálnější verze) učebnice „Úvod do programování VEX V5“ a doplňujícího textu „Metodika k programování VEX V5“
czech programming robotics vex
Last synced: 14 Jun 2026
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/mishqatabid/codsoft
Intership Tasks
basic-calculator-app cpp programming tic-tac-toe-game to-do-list-app
Last synced: 15 May 2025
https://github.com/id-andyyy/proghelpbot
👨💻📚 Telegram bot with information about Python syntax (temporarily not working)
aiogram fuzzywuzzy nltk programming python sqlite3 telegram telegram-bot
Last synced: 22 Jun 2025
https://github.com/lucasmdct/douglas_nodejs
Aulas de node e react do Professor Douglas Junior, disponibilizado pela DB1 group e Grupo Integrado no Curso de Bootcamp. ( Node and react classes by Professor Douglas Junior, provided by the DB1 group and Grupo Integrado in the Bootcamp Course. )
course db1group douglas express http integrado javascript node-js nodejs programming server
Last synced: 11 Apr 2026
https://github.com/en9inerd/concordance
Test for an interview in C (also did it for myself in C++ and Python). Tool determines lines for every unique word in a file
c cpp interview programming python test
Last synced: 18 Apr 2026
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/nikhilbhad12/html-and-css-projects
coding css html html5 programming sites web website
Last synced: 03 Apr 2025
https://github.com/adamcegielka/javascript-learning-project
A personal repository for my JavaScript learning journey, covering basics to advanced topics with exercises and projects.
beginner-friendly coding-exercises education javascript javascript-projects javascript-tutorials js learning-javascript programming self-learning
Last synced: 15 May 2025
https://github.com/worcestertechnicalhighschool/Match-3-Game
Making a match 3 game as a personal project
csharp csharp-code hacktoberfest hacktoberfest-accepted match-3 match-three match-three-game match3 match3-game programming project unity unity-scripts unity2d
Last synced: 15 Mar 2025
https://github.com/ashtanko/shtanko.dev
Personal site and blog
computer-science programming site
Last synced: 05 Jan 2026
https://github.com/aavache/cpp-tutorial
Get started with C++ with this tutorial repository. It contains plenty of intuitive examples.
cmake cpp cpp-programming getting-started patterns pointers programming tutorial
Last synced: 19 Jul 2025
https://github.com/sourceduty/cyberpi_hacker
👨💻 Assistive Python programming for CyberPi projects.
artificial-intelligence chatgpt custom-gpt cyberpi cyberpi-hack device electronics gpt gpts hacker hacking hacks makeblock makeblock-cyberpi openai pi program programming python-cyberpi
Last synced: 22 Mar 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/bimalrajgyawali/java
This repository contains Java Programs.
Last synced: 15 Jul 2025
https://github.com/kartikmanimuthu/from-zero-to-hero-golang
'From Zero to Hero with Golang' is your one-stop-shop to learn Go.
go-examples go-guide go-programming golang programming
Last synced: 18 Jun 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/hskrasek/presentations
This repo contains all the presentations I've given
deckset php presentation 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/arsalan-dev-engineer/why-should-you-learn-python-in-2022
Why should you learn Python in 2022? I've written this article using the FPDF library.
article fpdf fpdf-library learn-to-code pdf pdf-document pdf-python programming projects python python-pdf python3 report
Last synced: 16 May 2025
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