My first encounter with underscores was when I started to learn C++  in high school. Among my first lessons was the naming conventions of variables and interestingly underscore was the only non-alphanumeric character that could be used in variable names. Later in college, as I moved to Python I found it very intriguing that how an underscore was used in so many different ways to accomplish different goals.

#python #object-oriented #python-programming

Underscore Phenomena in python
1.75 GEEK