Context: Coming from C# I am building a python 3.6 texas hold’em to get aquainted with different python features. For now: console (later maybe pygame), numpy for probability calculation and bott’ed texas hold’em w/o player, later maybe (single/multi)-player. I am currently buidling enums for card-colors and -faces and classes for cards and DeckOfCards etc. DeckOfCardsRead more