Beginner

Easiest skill level.

Resource type
Cost
Skill level
Certificate

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.

Copyblogger FM

Rainmaker.FM brings you the best tips, tactics, stories and strategies that provide acceleration for your business. Each day delivers eye-opening advice on some vital aspect of the ever-evolving digital marketing landscape.

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.

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.

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.

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.

Coding Blocks

We are a few guys who've been professional programmers for years. As avid listeners of podcasts and consumers of many things code-related, we were frustrated by the lack of quality programming (pun) available in listenable formats. Given our years of experience and real-world problem solving skills, we thought it might be worth getting into this world of podcasting and �giving back� a shot.

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.

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).

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.

Introduction to Data Structures

Data Structures and Algorithms (or DSA) is the most important course of any Computer Science program. In this course, we will deal with different data structures, their applications, running times, etc.

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.