Newbie Bite 27. Failing Tests
|
|
As you continue your coding journey on our platform, it's …
3.10
debugging
newbie
pytest
testing
|
|
Bite 29. Martin's IQ test
|
|
Martin is preparing to pass an IQ test. The most …
3.10
enumerate
string module
|
|
Bite 247. Mocking a standard library function
|
|
In this Bite you will mock out a function of …
3.7
mock.patch
pytest
random
|
|
Bite 248. Test a number guessing game
|
|
In this Bite you test a simple number guessing game …
3.7
classes
exception handling
games
mock.patch
pytest
|
|
Bite 249. Test a movie DB class
|
|
Time for fixtures, one of pytest's killer features or as …
3.7
classes
fixtures
movie data
pytest
SQL
sqlite3
|
|
Bite 268. Number Transformers
|
|
Inspired by the movie Transformer, John decides to design a …
3.10
algorithms
numbers
|
|
Bite 346. Getting started with the IRIS data set
|
|
You are getting started with machine learning (ML)! Are you …
3.8
data wrangling
machine learning
numpy
pandas
scikit-learn
|
|
Bite 327. AST visitor
|
|
In Bite 312 we learned how to identify builtin functions, …
3.10
AST
|
|