How learning happens - Theory vs Practicals
https://www.amazon.com/Head-First-Python-Brain-Friendly-Guide/dp/1491919531

How learning happens - Theory vs Practicals

When someone attends a workshop, many expect miracles to happen. When I say miracles, the participant is expected to deliver significant output right from the next day after the workshop. I am experimenting with Python and when I read that dir(random) lists out the attributes of the module, I wanted to try that out.

I launched the IDLE (Python IDE) and typed dir random This is what was registered in my mind after reading the book. You might think that you have understood but when you try out is when you find out how much you have understood. I got the error - Invalid syntax. I told to myself - fair enough - I did not use the brackets.

Then I typed dir 9random) and pressed enter. Actually, I wanted to type dir (random) Notice how I made a mistake without intending to make one. This is quite normal when someone is learning something. One should just take care not to repeat the mistakes.

Soon, I corrected the mistake and typed dir (random) and I got a different warning/error.

If I paid attention to the error, I must have understood why I got the error. Instead, I repeated the same command and got the same error. Finally, I realised that the module needs to be imported before listing out the attributes. The interesting part for me was whether space between dir and (random) matters. Tested it out and looks like it doesn't matter. While reviewing this post, I counted the number of times I used "I" in the sentences. This takes me to another chain of thought - emotional analysis of a post?

And my dear friends, this is what happens (at least to me) in learning - a chain of thoughts is triggered. All of this started from two lines - import random and dir (random)

Your thoughts? :)

要查看或添加评论,请登录

Ajay Balamurugadas的更多文章

  • GenAI - Day 2 - 3 Phases of LLM Training

    GenAI - Day 2 - 3 Phases of LLM Training

    Link: https://www.instagram.

  • GenAI Learning Journey

    GenAI Learning Journey

    I like how https://www.linkedin.

    2 条评论
  • The pain of broken software

    The pain of broken software

    You are in the hall waiting for the doctor and you see the mobile charge dropping with every minute. You see a booth…

    5 条评论
  • You cannot patch and relax

    You cannot patch and relax

    Quality comes at a cost. Everyone wants good software quickly.

  • There is a joy in giving - professionally too.

    There is a joy in giving - professionally too.

    Let me share three recent instances where I felt more good than the one who actually benefited. Two of them approached…

    1 条评论
  • Can we get better? 1% at a time!

    Can we get better? 1% at a time!

    We are lucky that there are no standards in testing. There is so much diversity and variety in contexts that there are…

    2 条评论
  • Quick lessons from "Leadership Lessons from Mt. Everest"

    Quick lessons from "Leadership Lessons from Mt. Everest"

    Attended "Leadership Lessons from Mt. Everest" session by Romil Barthwal, Veteran facilitated by Coach Srikanth.

    3 条评论
  • 32 ways to get back your 32 USD from #thetestfest

    32 ways to get back your 32 USD from #thetestfest

    15 SPEAKERS AND 11 TOPICS ========================= Sai Chintala and Sairam Vedam AI Driven…

    2 条评论
  • #TestFlix and behind the scenes :)

    #TestFlix and behind the scenes :)

    TLDR There is no Too Long; Didn’t Read version. Some emotions can’t be expressed as a summary.

    10 条评论
  • Headline - Yes, I added 'Headline' as the title

    Headline - Yes, I added 'Headline' as the title

    Date: 06th July 2020 | Time: 09:00 pm - 09:35 pm IST | Tester: Ajay Balamurugadas Environment Details Issues: # Missing…

    3 条评论

社区洞察

其他会员也浏览了