Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Master Fundamentals of Programming for Beginners
Rating: 4.2 out of 5(90 ratings)
5,421 students

Master Fundamentals of Programming for Beginners

Learn Fundamental programming languages with easy to understand examples
Last updated 1/2018
English

What you'll learn

  • You will be able to write your own small applications at the end of this code.
  • You will learn basic industry standard programming languages

Course content

23 sections120 lectures13h 1m total length
  • Introduction to Shell2:44
  • Starting with Terminal1:51

    discover how to open the linux shell on Ubuntu or any Linux by searching for terminal, launching the terminal application, and pinning it to the taskbar.

  • Basic Directories Commands5:44

    Explore the Unix file system using pwd to view current directory, cd to move to root, home, or downloads, and ls to list contents, noting tilde shortcuts and case sensitivity.

  • File Listing in Shell8:36

    Use ls to list contents, ls -l for permissions, and ls -a for hidden files. Distinguish directories, files, and links by the first character, and navigate with cd and pwd.

  • File Permissions4:51

    Discover how to view and interpret file permissions, recognizing owner, group, and others, and the read, write, and execute flags used in examples.

  • Changing File Permissions7:09

Requirements

  • Any Programming Knowledge is Preferable, but not compulsory
  • You may need to download tools and compilers, if required

Description

This course covers fundamental programming languages, starting with Linux Shell, C and Java

This course begins with the fundamentals of Linux shell with the terminal, we'll explore a variety of areas of the shell, such as scripting, together with utilities such as grep and sed, C and Perl programming in Linux, control flow in addition to the document structure. You'll also discover how to browse the directory structure, show the contents of directories, the best method to comprehend and operate with file permissions, the way to replicate, move, and remove files and directories. We will also cover regular expression syntax in the context of studying grep, then utilize what we have heard as we all perform.

Then we are going to begin with data types of C, then understand C's strongest component, the pointer. Recognizing pointers makes it possible for us to grasp the inherent character of arrays and structs, parameters passed by reference, and a number of different things hidden by additional languages but vulnerable in C.

We'll have a look at how to run the interpreter from the control line in Python, in addition to the way to do our Python source documents. Following that, we'll learn how to control a few fundamental information types. We'll learn about how use Python to perform simple arithmetic. Afterward, we'll find out about working with characters and words, with a data type called the "series". We'll also pay for the Boolean form, which will be a representation of True and False interior of a programming language.

I hope you’ll join us for this exciting course.

Who this course is for:

  • Any Fresher wants to learn Core Programming Language
  • Experts who wish to brush up their Programming Knowledge