Tech Glossary
Python Terms Explained for Total Beginners
Python is one of the most popular coding languages in the world, and it is also one of the most beginner-friendly. If you have ever wondered what people mean by 'writing a Python script' or using a 'library,' this page is your starting point.
Python
A popular coding language known for being readable and beginner-friendly.
Read moreScript
A short program written to automate a specific task.
Read moreLibrary
A collection of ready-made code you can add to your project.
Read moreVariable
A container that holds a piece of information in your code.
Read moreFunction
A reusable block of code that performs a specific task.
Read moreRelated categories
