Newbie Bite 01. Assigning Objects
|
|
Welcome to our Newbie Bites, it's time to learn the …
3.10
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 …
3.10
classmethod
enum
__str__
|
|
Bite 85. Write a score property
|
|
After Bite 19. Write a simple property let's write a …
3.10
classes
properties
|
|
Bite 138. OOP fun at the Zoo
|
|
Finish the Animal class below adding one or more class …
3.10
classes
classmethod
itertools
__str__
|
|
Bite 145. Record Breakers
|
|
The data for this challenge comes from a subset of …
3.10
csv
data analysis
pandas
|
|
Bite 254. Global vs local variables
|
|
This Bite is to illustrate scoping. You will sum numbers …
3.10
global
sum
|
|
Bite 307. SQLite3 introduction
|
|
In this Bite, you are going to get some practice …
3.10
databases
SQL
sqlite3
|
|
Bite 369. Advanced Type Hints
|
|
In the previous Bite you have started annotating code with …
3.10
annotations
type hinting
|
|
Newbie Bite 49. Formatting Intro
|
|
In this Bite, you'll learn about string interpolation using the …
3.10
.format()
newbie
string interpolation
strings
|
|