30-Days-of-Python icon indicating copy to clipboard operation
30-Days-of-Python copied to clipboard

Learn Python for the next 30 (or so) Days.

Results 92 30-Days-of-Python issues
Sort by recently updated
recently updated
newest added

Bumps [bleach](https://github.com/mozilla/bleach) from 3.1.5 to 3.3.0. Changelog Sourced from bleach's changelog. Version 3.3.0 (February 1st, 2021) Backwards incompatible changes clean escapes HTML comments even when strip_comments=False Security fixes Fix bug...

dependencies

Bumps [bleach](https://github.com/mozilla/bleach) from 3.1.4 to 3.3.0. Changelog Sourced from bleach's changelog. Version 3.3.0 (February 1st, 2021) Backwards incompatible changes clean escapes HTML comments even when strip_comments=False Security fixes Fix bug...

dependencies

Bumps [bleach](https://github.com/mozilla/bleach) from 3.1.4 to 3.3.0. Changelog Sourced from bleach's changelog. Version 3.3.0 (February 1st, 2021) Backwards incompatible changes clean escapes HTML comments even when strip_comments=False Security fixes Fix bug...

dependencies

Bumps [bleach](https://github.com/mozilla/bleach) from 3.1.5 to 3.3.0. Changelog Sourced from bleach's changelog. Version 3.3.0 (February 1st, 2021) Backwards incompatible changes clean escapes HTML comments even when strip_comments=False Security fixes Fix bug...

dependencies

Bumps [notebook](https://github.com/jupyter/jupyterhub) from 6.0.3 to 6.1.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=notebook&package-manager=pip&previous-version=6.0.3&new-version=6.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) Dependabot will resolve any conflicts with this PR as long as you don't alter...

Upon running the scipt, I got 2 errors: 1) `UnicodeEncodeError: 'charmap' codec can't encode character in position : character maps to ` SOLUTION: add following parameter to `output_file.write_text(...)`: `encoding="utf-8"` 2)...

Traceback (most recent call last): File "scrape.py", line 96, in run(start_year=start, years_ago=count) File "scrape.py", line 77, in run finished = parse_and_extract(url, name=start_year) File "scrape.py", line 56, in parse_and_extract table_data_dicts.append(row_dict_data) NameError:...