Walid El Hefny

@walidelhefny
0 Followers
2 Following
8 Posts
πŸ‘¨πŸΌβ€πŸ« Researcher
πŸ‘¨πŸΌβ€πŸŽ“ B.Sc. β€˜18 & M.Sc. β€˜22
πŸ‘¨πŸΌβ€πŸ’» Computer Science & Engineering
Websitehttps://www.walidelhefny.com
LinkedInhttps://www.linkedin.com/in/walidelhefny
Google Scholarhttps://scholar.google.com/citations?user=Bk6r2kIAAAAJ&hl

Thank you, JohnCena, for the incredible moments you gave us during your WWE career. You’ll always be my favorite wrestler. It was an honor growing up watching you.

The absolute highlight was finally seeing you live at #WWEClash in Paris during your farewell tour. πŸ‡«πŸ‡·πŸ #ThankYouCena

Modifying Lists in Python 🐍

How to insert and remove items in a list using different methods?

πŸŽ₯ Free Python for Beginners YouTube course: https://www.youtube.com/watch?v=bLSTVnkDfUg

#python #programming #coding #code #lists #list #technology #computerscience

Chained Comparisons in Python 🐍

How to check if a value is between a range?

The variable/function gets executed only once when using chained comparisons, compared to twice when using the "and" operator.

πŸŽ₯ Free Python beginners YouTube course: https://www.youtube.com/watch?v=bLSTVnkDfUg

#python #programming #coding #technology #code #computerscience

Reversing Lists in Python 🐍

Q: How can we reverse the order of items in a list without changing the original variable?
A: By using slicing [::-1]

If the step value has a negative sign, it moves backward from the end of the list toward the beginning.

πŸŽ₯ Free Python beginners YouTube course: https://www.youtube.com/watch?v=bLSTVnkDfUg

#python #programming #coding #computerscience #technology #code

Swapping Variables in Python 🐍

How does swapping variables using a,b = b,a work in Python?

R1: Pack a and b into a temporary tuple (b,a).
R2: Assign the first tuple item to a.
R3: Assign the second tuple item to b.

πŸŽ₯ Free Python beginners YouTube course: https://www.youtube.com/watch?v=bLSTVnkDfUg

#python #programming #coding #code #computerscience

Remainder (Modulus % Operator) in Python 🐍

Example: If 5 apples are shared among 2 persons, how many apples are left?

R1: How many apples will each person take?
R2: How many apples will be distributed?
R3: How many apples are remaining?

πŸŽ₯ Free Python beginners YouTube course: https://www.youtube.com/watch?v=bLSTVnkDfUg

#python #programming #coding #computerscience #technology

πŸš€ Learn Python from scratch!

Step into the world of coding with the Introduction to Python Programming for Beginners πŸπŸ’» crash course.

Fun, easy, and beginner-friendly!

πŸŽ₯ Watch here: https://www.youtube.com/watch?v=bLSTVnkDfUg

#python #coding #programming #learn #computerscience #code

Introduction to Python Programming for Beginners

YouTube
Check out my personal website. It contains information about my academic career, teaching experience, education, and publications.
https://www.walidelhefny.com
#research #tech #technology #academic #teaching #education
Walid El Hefny

Walid El Hefny is a researcher at the Leibniz-Institut fΓΌr Wissensmedien (IWM) and University of TΓΌbingen