How much do you know about Python?
To learn more about your state of knowledge and to be able to plan the following sessions better I will start a poll where you can rate your current state of python knowledge:
How much do you know about Python?
- How much do you know about Python?12 votes
- 0: I know nothing about python but I am very curious and like to learn :)  8.33%
- 1: I am a beginner. I have installed python and can write a "Hello World"25.00%
- 2: Basic knowledge: I can write classes and functions but I don't grasp concepts like decorators66.67%
- 3: I know my stuff. Generators and Decorators are no problem. But what are descriptors?  0.00%
- 4: I am Guido von Rossum ;)  0.00%
Tagged:
Comments
The best way to describe my python knowledge is as pragmatic and basic.
I google the modules I need for a given task, like pandas and jinja2, but I've noticed from looking at other people's code, that I could structure it better if I was more familiar with certain concepts. I can write classes and functions. I recently started with decorators, but that's shaky new land for me.