Python

Python useful programming concepts.

binary, monitor, particles-1414324.jpg

Functions and Functional Programming in Python (1. Functions Input Interfaces or Signatures)

In the name of Allah, most gracious and most merciful, Functional programming is a new way of problem-solving that is different from procedural programming. We will start to see the world as a set of actions while in Object-Oriented Programming (OOP) we see the world as objects or nouns that interact together using actions that …

Functions and Functional Programming in Python (1. Functions Input Interfaces or Signatures) Read More »

Python Important Concepts

In the name of Allah, most gracious and most merciful, 1. Programming Paradigms 1.1 Procedural Step by step sequence of instructions. Programming Languages’ Examples: C, Pascal 1.2 Declarative It describes the solution characteristics rather than precise steps on how to solve a problem. Programming Languages’ Examples: SQL, Prolog 1.3 Functional Solving problems through a chain …

Python Important Concepts Read More »