TipsMake
Newest

Tags : learn python

Built-in Python functions
Python 25 May 2019

Built-in Python functions

in the previous article, you learned that python has a basic function type, one is a built-in function, two are user-defined functions. today, we will learn about a list of

Read More
Functions in Python
Python 25 May 2019

Functions in Python

what is python function? how is the syntax, components, and function types in python? how to create functions in python? these questions will be answered in the python lesson

Read More
The loop technique in Python
Python 25 May 2019

The loop technique in Python

in this python lesson, you'll learn how to control the execution of a loop using loop control statements like break and continue.

Read More
For in Python loop
Python 25 May 2019

For in Python loop

in this article, we will learn more about for for loop in python as well as its variations, how to use for to repeat a string of elements in python such as list, string or other

Read More
Learn the first Python program
Python 25 May 2019

Learn the first Python program

in this article we will learn a simple python program to get a little more insight into python, before starting to learn about the main components of this programming language.

Read More
How to install Python on Windows, macOS, Linux
Python 25 May 2019

How to install Python on Windows, macOS, Linux

to get started with python, you first need to install python on the computer you are using, be it windows, macos or linux. below is a guide to installing python on your computer,

Read More