Newbie Bite 01. Assigning Objects
|
|
Welcome to our Newbie Bites, it's time to learn the …
freebie
newbie
variables
|
|
Bite 82. Define a Score Enum and customize it adding methods
|
|
Starting Python 3.4 there is support for enumerations (not to …
classmethod
enum
__str__
|
|
Bite 85. Write a score property
|
|
After Bite 19. Write a simple property let's write a …
classes
properties
|
|
Bite 138. OOP fun at the Zoo
|
|
Finish the Animal class below adding one or more class …
classes
classmethod
itertools
__str__
|
|
Bite 145. Record Breakers
|
|
The data for this challenge comes from a subset of …
csv
data analysis
pandas
|
|
Bite 254. Global vs local variables
|
|
This Bite is to illustrate scoping. You will sum numbers …
global
sum
|
|
Bite 307. SQLite3 introduction
|
|
In this Bite, you are going to get some practice …
databases
SQL
sqlite3
|
|
Bite 369. Advanced Type Hints
|
|
In the previous Bite you have started annotating code with …
annotations
type hinting
|
|