Search result for Online Courses & Certifications
Get Course Alerts by Email
Python Project for AI & Application Development
by Ramesh Sannareddy , Joseph Santarcangelo- 4.6
Approx. 7 hours to complete
This mini-course is intended to apply foundational Python skills by implementing different techniques to develop applications and AI powered solutions. Assume the role of a developer and unit test and package an application with the help of multiple hands-on labs. PRE-REQUISITE: **Python for Data Science, AI and Development** course from IBM is a pre-requisite for this project course....
Laboratório de Programação Orientada a Objetos - Parte 1
by Fabio KonTop Instructor- 4.8
Approx. 21 hours to complete
Este curso apresenta os conceitos mais importantes em torno do paradigma de desenvolvimento mais comum da indústria de software hoje: a Programação Orientação a Objetos (POO). Ele funciona bem como uma sequência natural aos 2 cursos anteriores do Prof. Fabio Kon do IME-USP no coursera: Introdução à Ciência da Computação com Python....
Introducción al desarrollo web
by José Bocanegra- 4.5
Approx. 14 hours to complete
Este curso te proporcionará los conceptos básicos para iniciarte en el fascinante mundo de la Ingeniería de Software para aplicaciones web. El curso no termina allí. Este no es un curso teórico, es 100% práctico, y está complementado con una serie de tutoriales, cuestionarios y evaluaciones que permitirán determinar tu progreso....
Game Design and Development 1: 2D Shooter
by Brian WinnTop Instructor- 4.7
Approx. 15 hours to complete
If you love games and want to learn how to make them, then this course will start you down that path. Making games is a creative and technical art form. In this course you will familiarize yourself with the tools and practices of game development and well as the process. From Game Player to Game Developer...
DevOps and Build Automation with Python
by Aspen Olmsted- 4.4
Approx. 13 hours to complete
This course is the final course in a series that aims to prepare you for a role working as a programmer. In this course we will look at several automation concepts in DevOps with Python. Labs will allow the students to apply the material in the lectures in simple computer programs designed to re-enforce the material in the lesson....
Game Design and Development 2: 2D Platformer
by Brian WinnTop Instructor- 4.8
Approx. 12 hours to complete
If you love games and want to learn how to make them, then this course is your second step down that path. In this course you will learn the fundamentals of game design, including an understanding of the game world, storytelling, gameplay, user experience, and game technology. Your Second Step into Game Design and Development...
Functional Programming Principles in Scala
by Martin Odersky- 4.8
Approx. 41 hours to complete
Functional programming is becoming increasingly widespread in industry. This trend is driven by the adoption of Scala as the main programming language for many applications. Scala fuses functional and object-oriented programming in a practical package. It interoperates seamlessly with both Java and Javascript. Scala is the implementation language of many important frameworks, including Apache Spark, Kafka, and Akka....
Functional Program Design in Scala
by Martin Odersky- 4.5
Approx. 35 hours to complete
In this course you will learn how to apply the functional programming style in the design of larger Scala applications. You'll get to know important new functional programming concepts, from lazy evaluation to structuring your libraries using monads. We'll work on larger and more involved examples, from state space exploration to random testing to discrete circuit simulators....
C++ Basics: Selection and Iteration
by Anh Le , Elise Deitrick- 4.5
Approx. 9 hours to complete
Code and run your first C++ program in minutes without installing anything! This course is designed for learners with no coding experience, providing a solid foundation of not just C++, but core Computer Science topics that can be transferred to other languages. The modules in this course cover printing, operators, iteration (i....
Introduction to Object-Oriented Programming with Java
by Evan Bergman , Noel J. Bergman- 4.7
Approx. 17 hours to complete
Introduction to OO Programming with Java is course 2 of the Core Java Specialization. After completing this course, you'll be able to create simple Java classes that exhibit the principle of Encapsulation, to import other classes for use, to work with Strings, print output and use advanced math functions. Classes and Objects...