Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 975 Bytes

File metadata and controls

41 lines (28 loc) · 975 Bytes

python classroom

This is a collection of simple code that I write in my journey of learning and programming python

status

I'm currently learning python through a textbook titled programming python by Mark Lutz

aim

After "Learning python", I plan to embark on "programming python", another book by the same author, so that I gain a stronger grip of the languange while doing projects along the way

Journey

Learning python

  • Running python programs
  • Types and operations in python
  • Statements and syntax
  • Functions
  • Modules
  • Classes and OOP
  • Exceptions and Tools
  • Advanved Topics (unicode and bytestrings, decorators, managed attributes...)
print("I got this!😉")

Programming python

  • The beginning
  • System programming
  • GUI programming
  • Internet programming
  • Tools an dtechniques
  • The end

It's gonna be fun 🥳🥳🥳🥳...

🍻 to becoming a pythonista😊