🚀 Create your own Missions, build Guilds & turn users into real lifelong fans! ACT NOW!

Search results

2630 found

Print

In this tutorial on the Python print function, we are showing the way you can use Python print to output messages to the console or display results.

Sep 23, 2019
3 min read
9 examples
Map

Find out the uses of Python map function to apply functions to objects in sequences. This tutorial on Python map focuses on lists, tuples, sets and more!

Nov 25, 2019
4 min read
8 examples
flex-flow

The complete guide to the CSS flex-flow property: find out the best ways of using flex flow in your website and master the flex-flow property in CSS.

Aug 8, 2017
1 min read
1 examples
Round

The Python round function lets you round up floating point numbers. Learn to round in Python with clear explanations and examples of using Python round.

Feb 13, 2020
1 min read
2 examples
Random

The Python random module comes in handy for generating datasets & randomizing lists. Follow this guide and learn to work with the Python random module now!

Oct 3, 2019
4 min read
10 examples
Range

Python range() is a simple way to generate a sequence of consecutive integers. Learn how to use the Python range() function in this comprehensive guide.

Oct 1, 2019
4 min read
13 examples
Comment

A Python comment can be very handy when you need to test, debug, or explain your code. Learn to leave Python comment blocks and single-line comments now!

Feb 7, 2020
2 min read
4 examples
While Loop

A while loop Python lets you repeatedly run blocks of code when certain conditions are met. Learn all about the while loop Python in this beginner's guide.

Sep 30, 2019
4 min read
7 examples
Time

To work with time in Python, you have to use the Python time module that includes several handy functions. Learn how they work with a Python time guide!

Feb 12, 2020
3 min read
6 examples
<embed>

Use HTML embed tag to easily embed video in HTML. Read here how to embed responsively with the HTML embed tag. Don't forget to check the examples.

Mar 19, 2019
1 min read
4 examples