book2-exercises icon indicating copy to clipboard operation
book2-exercises copied to clipboard

Book 2 -- Exercises for the book

Results 10 book2-exercises issues
Sort by recently updated
recently updated
newest added

Hey all, I am running through the second book on Mac OS Catalina Version 10.15.3 When going through the sql section I had some issue with the employees.csv. It turns...

recently i encountered a include() error while passing the url to the app using django 2.0.The solutions here seem to be somewhat different since the tutorial teaches django 1.xx a...

On typing exit, the original file had: ValueError: invalid literal for int() with base 10: 'exit'

Due to the FlaskWTFDeprecationWarning: "flask_wtf.Form" has been renamed to "FlaskForm" and will be removed in 1.0. I stumbled upon this warning working my way through the Real Python Course, Part...

Since `title` and `post` are already in function scope, we don't need to get values from `request.form` again

I really enjoyed the style guide at my last job that requested to alphabetize the attributes. The thought process was that it leads to more predictability when trying to find...

This is in reference to using 'register.html' in RealPythonPart2.pdf page 151

Form is renamed to FlaskForm in order to avoid name collision with WTForms's base class. Using Form will show a deprecation warning. (#250)

In the FlaskTaskr Part 2. Database Management section... views.py **form.validate_on_submit()** should be updated to **form.validate()**, or it will error