Skip to content

tutorials-4newbies/classes-revisited

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Clone Repo

git clone https://github.com/tutorials-4newbies/classes-revisited
cd classes-revisited

2. Initialize local working environment

Windows

pyenv local  //should return 3.12
poetry install
Invoke-Expression (poetry env activate)

Linux/MacOS

pyenv local  //should return 3.12
poetry install
eval $(poetry env activate)

Introduction to classes in python and generally

First lesson: Binder

Second lesson: Binder

Third lession: Binder

Using OOP in real life with pygame:

use the game folder with the different branches: games_v[1-4]

OOP Modeling Binder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •