21 projects for "tutorial programming" with 1 filter applied:

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Dominate AI Search Results Icon
    Dominate AI Search Results

    Generative Al is shaping brand discovery. AthenaHQ ensures your brand leads the conversation.

    AthenaHQ is a cutting-edge platform for Generative Engine Optimization (GEO), designed to help brands optimize their visibility and performance across AI-driven search platforms like ChatGPT, Google AI, and more.
    Learn More
  • 1
    os-tutorial

    os-tutorial

    How to create an OS from scratch

    os-tutorial is an open source educational project by cfenollosa that teaches the basics of building an operating system from scratch. The repository provides step-by-step lessons starting with bootloaders and moving through kernel development, interrupts, memory management, and system calls. Each tutorial is accompanied by clear explanations, code examples, and references to deepen understanding.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    Hello Python

    Hello Python

    Comprehensive tutorial repository aimed at teaching the Python program

    Hello-Python is a comprehensive tutorial repository aimed at teaching the Python programming language from scratch for beginners. It includes over 100 classes and about 44 hours of video instruction, combined with code samples, projects, and a chat community for support. The material covers the fundamentals—variables, data types, loops, functions—as well as intermediate topics like date handling, list comprehensions, file IO, regular expressions, modules, and packages. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Rust Course

    Rust Course

    It has been the world's most popular language for 8 consecutive years

    The Rust语言圣经 (Rust Language Bible) is a comprehensive, Chinese-language Rust tutorial that aims to take learners from beginner concepts to advanced mastery. The course is carefully designed with a structured catalog, vivid and approachable language, and an engaging style that avoids the dry and mechanical tone of many technical books. It covers the basics of Rust, such as ownership, borrowing, lifetimes, traits, and generics, but also dives deep into advanced topics like performance optimization, linked list implementations, async programming with Tokio, standard library internals, Cargo usage, and WebAssembly development. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    The Art of Programming

    The Art of Programming

    A collection of practical tips can be found at the bottom of this page

    The Art of Programming (Second Edition) is a curated collection of programming problems and solutions originally derived from the Microsoft 100 Interview Questions blog series, later refined into a long-running tutorial and ultimately a published book. Created by July, the series began in 2010 and has since evolved into an in-depth exploration of algorithmic thinking, data structures, and coding interview preparation.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Financial reporting cloud-based software. Icon
    Financial reporting cloud-based software.

    For companies looking to automate their consolidation and financial statement function

    The software is cloud based and automates complexities around consolidating and reporting for groups with multiple year ends, currencies and ERP systems with a slice and dice approach to reporting. While retaining the structure, control and validation needed in a financial reporting tool, we’ve managed to keep things flexible.
    Learn More
  • 5
    Project Based Learning

    Project Based Learning

    Curated list of project-based tutorials

    project-based-learning is a community-curated open source repository that compiles programming tutorials focused on building real-world applications from scratch. It organizes resources by programming languages such as Python, Java, JavaScript, C++, Go, Rust, and many others. Each tutorial emphasizes practical, hands-on learning through project development rather than theoretical study. The collection spans various domains including web development, game programming, systems programming, and machine learning. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    lgck
    LGCK Builder provides a unique development environment that can be easily used by novice and seasoned game creators to get the best results quickly. Our approach is different because the philosophy is geared toward simplicity and re-usability. Quick 5 minute tutorial http://www.youtube.com/watch?v=lN3gkZWr-PM
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    the-way-to-go_ZH_CN

    the-way-to-go_ZH_CN

    The Chinese translation of "The Way to Go" Guide

    the-way-to-go_ZH_CN is the Chinese translation of the Go programming book The Way to Go, known as (“Go Introduction Guide”). The translator, along with a team of contributors, created this project to make a high-quality Go learning resource accessible to Chinese readers who might struggle with English-language books. The README explains that the original author, Ivo Balbaert, granted authorization for the translation and even for updating certain content to match newer Go versions. The...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 8
    go-fundamental-programming

    go-fundamental-programming

    Set of video and voice tutorials for the Go language

    go-fundamental-programming is the code and notes repository for the Chinese video course, a foundational Go programming tutorial aimed at beginners. The author positions it explicitly as a way to share the knowledge and pitfalls accumulated while learning Go, so that new learners can avoid common mistakes and weird corner cases. The course is delivered as a series of lectures, and each lecture has a dedicated lectureX.md file that serves as classroom notes, listing the knowledge points covered and the timestamp at which each segment starts. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    imeight

    imeight

    The imaginary eight-bit machine

    ...The emulator brings back memories from the 1980s, offers graphical features like sprites, character generator, 16-color palette. One goal is to create a framework for making games with 8-bit look and feel, including the process of programming. The programming tutorial helps beginners enter the world of programming in a gamified way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Premier Construction Software Icon
    Premier Construction Software

    Premier is a global leader in financial construction ERP software.

    Rated #1 Construction Accounting Software by Forbes Advisor in 2022 & 2023. Our modern SAAS solution is designed to meet the needs of General Contractors, Developers/Owners, Homebuilders & Specialty Contractors.
    Learn More
  • 10
    jsoncat

    jsoncat

    Lightweight HTTP framework built in Java

    ...The code has detailed comments (recently translated or annotated for Chinese readers), making it a practical study project for learning network programming, middleware design, and handler chains. Projects like this are especially useful for backend engineers or Java learners who want to demystify how web servers and routing frameworks work at a low level.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Functional, Data Science Intro To Python

    Functional, Data Science Intro To Python

    [tutorial]A functional, Data Science focused introduction to Python

    The first section is an intentionally brief, functional, data science-centric introduction to Python. The assumption is a someone with zero experience in programming can follow this tutorial and learn Python with the smallest amount of information possible. The sections after that, involve varying levels of difficulty and cover topics as diverse as Machine Learning, Linear Optimization, build systems, command line tools, recommendation engines, Sentiment Analysis and Cloud Computing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Kaleidoscope

    Kaleidoscope

    Haskell LLVM JIT Compiler Tutorial

    This repository is a Haskell port of the classic LLVM “Kaleidoscope” tutorial that walks you through building a tiny programming language from scratch. It covers the complete pipeline: tokenizing and parsing a simple, expression-oriented language, constructing an AST, and generating LLVM IR with a JIT so you can execute code interactively. Along the way it adds language features like user-defined functions, conditionals, loops, and operator precedence, demonstrating how each addition impacts parsing and codegen. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Python in neuroscience

    Python in neuroscience

    Collection of tutorials about methods of computational neuroscience

    "Python in neuroscience" is a collection of collaboratively edited tutorials on computational neuroscience methods using Python language. Each tutorial is presented as a literate programming tutorial mixing text, code, and figures. The tutorials offer an introduction to basic methods of computational neuroscience and scientific programming in Python. They are authored in the environment called Jupyter Notebook -- you can even try it in your browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    CLUE - C Learning Undergrad Environment

    Tools to support the learning of the C programming language

    CLUE (C Learning Undergraduate Environment) is a software allowing students to work on assignments in the C language while benefiting from support for peer testing, hyper-linked tutorials to help them understand compiler error messages, detection of "novice errors" with warnings hyper-linked to tutorials. Sponsored by National Science Foundation under award CCLI #0836863.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Clojure Cookbook

    Clojure Cookbook

    This is the home of O'Reilly's Clojure Cookbook

    Clojure Cookbook is O'Reilly's editorial collection of Clojure “recipes” — curated pairs of common programming problems with idiomatic solutions, code examples, and explanations. It's designed to serve both as a tutorial and problem-solving reference in real-world Clojure development. Clojure Cookbook doesn't just teach you Clojure, it also shows you how to use the language and many of its common libraries. The most difficult part of mastering any language is knowing how to apply it, in an idiomatic way, to tasks that real software developers encounter every day. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This is a tutorial about how to create a video player. This tutorial pretends to be a brief introduction to the Graphics User Interfaces (GUI) programming, using the Python programming lenguage and Qt framework, both multiplataform. In this tutorial we'll use PyQt to show you the base of Qt programming under Pyhon. To make this tutorial even more funny, because you can learn the theorical side of Qt programming just reading the documentation, I will focus it only in the practical side, therefore I deside to show you how to create a video player, which its programming is unbelievably simple with Qt. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ThePythonGameBook project is a free wiki book about open source game programming with python. Please visit the official homepage at http://ThePythonGameBook.com For historical reasons, some early example games of the book project are hosted on sf
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    This tutorial demonstrates how easy it is to accomplish real world programming goals with Rebol. The text aims to teach average users to program computers to do useful things, without the long and difficult learning curve imposed by other languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Game engine modeled on the simpengine from the book Opengl Game programming. To be built in JAVA, on top of JOGL (which is a set of JAVA bindings to Opengl). Also, coding of a tutorial testbed and a simple game demo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A website where users can create their own programming tutorials and search for tutorials made by other members. A ranking system keeps the tutorial page clean from spam. Users can also comment tutorials and chat with other members in the forum.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Solve Logic Word Puzzles with CLP

    Constraint Logic can solve word logic puzzles.

    Learn basic constraint logic programming by solving logic word puzzles. Go to http://eclipse.dougedmunds.com . This tutorial will show you how to solve easy 1 star to hard 5 star puzzles, using the eCLiPSe-CLP language (available at http://eclipseclp.org/). Don't confuse this programming language (a prolog language) with the IDE for Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next