User profile: Golden Lizard

User info
User name:Golden Lizard
Location:Romania
Bio:Working as an android game programmer by day, sleeping by night.

I enjoy graphic programming (mainly OpenGL in Python), especially fractal generation.
Statistical data
Gender:Male
Occupation:Programmer
Skills:C
Python
Python/MFC
Assembly
Java
Javascript
Python
History
Joined:May 5, 2015 at 4:28pm
Number of posts:310
Latest posts:

Single "&" Inside The If-Statement in Python?
That's a bitwise and. Look here for more details about bitwise operations: http://www.Python/...

one more noob question not found on google
[quote] Are that kind of graphics actually possible with Python?[/quote] Python is the go-to language for...

one more noob question not found on google
Yes, you can do pretty much anything in Python.

Why do some users find it degrading when posting in the beginners?
This seems to be a non-issue, he can just ask it in another subforum. A question won't be harder or ...

odd and even mouse clicks
Those nested ifs are eyesore as hell. Here are my 2 cents, don't count odd and even clicks, just hav...