-
## Motivation/Problem Statement 💭❓:
Python 🐍
---
## Today's Goal/Solution 🥅:
Continue to work through Using Python to Access Web Data
---
## Result 🍓🍌🍉:
I completed Week 4 of the course…
-
I am using scrapy-splash to scrape a youtube video page. However, it seems the response object it's not complete when I use my spider. But I got a complete result when I use the scrapy shell.
I al…
-
Add "Wordnet synsets" under senses
https://www.sign-lang.uni-hamburg.de/easier/sign-wordnet/index_ngt.html
E.g.
https://www.sign-lang.uni-hamburg.de/easier/sign-wordnet/sign/ngt.1863.html
thi…
-
Después de la clase doce, quedaron los siguientes pendientes:
## Alumnos:
- **Presentaciones**. Librerías de Python:
- [x] @FernandoA182 y @CarmenH23: librería **spaCy**.
- [x] @Jolmed26 y…
-
high_temps = []
for row in rows:
tds = row.find_all('td')
for i in range(1,7):
high_temps.append(tds[i].text)
print(high_temps)
--------------------------------------------------------…
-
Hi author/ tducret,
I download all your files and attempted to run python setup.py install. Next, i tried running amazon2csv.py followed your instruction steps found in https://github.com/tducret/…
-
Please mention the steps as to how I can integrate this with a project. I basically need to fetch a password from a mail and I need help doing that.
Thanks
-
Hey man, if I try to run this locally I get the following:
```
collecting data for https://www.psacard.com/pop/tcg-cards/1999/pokemon-game/57801
Error pulling data for https://www.psacard.com/p…
-
**Describe the bug**
NotImplementedError: File format not supported
I am facing this error where the expected result is the list of tables
However I am getting a Implementation exception instead
…
-
### Project Name
LLM-based cyber security news summarizer and chatbot
### Description
This app is a cybersecurity-focused news summarizer and chatbot designed for Security Operation Centers (SOCs).…