Isn't the quite new? I only recently heard of it while searching for asyncio #Redis caching and using async Requests and #BeautifulSoup. Now, I see it everywhere.
Personally, I am am busy investigating some backend and API, and I have just been considering using #Go instead of #Python and #Flask
#Redis #beautifulsoup #go #python #flask
Is there a commonly-used #python library that formats #HTML better than #BeautifulSoup?
Specifically, I’m having a hard time with this:
`<p><a href="/">Home</a>, Contact, etc.</p>`
turns into (with the `html5` output):
```
<p>
<a href="/">
Home
</a>
, Contact, etc.
</p>
```
The space before the `,` is a practical mess.
🕸️ Web Scraping with Selenium and Beautiful Soup
I have been gone for a little while, working very hard on personal life issues (a tree fell on my house and almost killed my daughter and me and has us still without home a month later) as well as on an exciting and expansive project. But I just had to share the joy I find with web scraping. So I wrote this awesome little article! Happy data wrangling!
https://www.evanmarie.com/web_scraping_selenium_beautiful_soup/
#datascience #datawrangling #webscraping #selenium #beautifulsoup
#DataScience #dataWrangling #webscraping #selenium #beautifulsoup
Made a small utility to generate square icons for chats and projects in bulk with #Python, #BeautifulSoup and #CairoSVG!
https://emblematic.readthedocs.io/en/latest/usage.html
If there's any interest in it, I might consider polishing it a bit more for general usage, as right now it's very basic and the interface is somewhat raw.
#python #beautifulsoup #cairosvg
I, @ronofays, and two others just finished up at #minnehack2023! Our project is up on DevPost at https://devpost.com/software/bill-nom
It's been a wild 24 hours, I learned about #BeautifulSoup #machinelearning #NLP #PyTorch #HuggingFace #Dash by #Plotly and more, and I now desperately need sleep.
Had an absolute blast and all I want right now is to do it all again. I had no idea a #hackathon was this fun.
Here's our validation loss curve on that T5 NLP model, just for fun:
#minnehack2023 #beautifulsoup #machinelearning #nlp #pytorch #huggingface #dash #plotly #hackathon
All I'm saying is I have a big interview say on Feb 8. If you happen to know the #beautifulsoup library for #python and have advice.. please lemme know. It doesnt look hard, but Id like to be pretty good at it by then and i will take all the free advice available.
My first tutorial video in a while.
How To Get The Text Content Of A #WordPress Blog Post With The #WP REST API #RESTAPI #API #Python #DataScraping #JSON #BeautifulSoup #regex
https://youtu.be/ZBD8jCgs8pw
#wp #api #json #beautifulsoup #regex #python #datascraping #wordpress #restapi
Es war ein bisschen still um uns in diesem Semester, aber wir können euch nun unseren ersten #Workshop am Mi 25.1. um 17.15 Uhr ankündigen! Anmeldung per PN oder mail an kevin.wunsch@tu-darmstadt.de
Im Augsburger Interim tauchen eine Vielzahl von Bibelstellen auf, die Kevin in unserem ersten InFoDiText+ Workshop mit Hilfe von beautifulSoup gemeinsam mit den Teilnehmer*innen erfassen wird.
#Textplus #InFoDiTex #Python #BeautifulSoup #Religionsfrieden #Eured #Wissenschaft
#workshop #textplus #infoditex #python #beautifulsoup #religionsfrieden #eured #wissenschaft
Hey, all!
Here's some #Python must-knows if you're wanting to get into #datascience
Mathematics:
#Numpy, #Scipy, #statmodels
Data Mining:
#BeautifulSoup or #Scrapy
EDA & DataVisualisation:
#Pandas, #MatPlotLib, #Plotly, #Seaborn
Machine Learning & Deep Learning:
#TensorFlow, #ScikitLearn, #Keras, #Pytorch, PyCaret
#pytorch #keras #scikitlearn #tensorflow #seaborn #plotly #matplotlib #pandas #scrapy #beautifulsoup #statmodels #scipy #numpy #datascience #Python
Hey, all!
Here's some #Python must-knows if you're wanting to get into #datascience
Mathematics:
#Numpy, #Scipy, #statmodels
Data Mining:
#BeautifulSoup or #Scrapy
EDA & DataVisualisation:
#Pandas, #MatPlotLib, #Plotly, #Seaborn
Machine Learning & Deep Learning:
#TensorFlow, #ScikitLearn, #Keras, #Pytorch, PyCaret
#pytorch #keras #scikitlearn #tensorflow #seaborn #plotly #matplotlib #pandas #scrapy #beautifulsoup #statmodels #scipy #numpy #datascience #Python
Little side-project in Python 👨💻
A Python script to scrape some data from a website using the BeautifulSoup library.
#python #webscraping #developer #beautifulsoup
#WebScraping is becoming ever more popular in the #Humanities and #SocialSciences. I just revamped a presentation I held last week in which I gave a quick but somewhat realistic primer for web-scraping with #python and #BeautifulSoup, using the #EuropeanUnion's famous legal data-base EurLex as example.
Have a look, if you like: https://henning.deters.me/media/web-scraping-python.html
Corresponding notebook to follow along and try the code examples: https://www.kaggle.com/code/henningninneh/web-scraping-with-python-two-examples
Feedback welcome!
#webscraping #humanities #socialsciences #python #beautifulsoup #EuropeanUnion
#WebScraping is becoming ever more popular in the #Humanities and #SocialSciences. I just revamped a presentation I held last week in which I gave a quick but somewhat realistic primer for web-scraping with #python and #BeautifulSoup, using the #EuropeanUnion's famous legal data-base EurLex as example.
Have a look, if you like: https://henning.deters.me/media/web-scraping-python.html
There's also a corresponding notebook to follow along and try the code examples for yourself: https://www.kaggle.com/code/henningninneh/web-scraping-with-python-two-examples
Any feedback is welcome.
#webscraping #humanities #socialsciences #python #beautifulsoup #EuropeanUnion
I haven’t worked in #python in a while (I’m primarily using #typescript and #golang right now), and damn is it super satisfying to just fire up ipython and muck around in a script. I haven’t used #beautifulsoup in a while, but it’s like riding a bicycle.
#beautifulsoup #golang #typescript #python
@dettlaff если я правильно понял задачу, то для этого обычно используют #beautifulsoup https://beautiful-soup-4.readthedocs.io/en/latest/ - он использует под капотом движок #chromium, и позволяет автоматизировать взаимодействие с сайтом на уровне элементов DOM
Guide to becoming a #datascientist
#beautifulsoup , not 🧼
#DataScientist #beautifulsoup #datascience #python #r #sql #java
...and finally a little talk about the tech stack!
The #scraping and parsing was done in #Python - a lot of #pandas and #BeautifulSoup. It's dumped into a single #SQLite file, and served up with the excellent #Datasette by @simon. I host it on a https://fly.io/ free tier.
#scraping #python #pandas #beautifulsoup #sqlite #datasette