Programming

Sort options

Discrete Optimization (Coursera)

Tired of solving Sudokus by hand? This class teaches you how to solve complex search problems with discrete optimization, including constraint programming, local search, and mixed-integer programming. Optimization technology is ubiquitous in our society. It schedules planes and their crews, coordinates the production of steel, and organizes the transportation [...]

Creative Programming for Digital Media & Mobile Apps (Coursera)

This course is for anyone who would like to apply their technical skills to creative work ranging from video games to art installations to interactive music, and also for artists who would like to use programming in their artistic practice. This course will teach you how to develop and [...]

Introduction à la programmation orientée objet (en Java) (Coursera)

Ce cours introduit la programmation orientée objet (encapsulation, abstration, héritage, polymorphisme) en l'illustrant en langage Java. Il présuppose connues les bases de la programmation (variables, types, boucles, fonctions, ...). Il est conçu comme la suite du cours « Initiation à la programmation (en Java) [...]

Java for Android (Coursera)

This MOOC teaches you how to program core features and classes from the Java programming language that are used in Android, which is the dominant platform for developing and deploying mobile device apps. In particular, this MOOC covers key Java programming language features that control the flow of [...]

AI Principles with Edge Computing (Coursera)

Apr 22nd 2024
AI Principles with Edge Computing (Coursera)
Course Auditing
Categories
Effort
Languages
With the paradigm shift of Digital Transformation in industries, there exists a huge volume of digital data in cloud storage about the Men, Materials and Machines of the organization. This data incurs a lot of information which could be used for process planning, predictive failures and business optimization. This [...]

Microcontroller and Industrial Applications (Coursera)

Apr 22nd 2024
Microcontroller and Industrial Applications (Coursera)
Course Auditing
Categories
Effort
Languages
Today, there exists a changing paradigm for every organization towards Digital Transformation in alignment with rapid growth of Industrial Automation. As automation impacts the business-returns directly, every organization, be it Designing, Manufacturing, Assembling or Logistics sector, sincerely is getting transformed as Digital Industries. One of the key elements underneath [...]

Basic Programming in Python II (Coursera)

This hands-on Python programming course offers students an opportunity to obtain proficiency in the core concepts of Python as well as the programming skills for building applications using tools from various task-specific Python libraries. The course covers important topics in computer science and information systems such as data types, [...]

Basic Programming in Python I (Coursera)

This hands-on Python programming course offers students an opportunity to obtain proficiency in the core concepts of Python as well as the programming skills for building applications using tools from various task-specific Python libraries. The course covers important topics in computer science and information systems such as data types, [...]

Advanced C# Programming in .NET Core (Coursera)

Apr 22nd 2024
Advanced C# Programming in .NET Core (Coursera)
Course Auditing
Categories
Effort
Languages
Embark on a journey to master Advanced C# Programming in .NET Core through our comprehensive course. Explore the intricacies of Advanced Language Features, unlocking the full potential of C# to refine your coding skills. Dive into Object-Oriented Programming Techniques, achieving proficiency in design patterns and crucial principles for crafting [...]

Object-Oriented Programming and GUI with Python (Coursera)

In this course we will implement object-oriented programming into Python programs; outline the importance of why and how we use object-oriented programming; and learn how to use inheritance when designing a program. We will also look at how to build a graphical user interface for a basic program.