Python
-

Python: 8 My program doesn’t work (Debugging)
When writing programs you will often encounter errors. Part of the Programming process is Testing your code and ensuring that it works…
-

Python: 7 Your first program – “Hello World”
In your editor of choice create a new file. write the line The print Function takes one or more arguments This is…
-

Python: 7 Documentation and Help
Below are some links to different Online documentation, guides and tutorials. When finding Resources make sure that you look up Python 3…
-

Python: 6 Numbers and Operators ( + – / * )
Numbers work as you would expect. Note that 2 and 2.0 are considered different types. 2 is an Integer and 2.0 of…
-

Python: 5 File and Project Management
It is really important to have excellent file management at all times but it is especially important when writing programs. The most…
-

Python: 4 Variables, Data Types and Assignment
Variables are used to store Data. They consist of an identifier or name that is used to reference the contents of the…
-

Python: 2 Displaying Output – Printing messages
Printing and displaying output is an essential Component of Programming. In Python we use the print() Function / command. You can Identify…
-

Python: 01 Comments
Comments are one of the best ways of ensuring that you write quality code that can be easily understood. Comments should Explain…
Search
Latest Posts
Categories
Archives
- June 2026 (23)
- May 2026 (2)
- April 2026 (5)
- December 2025 (1)
- November 2025 (2)
- October 2025 (3)
- September 2025 (4)
