/python_education

A folder for easy to follow, todo samples of python code

Primary LanguagePythonThe UnlicenseUnlicense

used perplexity, claude, copilot and chatgpt4 to run the same prompt.

a simple python asynchio webcrawler with requests

promtp:

"please write a simple webcrawler module routine in python to extract the html of 5 websites simultaneously. use modules requests and asynchio. use gather to launchthe tasks. calculate the time it took to finish all."

all code was executable out of the box.

perplexity and chatgpt4 needed a push to come up with valid urls.