arent classes just useless? you can just use a dict or in most cases just save it in a picke...
Yes
I said although I don’t support israel, israelis don’t deserve all of the hate just for their nationality
If you hate on israelis, you should hate on Americans too as we are the biggest israel enablers
I will probably get banned for this neutral statement which will prove mods are biased
Sad that telling people not to be racist/xenophobic warrants a ban on this site
Classes in python aren't useless. Good code is more than just getting the thing to work. Classes provide an opportunity for the programmer to define an informative and descriptive interface for the logic being encapsulated. Instance/Class methods, constructor methods, and Meta classes allow for that!
Jamming everything into a dictionary, is, as you point out, sometimes possible, but would frequently sacrifice opportunities to organize the logic in a way that makes it easier for someone reading your code to understand how it works and what you were trying to accomplish.