Introductory Python: Basic Python Objects, Functions, and Loops— Part 1
pub.towardsai.net·4d
Flag this post

A complete introduction to built-in Python objects, functions, loops to error handling

27 min read6 days ago

Press enter or click to view image in full size

Image by Hitesh Choudhary on Unsplash

Computer programming languages are all about representing and manipulating structured information in a logical way. On a very low level, the keys we punched into the keyboard are translated into the firing of electronic transistors in the computer hardware that alter the computing system, such as the memory stored and the pixels that appear on the screen.

Analogous to languages we speak, there are multiple computer languages that can communicate with the operating system to manipulate the processes and memory, and one s…

Similar Posts

Loading similar posts...