matplotlib scatter

Creating Scatter Plots With Pyplot, you can use the scatter() function to draw a scatter plot. The...

matplotlib markers

Markers You can use the keyword argument marker to emphasize each point with a specified marker: ...

matplotlib line

Linestyle You can use the keyword argument linestyle, or shorter ls, to change the style of the plotte...

matplotlib labels

Create Labels for a Plot With Pyplot, you can use the xlabel() and ylabel() functions to set a label...

matplotlib grid

Add Grid Lines to a Plot With Pyplot, you can use the grid() function to add grid lines to the plot...

python datetime

Python Dates A date in Python is not a data type of its own, but we can import a module named datetime...

python datatypes

Built-in Data Types In programming, data type is an important concept. Variables can store data of...

python conditions

Python Conditions and If statements Python supports the usual logical conditions from mathematics: ...

python compiler

Python Compiler (Editor) With our online Python compiler, you can edit Python code, and view the result...

python comments

Comments can be used to explain Python code. Comments can be used to make the code more readable. Comme...

python classes

Python Classes/Objects Python is an object oriented programming language. Almost everything in Python...

python casting

Specify a Variable Type There may be times when you want to specify a type on to a variable. This can...

Python default

  Python is a programming language. Python can be used on a server to create web applications....