Bite 326. Abstract Syntax Tree (AST) Printer
|
|
In this Bite we familiarise with Abstract Syntax Trees (ASTs). …
3.10
AST
|
|
Bite 327. AST visitor
|
|
In Bite 312 we learned how to identify builtin functions, …
3.10
AST
|
|
Bite 336. FastAPI Hello World
|
|
Welcome to this FastAPI learning path. In the next 10 …
3.10
FastAPI
freebie
|
|
Bite 337. A little detour: Pydantic
|
|
Pydantic is an awesome library to do data validation and …
3.10
FastAPI
freebie
Pydantic
|
|
Bite 338. Create food objects
|
|
Now with the Pydantic Food model defined we can start …
3.10
FastAPI
freebie
|
|
Bite 339. Retrieve food objects
|
|
Now that our API can add food objects, let's retrieve …
3.10
FastAPI
freebie
|
|
Bite 340. Update and delete food objects
|
|
Now that we're able to create and retrieve Food objects, …
3.10
FastAPI
freebie
|
|
Bite 341. Pydantic part II
|
|
In order to measure daily food intake as a user …
3.10
FastAPI
freebie
Pydantic
|
|
Bite 342. Food logging CRUD
|
|
In this Bite you will use the Pydantic FoodEntry model …
3.10
FastAPI
freebie
|
|
Bite 343. FastAPI Exception handling
|
|
In this Bite we'll take the API we built in …
3.10
FastAPI
freebie
|
|
Bite 344. Return an HTML response
|
|
You use FastAPI primarily to build APIs, but it can …
3.10
FastAPI
freebie
|
|
Bite 345. FastAPI Authentication with JWT (JSON Web Tokens)
|
|
Up to this point anyone can modify food entries in …
3.10
FastAPI
freebie
|
|
Intro Bite 10. Type conversion and exception handling
|
|
In this Bite you complete the divide_numbers function that takes …
3.10
exception handling
freebie
raise
type casting
|
|
Bite 235. Which Bite has the fastest tests?
|
|
In this Bite you will parse a pytest output summary, …
3.10
sorting
string parsing
type casting
|
|
Bite 45. Keep a queue of last n items
|
|
How about writing a queue that holds the last 5 …
3.10
deque
|
|
Bite 100. Display the last part of a file (Unix tail)
|
|
Complete the function below simulating Unix' tail, for example: $ …
3.10
file processing
slicing
strip
Unix
|
|
Bite 291. Find the fastest speech
|
|
In this Bite you will parse an SRT (SubRip Subtitle …
3.10
datetime
sorting
string manipulation
|
|
Bite 298. Fasta to 2-Line Fasta
|
|
A very simple format to store biological sequence data is …
3.8
bioinformatics
biopython
|
|
Bite 333. Metropolis–Hastings Algorithm
|
|
In statistics and statistical physics, the Metropolis–Hastings algorithm is a …
3.10
algorithms
Markov chain Monte Carlo
numpy
statistics
|
|