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


hands on python tutorial

What you will learn

basics concepts of python

concepts of modules, conditional statements, functions,file handling

hands on programming examples of operator, string, number, tuple, dictionary, set, list, random module

hands on projects like guess the number and Snake,Water,Gun game

Create your own basic programs with python

Learn how to use Python and text editor VS Code the right way

Understand complex functions in python

Description

About This Course

Learn how to program in python, python functions, all basic concepts in python.

Skill level: Beginner Level

Languages: English

Lectures: 21

Description –

Programming can sometimes be very hard to learn especially if you have no experience in this field. But this course has everything that you need to be able to start your programming career or improve your programming skills by learning all the basics of python. Anyone can join this course who is –

ยท school student and want to learn how to program in python.

ยท anyone who need to learn this programming language for work.


Get Instant Notification of New Courses on our Telegram channel.


ยท anyone who want to build a personal project that requires programming knowledge.

ยท anyone who want to learn a new skill and curious about programming

After completing this course, you will understand what exactly a python is. Also you can handle VS codeable to write python programs, create small projects or simple games.

The way the course is made is really done to help you learn all the basics of this programming language. From installing your text editor to writing your first lines of code to create a project everything is structured to help you achieve your goal of learning how to program in python. The goal is really to help you have a complete understanding of this programming language.

Why should I take this course?

If you want to learn programming then you should definitely take the course. Not only you will have created a lot of projects by the end of it and you will also have a very good knowledge of different python concepts. Also, you will understand the logic behind this programming language as well as many of its functions.

What youโ€™ll learn

โ€ข Learn how to use Python and text editor VS Code the right way

โ€ข Understand complex functions in python

โ€ข Be able to use python on a daily basis

โ€ข Create your own basic programs with python

Are there any course requirements or prerequisites?

โ€ข Having a computer

โ€ข Desired to learn programming in python

โ€ข No experience required

English
language

Content

Introduction to Python and write a first program in python
Download VS code and python software
hello world program
pip install module
variables, data type, numbers, typecasting and operators
variables, data type, numbers, typecasting
Operators in python
String in Python
String in Python (Part – 1)
String in Python (Part – 2)
List, Tuple, Set, Dictionary
List in Python
Take user input in Python
Tuples in Python
Set in Python
Dictionary in Python
Loops and conditional statements in Python
If else condition in Python
Loops in Python
Continue- break statement in Python
Function, File handling, Random module in Python
Function in Python
Random module in Python
File handling in Python
Projects
Project 1 – Guess the Number
Snake, Water, Gun game