• Post category:StudyBullet-15
  • Reading time:3 mins read


Take your first step in becoming a programmer

What you will learn

Learn the meaning of programming

Ability to write simple python code

Learn how to think like a programmer and software engineer

Grasp the fundamentals of coding

Description

This course is considered as your first step in understanding computer science and becoming a programmer. The course focuses more on the practical side, and it will be updated with new lessons and exercises on a frequent basis near in the future. The full version of the course will introduce you to the concept of Variables, If-Statements, Loops, and arrays.

The course will introduce you with a high number of exercises in all the topics covered in the course. Because inorder to enhance your programming skills you need to practice as much as possible.


Get Instant Notification of New Courses on our Telegram channel.


To learn any programming languages or frameworks in the future you need to have the basics and the fundementals of programming which we will cover in this course. In addition, enrolling in this course will grant you the access to contact me if you faced any issue throughout the course, and I will be more than happy to help and share my knowledge with you.

At the end, this course is just an introduction, do not expect that you will land a job in Google after finishing it. It just makes you prepared to choose which path to take as a programmers such as, web-developer, mobile-developer and game developer.

English
language

Content

Introduction

Introduction to Programming
Pseudocode and Flowchart
Decision Structures
Introduction to Python
Variables
Convert Data Types
Take Input from User
Mathematical Operations
Type of Errors
Loops
For Loop
While loop
Nested Loops