Bite 40. Write a binary search algorithm
|
|
There are many ways to search for an item in …
3.10
algorithms
binary search
|
|
Bite 378. Organizational Chart
|
|
Of all the types of questions you are likely to …
binary tree
depth-first search
graph traversal
|
|
Bite 50. Make a little PyBites search engine (feedparser)
|
|
Complete the program below to create a little search command …
3.10
any
feedparser
list comprehensions
namedtuple
search
|
|
Bite 58. Using argparse to interface with a grocery cart
|
|
Below is a Groceries class with add/delete/show/search methods. You as …
3.10
argparse
|
|
Bite 226. Get top titles from news.python.sc
|
|
There is a new Python news aggregator in town! Check …
3.10
beautifulsoup
namedtuple
news
requests
sorting
string parsing
web scraping
|
|
Bite 263. Count the number of islands in a grid
|
|
You are tasked with counting the amount of islands in …
3.10
algorithms
looping
string
|
|
Bite 264. Clamy Fernet
|
|
In this bite, you are going to get familiar with …
3.8
cryptography
dataclasses
encode
encryption
fernet
typing
|
|
Bite 269. Taxable Income Calculator
|
|
I have no idea what rabbit hole I followed to …
3.10
classes
dataclasses
finance
namedtuple
properties
typing
|
|
Bite 327. AST visitor
|
|
In Bite 312 we learned how to identify builtin functions, …
3.10
AST
|
|
Bite 332. searching for an apartment
|
|
Bill is looking for a new apartment with good view, …
3.10
algorithms
|
|
Bite 348. Citation indexes
|
|
Academic research innovates by publishing papers, i.e., documents collecting ideas …
3.10
builtins
exception handling
typing
|
|
Bite 379. Hedge Maze
|
|
Imagine you're trapped in a mysterious maze, much like the …
breadth-first
graph traversal
maze
|
|