Book Image

Practical Python: Learn Python Basics Step by Step - Python 3 [Video]

By : Edouard Renard
Book Image

Practical Python: Learn Python Basics Step by Step - Python 3 [Video]

By: Edouard Renard

Overview of this book

Python is one of the most popular programming languages and gives a lot of scope and opportunities in the field of programming hence, this course will help you build a strong foundation to achieve your professional goals. The course is recorded with the latest Python version: Python 3. It is a practical focused course, thus making it compressive and easy to follow for beginners stepping into the world of programming. The course is divided into four levels. The first level is about Python shell, variables, data types, lists, and user input. The second level will take you through Python IDE (PyCharm), comments, functions, and scope. The third level is about conditions (if) and loops, followed by the fourth level, which is to read/write to a file, use and create Python modules, and run a Python program from the terminal. There is also a bonus lesson on OOP (Object-Oriented Programming). Learning OOP will help you enhance your skills further. By the end of the course, you will have a strong foundation in Python, and you will be able to build on that foundation with confidence.
Table of Contents (7 chapters)
Chapter 3
Python Basics Level 2
Content Locked
Section 7
Function Return Statement
This video shows how to make a function return value.