mansourjr.bsky.social
mansourjr.bsky.social
@mansourjr.bsky.social
Top 10 best places to visit in Africa according to World travelers worldwide

1)- Zanzibar, Tanzania 🇹🇿

2)- Cape Town🇿🇦

3)- Cairo 🇪🇬

4)- Marrakesh 🇲🇦

5)- Mombasa 🇰🇪

6)- Namibia 🇳🇦

7)- Lagos🇳🇬

8)- Lake Victoria 🇹🇿 x 🇺🇬

9)- Seychelles 🇸🇨

10)- Cape Verde 🇨🇻
January 26, 2024 at 3:49 AM
If Joe Biden and Donald Trump are the best possible leaders (or even in the top 10000 best leaders) the 350 million US Americans can come up with, then the US is doomed. If they are not, then their political system simply doesn't work. Why can't people admit that?
January 17, 2024 at 10:52 AM
BREAKING:

⚡ 🇾🇪🇸🇦🇶🇦 Saudi Arabia, Qatar and UAE are officially in war with Yemen according to the Houthis

The Houthis warn Saudi Arabia, Qatar and the UAE:

"if you open your airspace to the US and UK then you are officially at war with us"

They already did it.

Palestinians
#GazaWar
#Gaza
January 12, 2024 at 3:05 AM
The US and UK will bomb Yemen to both distract from the genocide trial against Israel, while simultaneously ensuring that the genocide in Gaza continues.

The whole world is watching as war mongers further reveal their hypocrisy & moral bankruptcy.

Enough is enough.

🇵🇸 🇿🇦 🇾🇪
January 12, 2024 at 2:33 AM
The attacks on Yemen are once again facilitated by a handful of sellout stooges and self-proclaimed "Arab" kings who allow these invaders to litter Arab soil with their bases. They represent no one and are only in power because the West put them there.
January 12, 2024 at 2:31 AM
What's your favourite Python 🐍 one-liner? 🚀
January 8, 2024 at 12:55 AM
Python tip:

You can call magic methods (aka dunder methods) directly - but you shouldn't.
They're meant to be called by the interpreter, and calling them directly hurts readability, skips additional checks, and causes undesired behavior.
December 30, 2023 at 11:35 PM
Python tip:

Python has a built-in method for returning a (pseudo) random element from a sequence - "random.choice".
December 30, 2023 at 8:07 AM
Python tip:

f-strings are the most popular way to format strings.
Did you know they can do more than just print out variable values?

For example, you can do an expression or call a function within them.
December 29, 2023 at 9:56 AM
🚀 Tip: Instead of traditional loops, use concise syntax to create lists in a single line.

Example: `[x**2 for x in range(1, 6)]` generates [1, 4, 9, 16, 25].

Efficiency and elegance in one line! 🐍💡 #PythonTips #Coding
December 28, 2023 at 9:16 PM
Unlock the magic of coding with Python! 🚀 Join me for tips, tricks, and a journey through the world of #PythonProgramming. Let's turn ideas into reality together! 🐍✨ #CodingMagic #ProgrammingCommunity
December 28, 2023 at 8:57 PM