the ultimate Python programmer test

1. Have you ever run Python?
2. Have you run Python on Linux?
3. ...On macOS?
4. ...On Windows?
5. Have you run your code in Python IDLE?
6. Have you heard about the Zen of Python?
7. ...Do you follow it?
8. Have you heard of PEP8?
9. Have you ever read the Python docs (docs.python.org)?
10. Have you used Python to automate your work?
11. Do you know who Guido van Rossum is?
12. Have you ever argued that Python is better than other languages?
13. Have you watched any Monty Python movies or series?
14. Do you know what PyPI is?
15. Have you created any PyPI packages?
16. Have you used both Python 2 and Python 3?
17. Have you run Python in Jupyter Notebook?
18. Have you used Python on a Raspberry Pi?
19. Have you used MicroPython?
20. Have you run Python on your phone?
21. Have you attended any Python meetups?
22. Have you been to any PyCon events?
23. Have you ever programmed in Python all night long?
24. Have you ever run code using python -c?
25. Do you know what Ellipsis object is?
26. Have you ever overwritten a built-in?
27. ...And was it print?
28. Have you ever created a cycle object?
29. ...And called list() on it?
30. Have you ever appended a list instance to itself?
31. Do you know what a .pyc file is?
32. ...And a .egg file?
33. ...And a .whl file?
34. Have you created an executable file from your script?
35. Has any of your scripts had more than 1000 lines?
36. Have you ever written Python code on paper?
37. Have you written a snake game in Python?
38. Have you ever sent email using Python?
39. Have you ever seen ImportError: attempted relative import...?
40. Have you encountered a UnicodeDecodeError?
41. Have you encountered a RecursionError?
42. Do you know what dunder methods are?
43. Do you know the difference between warnings and logging.warning?
44. Have you ever used a decorator in your code?
45. Have you ever manipulated an abstract syntax tree?
46. Have you ever used the antigravity module?
47. Do you know what the GIL is?
48. Have you heard of PyPy, Cython, Jython, or IronPython?
49. Do you sometimes host files using python -m http.server?
50. Do you use the Python shell as a calculator?