ruilacerda / python_education

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:The Unlicense


Languages

Language:Python 100.0%