Learning Python: Hello Python

July 25, 2024

👀 watch the recording on YouTube

In a recent stream, Jenn Junod and Damien delved into Python basics using Kaggle notebooks. They started by exploring Python syntax, variable assignment, and arithmetic operators, which led to some interesting challenges, including swapping variables and calculating candy distribution. The session highlighted both the power and the quirks of Python, especially when dealing with variable swapping and understanding how Python handles operations like modulus for determining remainders.

One of the more amusing moments was when Jenn and Damien had to solve a problem about distributing candy equally, only to be stumped by Python’s modulus operator until they figured out the correct approach. They also touched on Python’s readability, comparing it to other programming languages like JavaScript, which does not enforce indentation as strictly as Python does. The session underscored the importance of understanding Python’s unique features, such as how it handles variable assignments and operations, which can be quite different from other languages.

The stream concluded with a successful completion of the exercises, although not without some frustrations along the way. Jenn and Damien’s persistence paid off as they navigated the challenges, and they hinted at the importance of continuing to practice to build intuition in coding. They ended the stream with plans to continue their Python journey, encouraging viewers to join in and learn alongside them.

Questions from the stream:

1. How do you swap variables in Python without directly reassigning them?

2. What is the modulus operator in Python used for?

3. How do you handle arithmetic operations in Python to follow the correct order of operations?

Feel free to join future streams to learn more about Python and other coding topics!

Enjoy learning with us?

We’re using Kaggle Learn - Python.

Follow us!

JennDamien
- Twitch- Instagram
- YouTube- LinkedIn
- Twitter
- LinkedIn
Author's photo

Jenn Junod

I specialize in making technology human — enabling developers to understand, adopt, and adore technical products.

See other articles:

undefinedThumbnail

Teach Jenn Warp - Not Your Parents Terminal Emulator

Jenn explores Warp terminal, highlighting its speed, AI features (like agent mode), block-based organization, and extensive customization options, comparing it to traditional terminals.

Terminal EmulatorNovember 21, 2024

Go to Footer