Suggested Categories:

Education Software
Education software refers to software designed to facilitate learning and teaching. It can encompass a wide range of functionalities, including virtual classrooms, content delivery, student assessments, and communication between educators and students. Some software is designed for specific educational levels or subjects, while others provide general tools for managing coursework and tracking progress. Many education platforms also incorporate interactive features, such as gamification, simulations, and multimedia resources, to enhance engagement. With advancements in technology, education software has become integral to both traditional and online learning environments, supporting personalized education and improving accessibility.
Continuing Education Software
Continuing education software provides a learning management system (LMS) designed for continuous education, and tools to streamline the tracking and management of post-secondary continuing education programs and credits.
No-Code Development Platforms
No-code development platforms provide a way for users to design, build, and develop software applications without the need for traditional coding. They are built in such a way that users can rely on simple visual interfaces with drag and drop type tools, allowing them to rapidly develop applications with minimal technical knowledge. This makes no-code development platforms ideal for any user regardless of programming experience, from hobbyists to entrepreneurs. Furthermore, modern no-code platforms allow complex mobile apps or web projects to be created more quickly than ever before.
Code Collaboration Tools
Code collaboration tools are platforms that enable developers to work together on software projects by facilitating real-time collaboration, version control, and code sharing. These tools allow multiple developers to edit and review code simultaneously, track changes, and manage different versions of code through branches and commits. Key features typically include code reviews, pull requests, conflict resolution, issue tracking, and integration with version control systems like Git. Code collaboration tools are essential for team-based development environments, ensuring smooth coordination and improving productivity in software projects.
QR Code Generators
QR code generators are tools that allow users to create quick response (QR) codes, which are machine-readable barcodes that store information such as URLs, text, contact details, or Wi-Fi credentials. These tools typically allow users to customize QR codes by changing their size, color, and design while ensuring the code remains scannable. QR code generators are commonly used for marketing, event registration, payments, product packaging, and contactless interactions. They help businesses and individuals provide an easy way for users to access digital content or services through their smartphones or other scanning devices.
Code Editors
Code editors are software tools that allow developers to write, edit, and debug source code for programming and web development. These editors provide essential features like syntax highlighting, code completion, auto-indentation, and error detection to enhance productivity and reduce coding errors. Many code editors also offer integrations with version control systems (like Git), debuggers, and build tools, allowing developers to manage their code and workflows efficiently. While some code editors are lightweight and focused solely on text editing, others offer extensive features and customization options through plugins and extensions. By providing a streamlined environment for coding, code editors are essential for software development, web development, and scripting tasks.
Code Review Tools
Code review tools are software tools designed to examine and analyze source code for errors, bugs, and vulnerabilities. They provide developers with detailed feedback on their code, highlighting areas that need improvement or optimization. These tools use a variety of techniques such as static analysis, unit testing, and peer review to ensure the quality and functionality of the code. In addition to identifying coding issues, they also help improve code security by detecting potential vulnerabilities or weaknesses in the code. Code review tools are an essential part of the development process for any software project.
Infrastructure as Code Software
Infrastructure as Code (IaC) tools are software solutions that enable developers and IT teams to automate the provisioning, configuration, and management of infrastructure using code. These tools allow users to define and manage infrastructure components like servers, databases, and networking resources through configuration files, ensuring consistency and repeatability in infrastructure setups. IaC tools typically support version control, enabling teams to track changes and collaborate on infrastructure management.
Code Search Engines
Code search engines are specialized search tools that allow developers to search through codebases, repositories, or libraries to find specific functions, variables, classes, or code snippets. These tools are designed to help developers quickly locate relevant parts of code, analyze code quality, and identify reusable components. Code search engines often support various programming languages, providing search capabilities like syntax highlighting, filtering by file types or attributes, and even advanced search options using regular expressions. They are particularly useful for navigating large codebases, enhancing code reuse, and improving overall productivity in software development projects.
Higher Education Software
Higher education software refers to tools and platforms designed to support the unique needs of educational institutions such as universities, colleges, and research organizations. These solutions help manage various aspects of academic and administrative operations, including student enrollment, course management, grading, communication, and campus facilities. Features typically include Learning Management Systems (LMS) for delivering courses, Student Information Systems (SIS) for tracking student records, and tools for managing finances, scheduling, and resource allocation. Higher education software can also provide tools for faculty collaboration, student engagement, and research management, enabling institutions to improve operational efficiency, enhance the learning experience, and ensure compliance with accreditation standards.
Special Education Software
Special education software, also known as IEP software, is designed to help students with learning disabilities, who struggle in traditional educational settings. This type of software is specifically tailored to each individual student to provide them with opportunities to learn and grow in a suitable environment. It can range from basic academic tutorials to more advanced activities like interactive simulations and educational games. Special education software also offers tools for parents and caregivers as well, such as tracking progress and providing guidance on how to best address the needs of their special child. With its customizable features and variety of options, special education software helps create an inclusive learning space for those who are unable to access traditional education.
Education HR Software
Education HR software is human resources software built for educational institutions like schools, colleges, and universities. Education HR software provides core HR features, as well as other features such as workforce management, attendance tracking, benefits administration, payroll, HR analytics, talent management, and more - designed specifically for education.
AI Education Software
AI education tools are tools that utilize artificial intelligence technology to assist in the learning process. These tools use algorithms and machine learning techniques to personalize instruction and provide real-time feedback to learners.
Education CRM Software
Education CRM (customer relationship management) software is designed to simplify and streamline the communication between educators and students.
Code Enforcement Software
Code enforcement software is software that helps local government agencies and municipalities manage and enforce building codes, zoning laws, and other regulatory compliance requirements. These platforms typically provide features for tracking violations, issuing citations, managing inspections, and automating the code enforcement process. Code enforcement software can also include tools for scheduling inspections, documenting findings, generating reports, and managing case histories. It helps ensure that properties comply with local laws and ordinances, improving efficiency and accountability in enforcement processes. Additionally, it allows for better communication between enforcement officers, residents, and other stakeholders.
Coding Challenge Platforms
Coding challenge platforms, also known as code assessment and technical skills testing platforms, enable developers and organizations to test their coding skills to see what skills need to be improved, or to determine the coding skills of a potential hire. Many coding challenge platforms also offer features like coding competitions, mock interviews, and collaboration opportunities for learning with others. These platforms are popular among job seekers, developers, and coding enthusiasts looking to enhance their problem-solving abilities.
Low-Code Development Platforms
Low-code development platforms are software tools designed to assist developers with the creation of software applications. They provide an alternate means to implementation, reducing the amount of manual coding that needs to be done. Platforms vary based on the type of application being created, enabling users to quickly build and deploy business applications without having extensive technical knowledge or software development experience. Features may include tools for visual modeling, integration connectors, and user interface components.
AI Coding Assistants
AI coding assistants are software tools that use artificial intelligence to help developers write, debug, and optimize code more efficiently. These assistants typically offer features like code auto-completion, error detection, suggestion of best practices, and code refactoring. AI coding assistants often integrate with integrated development environments (IDEs) and code editors to provide real-time feedback and recommendations based on the context of the code being written. By leveraging machine learning and natural language processing, these tools can help developers increase productivity, reduce errors, and learn new programming techniques.
Source Code Management Software
Source code management (SCM) software is a type of software to help developers track, manage, and version control their source code throughout the software development lifecycle. These tools allow multiple developers to collaborate on the same project by maintaining a centralized repository where code changes are stored and tracked. SCM software typically includes features like version control, branching, merging, and conflict resolution to ensure that code changes are properly managed and integrated. It also provides tools for tracking issues, auditing changes, and ensuring that all team members are working with the latest codebase. SCM software is essential for maintaining code integrity, improving collaboration, and enhancing productivity in development teams.
Code Coverage Tools
Code coverage tools are software utilities designed to analyze the source code of an application and report on the level of code that is tested by automated tests. They usually measure the percentage of lines, blocks, or branches of code that have been executed in a test suite. Many popular programming languages have their own code coverage tools available for developers to use.
View more categories (20) for "code education"
  • 1
    Odoo

    Odoo

    Odoo

    Odoo is a fully integrated, customizable, open-source software packed with hundreds of expertly designed business applications. Odoo’s intuitive database is able to meet a majority of business needs, such as: CRM, Sales, Project, Manufacturing, Inventory, and Accounting, just to name a few. Odoo is an all-in-one software solution designed to meet the needs of companies, regardless of their size (or budget). The unbeatable, seamless nature of Odoo helps businesses become more efficient by...
    Leader badge
    Starting Price: $25.00/month/user
    View Software
    Visit Website
  • 2
    Jotform

    Jotform

    Jotform

    Trusted by over 25 million users, Jotform is an all-in-one, no-code platform that simplifies data collection, automation, and online sales. Using its drag-and-drop Form Builder, businesses can create customized forms and surveys to collect leads, payments, and e-signatures. With 10,000+ templates and advanced features like conditional logic and 200+ integrations, Jotform streamlines workflows. Jotform's AI-powered Agents provide real-time customer support, guiding users through form...
    Leader badge
    Starting Price: $34 per month
    View Software
    Visit Website
  • 3
    Code::Blocks

    Code::Blocks

    Code::Blocks

    Code::Blocks is a free, open-source, cross-platform Integrated Development Environment (IDE) primarily designed for C, C++, and Fortran development. Known for its lightweight design and modular structure, Code::Blocks offers a highly customizable interface with support for multiple compilers, including GCC, Clang, and Microsoft Visual C++.
    Starting Price: Free
  • 4
    Titan

    Titan

    Titan

    Bend, don’t break with Titan’s flexible business solutions and forms for Salesforce. Our scalable Salesforce Forms and software is rapidly developing a reputation as the gold-standard in Salesforce integration, and it’s easy to see why. Slash time to market, nuke code, and tackle any use case on a single platform. Our best-of-breed forms in Salesforce and applications cater to any industry and it’s our mission to provide custom solutions for difficult problems. Build web portals, sign...
    Leader badge
    Starting Price: $12 per month
  • 5
    Sphere Engine

    Sphere Engine

    Sphere Engine

    Build apps that teach and assess coding. skills Out-of-the-box software components and APIs that enable you to create flexible and scalable coding skills assessment solutions and code execution environments. Sphere Engine Compilers allows for remote code execution, retrieving and displaying its results. We support 80+ programming languages and many industry-standard libraries.
  • 6
    Cacher

    Cacher

    Cacher

    ...Cacher’s team features empower you to build a shared knowledge base for your company. Team snippets or labels are automatically synced with every member's library, no matter their platform or code editor. Every snippet has a page on Snippets, our code-sharing community for Cacher users. Send snippet URLs through email, Slack, or Twitter or embed them on your blog. Use code snippets to document common code patterns, algorithms and machine setup instructions. Educators use team snippets to share knowledge with their students. ...
    Starting Price: $6 per month
  • 7
    CodeAlly

    CodeAlly

    CodeAlly

    CodeAlly matches tech companies and talented young developers via certifications, matchmaking, referrals, and talent search. At CodeAlly, we bring candidate management, automatic assessment, and coding together to give your technical hiring team superpowers. Over 1000 developers join our talent network weekly. Add your skills and salary requirements to your profile to let tech companies connect with you. We will match you with jobs you might like and let employers invite you based on your...
  • 8
    Graphy

    Graphy

    Graphy Inc.

    Create custom courses, build beautiful no-code websites, or launch your own app — all using just Graphy. Live and instructor-led, or scheduled, drip courses. Whatever you need. Offer live courses or release chapters on your schedule. Deliver piracy-free, secure content to your learners. Conduct live webinars and classes with advanced features. Add quizzes, assignments, PDFs, media files and so much more. Use our customizable, no-code tools to flaunt your brand – wherever your audience is....
    Starting Price: $49 per month
  • 9
    Chameleon

    Chameleon

    Chameleon

    Chameleon is the deepest digital adoption platform for product success, empowering SaaS teams to build no-code, self-service user onboarding, feature adoption, and feedback collection. • PMs, PMMs, and CSMs can build, manage and improve product experiences for your web application without writing code. • Using Chameleon you can show new users key functionalities, highlight product changes, improve feature discoverability, and reduce confusion and support requests. • Deploy NPS,...
    Leader badge
    Starting Price: $279 per month
  • 10
    Codeshare

    Codeshare

    Codeshare

    An online code editor for interviews, troubleshooting, teaching & more. Open a Codeshare editor, write or copy code, then share it with friends and colleagues. Pair program and troubleshoot together. Set coding tasks and observe in real-time when interviewing remotely or in person. Nobody likes writing code on a whiteboard. Share your code with students and peers then educate them.
  • 11
    HintEd

    HintEd

    HintEd

    HintEd allows to onboard new employees into their digital platforms in just 1 day without even leaving their workplaces for training with the help of interactive on-screen guides. HintEd is the no-code tool: plugins, stand-alone windows applications, and SDKs for creating interactive in-app walkthroughs (hints, popups, tooltips) for enterprise applications: web and desktop. We help companies to reduce training costs by 2 times, boost employee and customer onboarding, and cut support costs by...
  • 12
    Ventuno

    Ventuno

    Ventuno Technologies

    Launch and grow your video streaming service using Ventuno, a SaaS OTT platform. Quickly launch your websites and apps using our customizable templates. Platforms supported - Your branded website, mobile apps (Android, iOS), and OTT apps (Roku, Apple TV, Android TV, Amazon Fire TV, LG TV, and Samsung TV). You get all the features needed to manage your OTT service - IT infrastructure, video CMS, encoder, video player, ad-server, payment gateway integration, servers, CDN, and...
    Starting Price: $299
  • 13
    Visual Studio Code Live Share
    Visual Studio Live Share is a real-time collaborative development tool that enables developers to co-edit and co-debug code, share terminals and servers, and communicate seamlessly within their preferred development environments. It supports various programming languages and application types, allowing instant and secure sharing of projects without the need for cloning repositories or setting up additional environments. Live Share facilitates pair programming, code reviews, technical interviews, and educational sessions by providing features such as shared debugging sessions, terminal instances, and localhost web app forwarding. ...
    Starting Price: $50 per month
  • 14
    GameSalad

    GameSalad

    GameSalad

    ...GameSalad for Education is in classrooms all over the world helping teachers build computer science and game design programs that build student confidence and mastery. Learn coding basics, build video games, meet other creators. All Camps include a 1-Year Home Education License. GameSalad Game Creation Camps are instructor guided virtual tech camps that will help your young learner become a game developer!
    Starting Price: $17 per month
  • 15
    OnBase

    OnBase

    Hyland

    OnBase is a content services platform that provides turn-key industry and departmental solutions tailored to meet specific business challenges. As an enterprise platform, OnBase has purpose-built integrations and connectors to core industry LOB applications such as Epic and Workday, supporting critical content and process solutions. With repeatable industry solutions, OnBase can automate business processes so teams can focus on higher value work without the need to build costly customized...
  • 16
    KodeFast

    KodeFast

    KodeFast

    KodeFast is a powerful no-code platform that enables businesses to build, launch, and scale custom applications without writing a single line of code. From workflow automation and data management to customer engagement and real-time reporting, KodeFast empowers teams to solve complex business challenges with ease and speed. Whether you're digitizing education processes, streamlining HR, or automating operations, KodeFast offers modular, plug-and-play solutions tailored to your industry — all delivered through an intuitive drag-and-drop interface.
  • 17
    Zapworks

    Zapworks

    Zappar

    Create augmented reality content with Zapworks, the most powerful all in one WebAR platform. Zapworks comes with tools such as Designer, Studio and integrations with Universal AR tools. We have a tool for every skill level, enabling you to create an AR experience. Designer is our no-code solution for creating webAR experiences without downloads, apps, or coding. Studio is a user-friendly AR content creation tool with the flexibility and power of a code editor. We also offer a...
    Starting Price: $68.00
  • 18
    Google App Maker
    Google App Maker has been discontinued. Build apps that fill gaps, like accelerating business workflows or scaling internal operations, with G Suite’s low-code development environment. App Maker is included with G Suite Business and Enterprise editions, as well as with G Suite for Education. Templates, drag-and-drop UI design and declarative data modeling make it easy for IT developers and enthusiasts to build apps that empower your teams. Whether it’s Gmail, Calendar or Sheets, it’s a cinch to connect with the data and services you need to make your apps more powerful. ...
  • 19
    snappify

    snappify

    snappify

    Use snappify to create stunning visuals of your technical concepts, that will engage your followers and take your social media presence to the next level. snappify makes it easy to create educational content that lets your students retain information and grasp complex ideas. snappify enables you to embed your visuals in a way that your viewers can easily copy code snippets or texts. It’s the perfect way to bring your blog to life or spice up your internal company documentation using rich infographics. Sometimes you want to describe differences in code snippets and point out best practices by comparing them. ...
    Starting Price: $8 per month
  • 20
    Advantage CSP

    Advantage CSP

    Advantage CSP

    Advantage CSP is an enterprise-class content services platform that powers complex websites, mobile apps, and business applications while offering the flexibility to adapt to each organization's unique processes and workflows. From public-facing websites to business applications that drive organizational processes, Advantage CSP unifies an enterprise for efficiency. Centrally manage thousands of sites using just one interface. 30% faster development and deployment time compared to a...
    Starting Price: $79 per month
  • 21
    Makerpad

    Makerpad

    Makerpad

    Join thousands learning to build software. No coding required. Learn from our best-in-class education. From side projects to business workflows, discover, clone and create projects or workflows alongside thousands of operators. With no-code you can test ideas quickly, build businesses and products faster, and automate tasks to save you hours per week. There’s something for all levels of expertise.
  • 22
    Rocket Visual COBOL

    Rocket Visual COBOL

    Rocket Software

    Rocket Visual COBOL Personal Edition is a free, academic-use development environment that allows students and professionals to learn modern COBOL inside today’s most popular IDEs, including Visual Studio, Eclipse, and Visual Studio Code. It provides advanced editing, debugging, continuous background compilation, and intelligent code analysis to accelerate learning and productivity. With support for both .NET and JVM ecosystems, learners can combine COBOL with C#, Java, and other modern languages in a single toolset. Designed specifically for education and skills development, it offers a one-year student developer license at no cost. ...
  • 23
    Scratch

    Scratch

    Scratch

    ...Developed by the MIT Media Lab, Scratch is designed primarily for users aged 8–16, but it is used by all ages and has a sizeable adult user base. The platform utilizes a block-based interface, allowing users to drag and connect code blocks to create programs, making it accessible for beginners. Scratch is used in many different settings, schools, museums, libraries, community centers, and homes. The platform supports over 70 languages, enabling a global community of users to share and remix projects. As of February 2023, the Scratch community has more than 103 million users and over 123 million shared projects. ...
    Starting Price: Free
  • 24
    Opus Pro

    Opus Pro

    Digital Workshop

    Opus Pro is a visual development tool for fast-track development of HTML5, Flash and Windows applications and resources. From simple games and elearning resources to complex simulations, commercial programs and database applications with or without programming. Publish and distribute to Windows, HTML5 (for Android, iPad, Mac), Flash, SCORM and Moodle as well as .EXE, CD-Rom and DVD-video for pleasure, promotion or profit. Using the hotspot drawing tool you can add interactivity to an object...
  • 25
    Enklu

    Enklu

    Enklu

    Finally! Create mind blowing AR/VR applications - Even if you don't have any 3D design experience! With Enklu, anyone can create immersive AR/VR experiences with our visually intuitive drag & drop editor. Real time syncing allows you to validate and improve content at a lightning-fast pace. And since everything is in the cloud, you can collaborate with anyone, anywhere. From prototype to final product, Enklu provides a full end-to-end solution for all your hardware, software, and training...
  • 26
    Ambitious Labs AI

    Ambitious Labs AI

    Ambitious Labs

    Ambitious Labs offers an all-in-one AI-powered platform designed for aspiring app entrepreneurs to launch and scale their mobile applications efficiently. It features a custom-built learning environment that delivers hyper-personalized support through Ambitious AI, a fine-tuned GPT-4o-mini assistant, providing 24/7 guidance. Users engage in project-based learning, building their ideas into real applications while utilizing tools like a project tracker with timelines, AI-suggested content,...
    Starting Price: $4,990 one-time payment
  • 27
    Ctruh

    Ctruh

    Ctruh Technlogies

    Ctruh Technologies Private Limited is a SAAS (Software as a Service) platform at the forefront of transforming the way we build the metaverse and create digital assets. With their innovative no-code 3D editor, Ctruh empowers individuals and businesses to effortlessly design immersive AR (Augmented Reality) and VR (Virtual Reality) environments. Their user-friendly interface and intuitive tools enable users to unleash their creativity and bring their visions to life without the need for...
  • 28
    Lovable

    Lovable

    Lovable

    Lovable is an AI-powered platform that lets you create and deploy apps from a single browser tab. The platform eliminates the complexity of tradition app-creation environments by combing coding, deployment, and collaboration tools in a single interface. Typically, you must install programs, languages, and packages to build apps. However, on Lovable, you can rely on AI to configure your environment so you can start building without coding experience. The platform supports full-featured...
    Starting Price: $20/month
  • 29
    Lou

    Lou

    Lou

    Scale self-serve user onboarding with product tours, drive product adoption with announcements, trigger helpful hints, and more all without writing a line of code. Build, preview, and publish beautiful in-product experiences with Lou's code-free Builder that's designed for non-technical users. Lou builder allows you to create experiences right on top of your platform. Use-case-specific templates for out-of-the-box experiences that look built in-house. Choose from one of our templates, create...
    Starting Price: $79 per month
  • 30
    Processing

    Processing

    Processing

    Processing is a flexible software sketchbook and a language for learning how to code within the context of the visual arts. It was created to make it easier to develop visually oriented applications with an emphasis on animation and providing users with instant feedback through interaction. The developers wanted a means to “sketch” ideas in code. As its capabilities have expanded over the past decade, Processing has come to be used for more advanced production-level work in addition to its...
    Starting Price: Free
  • Previous
  • You're on page 1
  • 2
  • Next