How much do you know about Python?

edited February 2021 in General

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?
  1. How much do you know about Python?12 votes
    1. 0: I know nothing about python but I am very curious and like to learn :)
        8.33%
    2. 1: I am a beginner. I have installed python and can write a "Hello World"
      25.00%
    3. 2: Basic knowledge: I can write classes and functions but I don't grasp concepts like decorators
      66.67%
    4. 3: I know my stuff. Generators and Decorators are no problem. But what are descriptors?
        0.00%
    5. 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.

  • edited March 2021


Sign In or Register to comment.