Newbie Bite 44. Constants
|
|
In this Bite, you'll learn about assigning and using constants …
3.10
constants
math
newbie
|
|
Bite 25. No promo twice, keep state in a class
|
|
In this bite a real world scenario: PyBites has a …
3.10
classes
exception handling
properties
|
|
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 344. Return an HTML response
|
|
You use FastAPI primarily to build APIs, but it can …
3.10
FastAPI
freebie
|
|
Newbie Bite 48. String Module
|
|
In this exercise, you'll practice writing another list comprehension (a …
3.10
list comprehensions
newbie
string manipulation
string module
|
|