• Post category:StudyBullet-8
  • Reading time:4 mins read


Learn the basics of programming with no prior knowledge required. Ideal for anyone new to Programming.

What you will learn

Understand basic programming concepts and tools like IDEs and text editors

Plan, write, and debug simple coding projects in Python

Use print functions, variables, conditions, arrays, loops, and functions

Learn about skills and techniques to develop your programming skill set and get a job

Description

Do you need to understand the basics of Programming? Have you found that many training resources use complex technical jargon that makes it difficult to understand the basic concepts? If you need to get a basic understanding of programming quickly and clearly, this is the course for you. We will use real examples of python and java code that you can try on your own.

This course will teach you the following:


Get Instant Notification of New Courses on our Telegram channel.


  • What is programming? And which programming language should I learn?
  • What is an IDE and how does it help us write code?
  • How can we use pseudocode to plan a project?
  • Using print statements to produce output to the console
  • Understanding errors and how to effectively debug codeHow can I use basic arithmetic operators and variables in my code?
  • Usage of conditional statements such as if/esle
  • Using Switch statements to evaluate multiple conditions without multiple if/else statements
  • How to use arrays to contain multiple values
  • Creating loops and functions to carry out repeated tasks

I have taught over 200,000 students across a variety of platforms, and I think anyone who needs to understand programming will love this course. Most lectures in this course are 5 – 10 minutes long. This course gives you an understanding of the most critical knowledge areas of programming.

English
language

Content

Introduction

Introduction
IDEs and Syntax
Tools Used in this Course
What is Pseudocode?
Print Functions
Trap #1 – I’ll Come Back to this Later…..
How to use Code Samples
Basic Arithmetic Operators
Trap #2 – Maintain a Growth Mindset
Variables
Trap #3 – Jack of All Trades…
More about Variables
Conditional Statements
Trap #4 – Learn by Watching?
Switch Statements
Trap #5 – Flying Solo
Arrays
Landing a Job in Programming
Loops
Errors
Debugging
Functions
Recursion