What would you like to learn? Explore our full catalog.
Subjects
Career Tracks
Career Tracks are combinations of 4+ courses that go from beginner to professional.
-
Data Science + Machine Learning + AI Career Track
Join the AI revolution by becoming a machine learning and data science engineer. Learn to build end-to-end machine learning models that solve decision making problems in areas of your interest. This career track starts with Python, and takes you through building a portfolio of projects using in-demand data science, machine learning and deep learning techniques.
-
Java Enterprise Career Track
Become a full stack Java developer. Learn to build and deploy production-grade software using Java, Spring, and AWS - like the learning platform you’re lookin’ at right now! This track includes the complete package to go from beginner to professional full stack Java developer. See why CodingNomads ranked one of the best online Java courses by Forbes and ZDNet.
-
Python Web Development Career Track
Become a professional Python developer. Learn to build your own products, scripts, and automations from scratch using Python, Django, Flask, SQL, APIs, and more. Learn to think like a Python developer, and dive into the wonderful black hole of tinkering with code until it works! This track starts with Python basics, and takes you through building complete Python full stack web applications.
Courses
Browse our courses with hundreds of lessons, videos, quizzes and more.
-
Java 101 - Fundamentals
Learn the fundamentals. This course starts from square one, installing Java, and continues through operators, variables, loops, and arrays. This course is the perfect first step for aspiring Java developers.
- Course
- Beginner
- Java
-
Java 201 - Object-Oriented Programming
Learn Object-Oriented Programming in Java. What are Java object? How to use Java classes? This course dives deep into all things OOP: Inheritance, Encapsulation, Polymorphism, and Abstraction. Unlock your OOP skills and level up your programming capabilities.
- Course
- Intermediate
- Java
-
Java 301 - Advanced Concepts
Learn advanced Java programming concepts including exception handling, multithreading, input/out, generics, lambda expressions, method references, JDBC, and advanced data structures and algorithms.
- Course
- Advanced
- Java
-
Advanced Java + Spring Framework
Learn advanced Java and the Spring Framework to build highly scalable, robust, enterprise-grade Java applications. You'll learn modern development techniques and build dozens of complex applications such as RESTful APIs, dynamic web applications, fool-proof security systems and much more. When you finish this course, you'll be a legitimately capable software developer.
- Course
- Advanced
- Spring
- Java
-
Python 101 - Introduction to Python
In this first module of the Python course, you'll learn how to code using the Python programming language. You'll get to know some of the fundamental concepts of programming, write procedural scripts, and build interesting projects that can show you the value of knowing how to code.
- Course
- Beginner
- Python
-
Python 201 - Procedural Python
In this second module of the Python course, you'll learn how to code using the paradigm of procedural programming. You'll get to know additional data types and control structures in Python, learn how to work with functions, and how to use APIs to interact with sources on the Internet.
- Course
- Intermediate
- Python
-
Python 301 - Object-Oriented Python
In this module of the Python course, you'll learn how to write programs using the object-oriented approach to programming. You'll get to know how to model your code around objects and classes and apply this way of programming by building a game. You'll also learn about web scraping, exception handling, and writing tests for your programs.
- Course
- Intermediate
- Python
-
Data Science & Machine Learning with Python
Learn the foundations of data science and machine learning using Python. Learn how to think like a data scientist, and dive into ever-more advanced analysis and predictive modeling using data and code. Understand what it means to learn from data using ML tools and algorithms. Use real tools and build your experience with Jupyter Lab, Numpy, Matplotlib, Seaborn, Pandas, Scikit Learn, and more.
- Course
- Advanced
- Python
- Data Science & ML
- Deep Learning
-
NumPy - Python Scientific Computing
If you want to get into data science, machine learning or AI, learning NumPy will enable you to build projects using the skills sought after for these roles.
NumPy is the most widely-used Python library for scientific computing. Because of its versatility, NumPy serves as the foundation for many other scientific, data analysis, and machine learning tools such as Pandas, SciPy, Matplotlib, TensorFlow and PyTorch. Build a strong foundation in NumPy, and you'll be well on your way to performing advanced data analysis.
- Course
- Intermediate
- Python
- Data Science & ML
-
Deep Learning & Neural Networks with Python
Learn the fundamentals of Deep Learning applications by building, training and deploying PyTorch models from scratch. You’ll work with transfer learning using convolutional neural networks (CNNs) and recurrent neural networks (RNNs) as well as learn how to deploy your models.
- Course
- Advanced
- Python
- Data Science & ML
- Deep Learning
-
Django Web Framework
Learn Python's popular web framework, Django, and many other concepts you will need to start building complex, dynamic web applications using Python. In this course, you will also use the PostgreSQL database and deploy your applications to the internet using both Microsoft Azure and Heroku.
- Course
- Intermediate
- Python
- Django
-
Django Project: Build & Deploy a Data Forecasting Web App
Build a fun Python project! This Python + Django tutorial series walks you through developing a data streaming and forecasting Python app. By the end of this series, your Django project will showcase real-time soccer (football) match data, predictive analytics, and full-stack deployment using Python, Django, Pandas, JavaScript, PostgreSQL, and AWS.
- Course
- Intermediate
- Python
- Data Science & ML
- Django
-
Flask Web Framework
Learn how to quickly and efficiently build scalable web applications and web services using the Flask Microframework. By the end of this Python + Flask tutorial series, you’ll be ready for Python developer jobs with the ability to build full-stack software applications from scratch. Learn to use Jinja2 and Bootstrap, Flask-SQLAlchemy, RESTful APIs, deployment on Heroku, and more.
- Course
- Intermediate
- Python
- Flask
-
JavaScript 101
Gain strong foundation in core JavaScript. Learn the basics of what JavaScript is, where its run, through the fundamental syntax, events, requests, all the way to dynamic websites that you can host and share with the world.
- Course
- Beginner
- JavaScript
-
JavaScript 201
Learn modern syntax and advanced design patterns for building maintainable websites. You'll start leaning heavily into the world of single-page-applications where JavaScript takes over almost everything.
- Course
- Intermediate
- JavaScript
-
SQL & Databases (MySQL)
Learn the fundamentals relational databases and the Structured Query Language (SQL) using MySQL.
- Course
- Beginner
- SQL & Databases
-
Git & GitHub
Git & GitHub are widely used by software developers, and it's possible to get up and running with the fundamentals within a week. In this introductory Git and GitHub tutorial series, learn how to use version control with Git, and how to use GitHub to collaborate on projects.
- Course
- Beginner
- Git & GitHub
-
Career Resources
This module provides a number of resources to help you find and secure the job you're looking for. Please note, this module is still being published.
- Course
- Beginner
- Career Resources
-
Bash & Command Line Interface
Developing comfort and skill with with Bash and the CLI is a critically important skill for every software developer. In this short course, you'll learn the fundamentals of the Bash language and the command line interface (CLI) in general. By the end of this short course, you'll be quite comfortable using the CLI to accomplish whatever tasks come your way as a developer. You'll also just be significantly more productive and capable with your machine.
- Course
- Beginner
- Command Line (CLI)
-
Data Structures & Algorithms
Learn many of the most common data structures and algorithms, including Arrays, LinkedLists, Stacks, Queues, Hashmaps, and Trees. Dive into sorting algorithms using the bubble sort, insertion sort, selection sort, merge sort, and quick sort.
- Course
- Intermediate
- Python
- Java