DEV Community

Cover image for 38. First Python Class (Day 36)
Manoj Kumar
Manoj Kumar

Posted on • Updated on • Originally published at emanoj.hashnode.dev

38. First Python Class (Day 36)

Today was a simple introduction to my first-ever Python class. The tutor covered the following topics:

  • Setting up Python files in VS Code
  • Practicing the "print" command for numbers, strings, boolean, string concatenation and interpolation, Truthy & Falsy, logical operators, and variables.
  • Also, practiced simple mathematical operations and some input command fields (basically asking a user to enter values for a question).

It was fun, and that's how it usually begins! Then, all hell breaks loose as we deep dive over the next few weeks!!

Good night for now, and talk to you tomorrow.

Top comments (0)