Python examples


by - posted

My PDF document “Python examples”contains Python programming basics explained by examples. This document should help non programmers to understand the basics of the Python programming language. I cover basic input/output operations and control structures like the IF, WHILE and FOR. You will find data structure examples for : LISTS and DICTIONARIES and I will give […] Read the full post >

Programming language basic elements


by - posted

In this article, I will give you a summary of my document Programming language basic elements. This document is a guideline for teachers in basics for programming. Variables At the core of any program are variables. Variables are “boxes” for storing information. The scope of a variable is simply the part of code where you […] Read the full post >