Articles in this series
A short introduction to Python programming language. · Python is a high-level, general-purpose programming language. Its design philosophy emphasizes...
How to use prompt engineering with Rix to learn Python. · What is prompt engineering? Prompt engineering is the art and science of crafting the right...
What are basics and fundamentals of programming in Python? · Here is a summary of the basics of Python: Python is an interpreted, object-oriented,...
Learn about variables, literals and expressions in Python. · Variables & data literals Variables: Variables are used to store values that can be used...
keywords, indentation, statements and #! · Keywords: Python has a set of reserved words called keywords which have special meanings. Python has a total...
Introduction to python functions and subprograms · Functions are a block of code that performs a specific task. They allow us to split our program into...