Categories
Programming Python Learning

Python Learning Lesson 11

Lesson 11 Slides

  • OOP’s
  • Classes and Constructors
  • Methods vs Functions
Categories
Programming Python Learning

Hangman Project

HangmanCode

The above hangman code has a detailed explanation for each step in comments

Categories
Programming Python Learning

Python Learning Lesson 10

Lesson 10 slides

Topic Covered:

Sets

Categories
Programming Technology

AI Notes

These are my AI notes for those who want to learn more about AI. This is also a document sheet for me for future reference.

AI notes

Categories
Programming Python Learning

Python Learning Lesson 9

Lesson 9 Slides

Topics Covered

  • .index()
  • .count()
  • .sort()
  • sorted()
Categories
Programming Python Learning

Python Learning Lesson 8

Lesson 8 Slides

Topic Covered

  • For loops
Categories
Programming Python Learning

Python Learning Lesson 7

Lesson 7 Slides

Topics Covered

  • Immutability vs mutability
  • What are lists
  • Append method
  • While loops
Categories
Programming Python Learning

Python Learning Lesson 6

Lesson 6 Slides

Topics Covered

  • Conditional steps
  • Comparison operators
  • MORE Conditional steps
Categories
Programming Python Learning

Python Learning Lesson 5

Lesson 5 Slides

Topics covered in the Slides

  • Comments
  • Formatted strings
  • String indexing

Categories
Programming Python Learning

Python Learning Lesson 4

Lesson 4 Slides

Topics covered in the Slides

  • String concatenation
  • Type conversion