Ahmed Obaid blog | Category: python


python

68 article


Introduction

Introduction to the Python programming language

by Ahmed Obaid on 4-11-2022

Python It is a high-level programming language. Python appeared in the late …


words: 795 | reading time: 8 minute


9515 0

Install and work environment

Install Python and configure the work environment on windows ...

by Ahmed Obaid on 6-11-2022

Installing or updating Python on your computer is the first step to …


words: 857 | reading time: 9 minute


13258 2

Install and work environment

Install Python and configure the work environment on Linux ...

by Ahmed Obaid on 8-11-2022


In this article, we will learn how to install Python on …


words: 648 | reading time: 6 minute


6353 0

Install and work environment

Install Python and configure the work environment on macOS ...

by Ahmed Obaid on 9-11-2022

Installing or updating Python on your computer is the first step to …


words: 971 | reading time: 10 minute


4105 0

comments

python comments

by Ahmed Obaid on 29-11-2022

Comments in Python are hints and descriptions that we use to make …


words: 448 | reading time: 4 minute


6199 0

reserved words

Reserved words in Python

by Ahmed Obaid on 29-11-2022

The reserved words in Python are the special and predefined words in …


words: 311 | reading time: 3 minute


9055 0

variables

Variables in Python

by Ahmed Obaid on 29-11-2022

A variable in Python is a location reserved in memory for storing …


words: 724 | reading time: 7 minute


15156 0

variables

Set multiple variables in one line in Python

by Ahmed Obaid on 6-12-2022

​As we mentioned earlier, a variable is a piece of memory with …


words: 434 | reading time: 4 minute


4452 1

variables

Global and local variables in Python

by Ahmed Obaid on 7-12-2022

​Global or global variables are variables that are declared outside the function. …


words: 527 | reading time: 5 minute


4254 0

variables

Standard data that are used in Python variables

by Ahmed Obaid on 1-12-2022

The data stored in memory can be of several types. For example, …


words: 633 | reading time: 6 minute


3268 0

data types

Data types in Python

by Ahmed Obaid on 13-12-2022

Python is a dynamic language. That is, we do not need to …


words: 188 | reading time: 2 minute


8313 0

numbers

Numbers in Python

by Ahmed Obaid on 13-12-2022

​You don't need to be a mathematician to code. Programmers only need …


words: 674 | reading time: 7 minute


5209 0

strings

Python String

by Ahmed Obaid on 18-12-2022

​Strings are among the most common data types in Python. We can …


words: 423 | reading time: 4 minute


2871 0

strings

Concatenation of Strings in Python

by Ahmed Obaid on 20-12-2022

​We call the merging of strings together concatenation or concatenation. Python offers …


words: 557 | reading time: 6 minute


3496 0

strings

Index and slice Strings in Python

by Ahmed Obaid on 21-12-2022

​A string in Python is a sequence of one or more characters …


words: 1023 | reading time: 10 minute


3968 0

strings

Python String Methods

by Ahmed Obaid on 15-1-2023

Python provides a lot of built-in functions for manipulating strings. String in …


words: 595 | reading time: 6 minute


2981 0

strings

String exchange functions in Python

by Ahmed Obaid on 18-1-2023

Python provides a lot of built-in functions for manipulating strings. String in …


words: 168 | reading time: 2 minute


2398 0

strings

String splitting functions in Python

by Ahmed Obaid on 26-1-2023

Python provides a lot of built-in functions for manipulating strings. String in …


words: 141 | reading time: 1 minute


1576 0

strings

String comparison functions in Python

by Ahmed Obaid on 20-2-2023

Python provides a lot of built-in functions for manipulating strings. String in …


words: 457 | reading time: 5 minute


2198 0

strings

String search functions in Python

by Ahmed Obaid on 22-2-2023

Python provides a lot of built-in functions for manipulating strings. String in …


words: 336 | reading time: 3 minute


1598 0

strings

Summary of strings in Python

by Ahmed Obaid on 24-2-2023

​Strings are among the most common data types in Python. We can …


words: 3383 | reading time: 34 minute


5707 0

lists

Introduction to Lists in Python

by Ahmed Obaid on 26-2-2023

Lists can be defined as a collection of values ​​or items …


words: 293 | reading time: 3 minute


2793 0

lists

Accessing elements from the List

by Ahmed Obaid on 28-2-2023

​To access the list items, reference is made to the index number. …


words: 313 | reading time: 3 minute


4388 0

lists

Indexing and slicing of lists in Python

by Ahmed Obaid on 19-4-2023

​Indexing in lists is handled in the same way as it is …


words: 272 | reading time: 3 minute


3768 0

lists

Adding Elements to a Python List

by Ahmed Obaid on 17-4-2023

Python provides a set of techniques and methods that can help you …


words: 358 | reading time: 4 minute


6043 0

lists

How to Remove an Element from a List in Python

by Ahmed Obaid on 18-4-2023

​Python provides many ways to help us remove a specific element from …


words: 361 | reading time: 4 minute


6183 0

conditional statements

Conditional statements in Python

by Ahmed Obaid on 3-11-2024

As the name suggests, conditional statements are used to handle conditions in …


words: 622 | reading time: 6 minute


2017 1

python exception

Errors and exceptions in Python

by Ahmed Obaid on 24-10-2024

An exception ( Exception ) is an unexpected event that occurs during …


words: 779 | reading time: 8 minute


3915 0

python exception

Python built-in error and exception statements

by Ahmed Obaid on 27-10-2024

Python contains a number of built-in exceptions, such as the known errors …


words: 602 | reading time: 6 minute


3510 0


العربيّة