Learn python for absolute beginners (With Notes)
- Description
- Curriculum
- FAQ
- Reviews
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.
· 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
-
1Download VS code and python softwareVideo lesson
This chapter explains how to set up Visual Studio Code for Python Development. Visual Studio Code also known as VS Code, which is free and open-source code editors developed by Microsoft. It is mostly used by software developers of all the top programming languages, as it is having lots of cool features, flexibility and other integrated development tools like debugging, IntelliSense, etc. Visual Studio Code is available to be downloaded for all platforms like Windows, Linux, and macOS.
-
2hello world programVideo lesson
Working with Python in Visual Studio Code, using the Microsoft Python extension, is simple, fun, and productive. The extension makes VS Code an excellent Python editor, and works on any operating system with a variety of Python interpreters. It leverages all of VS Code's power to provide auto complete and IntelliSense, linting, debugging, and unit testing, along with the ability to easily switch between Python environments.
After completing chapter you will able to create your first program. You can also understand how to install extensions, what is the use of python extension, features of python extension and you can increase program typing speed by using amazing features of python extension.
-
3pip install moduleVideo lesson
After completing this chapter you will able to create your first program. You can also understand how to install extensions, what is the use of python extension, features of python extension and you can increase program typing speed by using amazing features of python extension.
-
6String in Python (Part - 1)Video lesson
After completing this chapter you will understand String concept, how to write string in program, how to access characters of string and various ways to access a string.
-
7String in Python (Part - 2)Video lesson
After completing this chapter you will understand various string methods.
-
8List in PythonVideo lesson
List – A list is an ordered and mutable Python container, being one of the most common data structures in Python. After completing this chapter you will understand concept of list and various list methods.
-
9Take user input in PythonVideo lesson
User Input - Python allows for user input.That means we are able to ask the user for input.The method uses the input() method. After completing this chapter you will understand how to take input from user.
-
10Tuples in PythonVideo lesson
Tuples are used to store multiple items in a single variable. Tuple is one of 4 built-in data types in Python used to store collections of data. After completing this chapter you will understand concept of Tuples and various Tuples methods.
-
11Set in PythonVideo lesson
Sets are used to store multiple items in a single variable. Set is one of 4 built-in data types in Python used to store collections of data. After completing this chapter you will understand concept of Set and various Set methods.
-
12Dictionary in PythonVideo lesson
Dictionaries are used to store data values in key: value pairs. After completing this chapter you will understand concept of Dictionary and various Dictionary methods.
-
13If else condition in PythonVideo lesson
In programming we need to make some decisions and based on these decisions, we will execute the next block of code. Decision making statements in programming languages decides the direction of flow of program execution. After completing this chapter, you will understand concept of if else conditions in python.
-
14Loops in PythonVideo lesson
In programming we need to make some decisions and based on these decisions, we will execute the next block of code. Decision making statements in programming languages decides the direction of flow of program execution. After completing this chapter, you will understand concept of if else conditions in python.
-
15Continue- break statement in PythonVideo lesson
In Python, break and continue statements can alter the flow of a normal loop. Loops iterate over a block of code until the test expression is false, but sometimes we wish to terminate the current iteration or even the whole loop without checking test expression. After completing this chapter, you will understand concept of continue break in python.
-
16Function in PythonVideo lesson
After completing this chapter, you will understand the basics of Python functions, how to create and call a function. By the end of reading this tutorial, you’ll be an expert at writing functions in Python.
-
17Random module in PythonVideo lesson
Random modules are used to generate random numbers or string. After completing this chapter, you will understand working of random module.
-
18File handling in PythonVideo lesson
File handling is an important part of any web application. After completing this chapter, you will understand various operations perform on file.
External Links May Contain Affiliate Links read more