practices-of-the-python-pro icon indicating copy to clipboard operation
practices-of-the-python-pro copied to clipboard

Examples and exercises for Practices of the Python Pro from Manning Books 🐍📘

Results 2 practices-of-the-python-pro issues
Sort by recently updated
recently updated
newest added

In method `select` the query never gets a closing `;` The query works but you should always add the semicolon. To fix it, add this right before the return statement:...

errata

Why is the Greeter class including an init with `name`? The specification of the Greeter class in the text above does not say to include `Hi, my name is ...`...

errata