Results 24 comments of srcatto

The current versions of MAMP, XAMPP are not MySQL 8.0 yet. There is also a note in course 2 about the default character set changes. Courses 3 & 4 are...

Thanks for the updated commands. Tested on - a) Win 11 x64Pro 22H2, MySQL 5.6.34 phpMyAdmin 4.7.0 b) Ubuntu 20.04 x64 MySQL 8.0.30 phpMyAdmin 5.2.0 Created PR #52 for this...

The examples can't cover all the possibilities, doing that would make the examples too complicated for the point that is being shown. Many of the assignments / exercises also say...

The course provides a working bs4.zip as part of the downloadable course code, which is unzipped in the working code folder. It's also covered in pinned posts in the discussions....

This uses the oauth.py downloaded from the code3 folder, https://py4e.com/code3/ it's possibly PyCharm has a different version, or it's common for people to install OAuth (consider the only installs in...

Ouch, don't close browser tab before saving comment. It's the common wa4e/tools/autograder/crud.php line 146 - if ( strpos(strtolower($html), 'added') !== false ) { On 1st check, course 4 JSON/JQuery -...

Noah, That is a sort of fudge workaround, in several searches. Yes, it's likely an issue on www.py4e.com. A message is needed, while in the version on Coursera PY4E the...

Please review, as the match is only 'added' in lowercase. Course 4 uses "Profile added" and course 3 is "Record added". The generic CRUD grader would need to know which...

Looks like this was fixed. Have re-run 1) autograder Hello World, and exercises RS-1 to RS-4 in Python to C in lesson 2.