Bite 13. Convert dict to namedtuple/json
|
|
Write a function to convert the given blog dict to β¦
3.10
dict
json
namedtuple
|
|
Bite 27. Parse omdb movie json data
|
|
Working with APIs is very common these days and lucky β¦
3.10
APIs
glob
json
movie data
|
|
Bite 111. Use the ipinfo API to lookup IP country
|
|
In this Bite you will use the requests library to β¦
3.10
APIs
json
mock.patch
requests
|
|
Bite 129. Analyze Stock Data
|
|
In this Bite we will answer some questions about stocks, β¦
3.10
counting
data analysis
json
requests
sorting
string manipulation
|
|
Bite 150. Turn messy CSV into JSON
|
|
At the 1 year mark of our platform here is β¦
3.10
csv
json
pandas
re
string manipulation
|
|
Bite 221. Parse best selling lists using the NY Times API
|
|
In this Bite you are going to parse NY Times β¦
3.10
APIs
json
mock
requests
|
|
Bite 227. Convert Warcraft json data to csv
|
|
In this Bite we are going to convert some Warcraft β¦
3.10
csv
exception handling
json
|
|
Bite 237. Get the dates Ninja belts were earned
|
|
Another real-world scenario: in this Bite you will parse a β¦
3.10
datetime
json
looping
pandas
sorting
|
|
Bite 243. Test code that parses JSON and IP ranges
|
|
Another Test Bite, we β€οΈthem π- today you will write β¦
3.7
dataclasses
ipaddress
json
pytest
|
|
Bite 256. Scrape PyCon events
|
|
In this Bite, we want you to scrape PyCon 2019 β¦
3.10
beautifulsoup
data analysis
json
namedtuple
pycon
requests
web scraping
|
|
Bite 302. Get and write all code from a JSON file
|
|
You are given a sample JSON file containing, among other β¦
3.10
filecmp
file processing
json
string manipulation
|
|
Bite 130. Analyze some basic Car Data
|
|
In this exercise you will analyze some basic car data. β¦
3.10
Counter
data analysis
list comprehensions
set
|
|
Bite 261. Visit all PyCons in Europe
|
|
In Bite 256 you scraped data on 2019 PyCons. Now β¦
3.10
data analysis
dataclasses
itertools
math
|
|
Bite 297. Rename keys
|
|
The Data Processing Department was writing a script to import β¦
3.10
data cleaning
dict
iteration
|
|
Bite 317. Pickling objects
|
|
In this Bite you will load (deserialize) and dump (serialize) β¦
3.10
data wrangling
pickle
serialization
|
|
Bite 328. Longest coding streak
|
|
What is your longest streak of completed Bites? In Bite β¦
3.10
fromordinal
itertools
timezones
toordinal
|
|
Bite 345. FastAPI Authentication with JWT (json Web Tokens)
|
|
Up to this point anyone can modify food entries in β¦
3.10
FastAPI
freebie
|
|