go back  What to code next?

Bite Level Description & Tags
Bite 161. Count the number of files and directories Beginner level Complete count_dirs_and_files traversing the passed in directory path. Return a …
3.10 counting directories files os module
Bite 236. User experience matters! Suggest matching files Intermediate level We love it when CLI or web apps take the …
3.10 difflib files pathlib
Bite 310. Create file pairs Advanced level In this bite you will write a function that pairs …
3.10 bioinformatics files regular expressions
Bite 6. PyBites Die Hard Intermediate level Given a listing of files for our community branch, determine: …
3.10 Counter file processing generators namedtuple
Bite 27. Parse omdb movie json data Intermediate level Working with APIs is very common these days and lucky …
3.10 APIs glob json movie data
Bite 96. Build Unix' wc program in Python Beginner level In this Bite you will convert Unix' wc command into …
3.10 file processing tempfile Unix
Bite 116. List and filter files in a directory Intermediate level In this Bite you complete get_files that receives a dirname …
3.10 generators glob os module
Bite 164. CLI tool: HTML link converter (stdin to stdout) Advanced level In this Bite you are going to help your team …
3.10 data wrangling exception handling html stdin string formatting string manipulation sys
Bite 166. Complete a tox ini file parser class Intermediate level The INI file format is an informal standard for configuration …
3.10 classes configparser properties string matching string parsing tox
Bite 178. Parse PyBites blog git commit log Intermediate level In this Bite we want to figure out how active …
3.10 Counter data analysis datetime dateutil string parsing
Bite 227. Convert Warcraft json data to csv Intermediate level In this Bite we are going to convert some Warcraft …
3.10 csv exception handling json
Bite 233. Make a zipfile of the latest log files Intermediate level You added some monitoring the other day writing log files …
3.10 datetime os module pathlib zipfile
Bite 276. Get Father's days by date and country Advanced level Happy belated Father's day (unless you are in Australia or …
3.10 dateutil string manipulation string parsing
Bite 298. Fasta to 2-Line Fasta Intermediate level A very simple format to store biological sequence data is …
3.8 bioinformatics biopython
Bite 303. Unique genes Advanced level You have received a list of DNA sequences for a …
3.8 bioinformatics biopython
Bite 327. AST visitor Advanced level In Bite 312 we learned how to identify builtin functions, …
3.10 AST
Bite 344. Return an HTML response Intermediate level You use FastAPI primarily to build APIs, but it can …
3.10 FastAPI freebie