bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch

Loading lesson path

Learn/Python/Reference and Practice
Python•Reference and Practice

Python Glossary

Concept visual

Python Glossary

keys map to buckets01kiwi:12pear:43apple:7grape:9

This is a list of all the features explained in the Python Tutorial. Your search did not match any feature in the glossary table.

Feature

Description

Indentation

Indentation refers to the spaces at the beginning of a code line

Comments

Comments are code lines that will not be executed

Multiline Comments

How to insert comments on multiple lines

Creating Variables

Variables are containers for storing data values

Variable Names

How to name your variables

Camel Case

Camel Case Variable Names

Pascal Case

Pascal Case Variable Names

Snake Case

Snake Case Variable Names

Assign Values to Multiple Variables

How to assign values to multiple variables

Output Variables

Use the print statement to output variables

String Concatenation

How to combine strings

Global Variables

Global variables are variables that belongs to the global scope

Previous

W3Schools Python Bootcamp

Next

W3Schools Python Certificate