Bite 299. Base converter
|
|
For this challenge, you are going to have write a …
3.10
base
exception handling
|
|
Bite 318. Decode base64 encoded data
|
|
In this Bite you are going to decode some Base64 …
3.10
base64
decode
encode
|
|
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 24. ABC's and class inheritance
|
|
ABC's or Abstract base Classes are great to enforce a …
3.10
ABCs
abstractmethod
classes
inheritance
|
|
Bite 72. Retrieve the right Ninja Belt based on score
|
|
As you have probably seen on the dashboard you can …
3.10
itertools
OrderedDict
|
|
Bite 199. Multiple inheritance (__mro__)
|
|
Implement the following class structure: print(Child.__mro__): (<class '__main__.Child'>, <class '__main__.Father'>, …
3.10
classes
inheritance
__mro__
multiple inheritance
|
|
Bite 250. PyBites URL Shortener
|
|
URL shortening is a technique on the World Wide Web …
3.10
decode
dict
encode
string manipulation
string module
type hinting
|
|
Bite 255. Codon Usage
|
|
The genetic code of all organisms uses a 3 base …
3.10
bioinformatics
collections
textwrap
|
|
Bite 259. Reverse complement
|
|
In the majority of organisms, the genetic code is encoded …
3.10
bioinformatics
string manipulation
translate
|
|
Bite 266. Composition, Inheritance, Abstract base Class, what?
|
|
It’s not as bad as that sounds, really. If you …
3.10
ABCs
abstractmethod
beautifulsoup
composition
dataclasses
inheritance
namedtuple
string formatting
typing
urllib
web scraping
|
|
Bite 274. Number conversion problem
|
|
Recursion in computer science is a method of solving a …
3.10
algorithms
numbers
recursion
|
|
Bite 301. Exchange rates
|
|
In this Bite you have to provide the currency exchange …
3.10
datetime
dict
sorting
|
|
Bite 306. Translate coding sequences to proteins
|
|
Genes can be converted (translated) to proteins using a three base …
3.8
bioinformatics
biopython
|
|
Bite 370. Getting started with vectors
|
|
In the previous two Bites you have annotated small pieces …
3.10
annotations
type hinting
|
|