The Wayback Machine - https://web.archive.org/web/20220531080753/https://github.com/topics/pep8
Skip to content
#

pep8

Here are 118 public repositories matching this topic...

ywanHK
ywanHK commented May 29, 2022

Bug description

I'm currently working with a project that involves calculations of large numbers.

If I have a file named test.py containing the single line:

test0 = 15 ** 20220529

It takes on average 1 minute to produce any output

Configuration

No response

Command used

python3 -m pylint test.py

Pylint output

Astroid good first issue topic-performance
dkess
dkess commented Apr 1, 2019

If a user has a Wordpress website set up and resets their database password, the site becomes completely unusable (even to go into settings and change it). Fixing it requires SSHing in and changing the password in the configuration file.

Luckily, we can automate this with wpcli. The makemysql script should also cd into the public_html folder and run `wp config set DB_PASSWORD newpasswordgoe

Improve this page

Add a description, image, and links to the pep8 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pep8 topic, visit your repo's landing page and select "manage topics."

Learn more