Learn Advance Your Future.

 

Find the best courses, videos, books, podcasts, and blogs to learn a new skill

Learn ASP.NET

Are you a .NET developer looking at developing applications in the cloud? This path is for developers and architects who need to come up to speed quickly on Microsoft Azure.

Learn PHP

PHP is the most widely used server language on the web. This course will help you get started with the language in no time. We will cover installing a web server, PHP, and the MySQL database server. Then we will process form data and later store everything in a MySQL database.

Learn Python

In this path you will learn the basics of Python and more advanced topics such as object-oriented design and code organization.

C Introduction | Codesdope

C is one of the most widely used computer programming languages. The reason C is so popular is because it is reliable, simple and easy to use. This is why despite the fact that so many new languages have come up, C continues to be the most widely used.

C++ Introduction

C++ is one of the most popular programming languages. It is based on C but is an object-oriented programming language. It is widely used in graphics libraries, games, network devices, etc.

Python Introduction

Python is a widely used high-level dynamic programming language. It is a very simple, friendly and easy to learn programming language. It is the best choice for a beginner programmer. Python source code is also available under GNU General Public License (GPL).

Ruby Introduction

Ruby is a dynamic, reflective, object-oriented, general-purpose, open-source programming language. It is a very simple, friendly and easy to use programming language. Its creator, Yukihiro �Matz� Matsumoto has often said that he is �trying to make Ruby natural, not simple,� in a way that mirrors life.

C Programming Tutorials

These tutorials include a series of well-written and tested tutorials for the C Programming language. It starts with the very basics explanations and will take you to the deeper levels of the programming concepts including data types, loops, functions, pointers, arrays, header files, file operations, IO operations, strings, console IO, etc.

Data Structures Tutorial

Data Structures and Algorithms play a major role in our programming world. Series of data structure topics like linked list, stack, queues, trees, graphs, etc. We have used very simple language and examples to help you better understand the problem.

Try Django 1.11

Learn the fundamentals behind one of the most popular web frameworks in the world: Django. We will teach you step-by-step how to implement concepts like Views, Template Rendering, Forms, Saving Data, URL routing, Deployment aka Going Live, and so much more.

C++ Tutorials

In this first C++ programming language tutorial we are going to look at the history of the C++ language. Many other programming languages are derived from the C language. Some did well and some did not. The languages Objective-C and C++ for instance are derived from the C language. Both languages add the �object oriented� element to the language C. One of the most recent languages, that used much of the C language, is Java.

Corporate Education Group

CEG offers several of its popular project management courses in the virtual environment. Participants experience the same curriculum, interaction with peers and instructors and real-time exercises, case studies and exchange of ideas as in the traditional classroom ' but right from their desktop. Classes are typically delivered in 3-hour sessions over a period of several weeks.

C++ Tutorial | Cosmic Learn

C++ programs can be developed via an IDE like Microsoft Visual Studio IDE or NetBeans for C/C++. However for beginners it is recommended to start programming via a text editor like vi so that you can get a firm grasp of the concepts of the language. We have started this training module with a hello world program as displayed above.

C# Tutorial | Cosmic Learn

C# programs can be developed via IDE like Microsoft Visual Studio, SharpDevelop or MonoDevelop. However for beginners it is recommended to start programming via a text editor so that you can get a firm grasp of the concepts of the language. We have started this training module with a hello world program as displayed above. You can use the left hand navigation to jump directly to a C# module you are interested in.

Docker Tutorial

Docker is a Container Engine. A Container Engine sits on top of Operating System and Hardware. A Container Engine allows us to run Guest Applications on top of the Operating System. All Containers will share the Operating System resources.

GO Tutorial

Go language supports Garbage collection and Type safety. We can build go program using go build command. It will generate an executable file, which can then be run. For instance let us say we kept the above program in a file called cosmiclearn.go, we can build and run using the following commands. Don't fret, this is just an introduction. In the next chapter, we will look into how to install Go and setup your environment.

JavaScript Tutorial

All programming training in cosmiclearn.com will be started with a hello world module. You can use the left hand navigation to jump directly to a JavaScript module you are interested in.

R Tutorial

Welcome to R Tutorial! R is an open source statistical language used for Data Science. R provides inbuilt functions like mean, median etc and data structures like Array, Matrix and Data Frame to help with statistics.

Clear Both