DEV Community

Masashi
Masashi

Posted on

4 1 2 1 2

What Is Python Like?

Hello there people! Hope y'all can relate to this and more importantly, hope y'all enjoy!

When a new Python developer sees code with semicolons run flawlessly:

Shocked cat gif

When you get a huge task, but you can just import it:

Girl chilling

When you accidentally mix tabs and spaces:

Saitama watching destruction

When your 3AM session gives you bugs.

Head banging

Waiting for PyCharm to start:

Kid waiting

Python developers when they code in C:

Excited dancing

Someone after creating first Django project:

Pablo feeling proud

Removing the max recursion limits in Python:

Fire

When you realise that Python is older than Java

Trippy loop

When someone says you cannot run arbitrary pseudo code, but you use Python:

Wrong

PyPy is written in Python:

Loop

Asking old projects to migrate to Python 3:

Decline. Cat nodding violently

I wrote this code:

true=False
false=False
if(true==false):
  print("Need a break?")
Enter fullscreen mode Exit fullscreen mode

My friends' reaction:

Wierd stare with sheer disgust

Python programmers fighting the Rust compiler:

Throws monitor away in frustration

This was my collection of memes. I think that you found it funny. Feel free to share your favourite memes in the comments. If it seems like something doesn't make sense, maybe I can explain in the comments.

Oh, and enjoy your life. Hope y'all stay well.

Image of Datadog

The Essential Toolkit for Front-end Developers

Take a user-centric approach to front-end monitoring that evolves alongside increasingly complex frameworks and single-page applications.

Get The Kit

Top comments (3)

Collapse
 
__masashi__ profile image
Masashi

Do y'all hv any funny python moments where you just felt dumbfounded? Here's one from me:

  • I was stuck in a bug for two days. I changed other places trying to see why a function was not accessible. When I posted the code on discord, I found out that the function had moved into another function (indentation issues). What about y'all?
Collapse
 
vivekcodes profile image
vivek patel

When you finally realise that Python is plain english. ( brain, you don't have to cut me off meme template)

Collapse
 
__masashi__ profile image
Masashi

Lol. Fr. I felt exactly like that.

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more