Bite 350. Learn to handle cron schedule expressions
|
|
Let your mind wander and tell us what you think …
3.10
crontab
dataclasses
datetime
exception handling
iteration
|
|
Bite 195. Analyze NBA Data with sqlite3
|
|
In this Bite you are going to use sqlite3! We …
3.10
data analysis
databases
SQL
sqlite3
|
|
Bite 307. SQLite3 introduction
|
|
In this Bite, you are going to get some practice …
3.10
databases
SQL
sqlite3
|
|
Bite 32. Don't let mutability fool you
|
|
In this Bite you are presented with a function that …
3.10
deepcopy
mutability
|
|
Newbie Bite 30. Special Chars
|
|
In this Bite, you'll learn about special characters in Python …
3.10
newbie
newline
special characters
strings
tab
|
|
Bite 3. Word Values
|
|
Find the dictionary word with the highest value using Scrabble rules. …
3.10
freebie
max
Scrabble
sum
|
|
Bite 14. Generate a table of n sequences
|
|
Write a function that receives one or more sequences. The …
3.10
generators
zip
|
|
Bite 28. Converting date strings to datetimes
|
|
In this Bite you are provided with a list of …
3.10
Counter
datetime
findall
|
|
Bite 29. Martin's IQ test
|
|
Martin is preparing to pass an IQ test. The most …
3.10
enumerate
string module
|
|
Bite 57. Create a simple calculator that receives command line arguments
|
|
In this Bite you write a simple calculator that can …
3.10
argparse
functools
reduce
|
|
Bite 59. Create a multiplication table class of variable length
|
|
Danny does not like rote learning (nor do we!). He …
3.10
classes
dunder methods
exception handling
numbers
|
|
Bite 73. Organize a meeting between timezones (pytz)
|
|
Help PyBites community friends find a reasonable common time to …
3.10
pytz
timezones
|
|
Bite 75. Parse Unix cal to a weekday mapping
|
|
In the last bite we return the weekday from a …
3.10
re
Unix
zip
|
|
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 86. Create a RGB-to-Hex converter
|
|
Designer Mary wants to convert her CSS from statements like …
3.10
string formatting
|
|
Bite 115. Count leading spaces
|
|
A small but interesting Bite: given a string with leading …
3.10
counting
string matching
|
|
Bite 163. Which packages were upgraded?
|
|
In this Bite you compare a list of packages (aka …
3.10
comparison
dict
numbers
string manipulation
|
|
Bite 200. 🥳 Minecraft Enchantable Items
|
|
My kids love Minecraft and they always want me to …
3.10
beautifulsoup
web scraping
|
|
Bite 242. Zodiacal data parsing
|
|
In this Bite we will write tests for a module …
3.7
datetime
fixtures
pytest
|
|
Bite 320. sortable dataclasses and enums
|
|
Write an enum called BiteLevel and a dataclass called Bite …
3.10
dataclasses
dunder methods
enum
sorting
|
|
Bite 361. Rich Excursion - Create Beautiful tables
|
|
This will be a quick Bite showing you how to …
3.10
command line
rich
Typer
|
|
Bite 377. Coins on the table
|
|
You start with 1,001 pennies lined up on a table. …
math
|
|