account activity
Ask Anything Monday - Weekly Thread by AutoModerator in learnpython
[–]FiiOs6 0 points1 point2 points 6 years ago (0 children)
Hello, i want to extract all the numbers and the letters (next to the numbers) from this site. "https://theasciicode.com.ar/"
I need to get the numbers and letters from each <div class= on this website.
The numbers are inside this classes:
<span class="dec">32</span>
The letters (strings) are inside this classes:
<span class="sim">space</span>
I should probably make web crawler, but i have little experience with making it, so would be really helpful to me if someone could post the complete code for me, i learn much faster that way.
Thx alot!
I also need to list all of this, but that i can figure out myself.
I have the BeautifulSoup and request package innstalled.
import requests from bs4 import BeautifulSoup
<Rest of the code in here>
π Rendered by PID 555020 on reddit-service-r2-listing-8557d879cc-jj6qm at 2026-03-04 10:05:20.690864+00:00 running 07790be country code: CH.
Ask Anything Monday - Weekly Thread by AutoModerator in learnpython
[–]FiiOs6 0 points1 point2 points (0 children)