hub

Find Your Squad

Our algorithm pairs you with students learning similar stacks for optimal study efficiency.

Browse Groupsarrow_forward
push_pinWeekly Challenge

Build a Web Scraper in Python

The goal for this week is to extract data from a static HTML page using BeautifulSoup.

import requests
from bs4 import BeautifulSoup

url = 'https://example.com'
response = requests.get(url)
soup = BeautifulSoup(response.text, 'html.parser')
person

Alex Chen

2 hours agoReact Enthusiasts

I'm struggling with the useEffect dependency array. When does it actually trigger a re-render if I pass an object? Anyone up for a quick pair programming session to look at this?

ReactHelp Needed
person

Sarah Jenkins

5 hours agoCareer Talk

Just landed my first Junior Dev role! Huge thanks to the mentorship group here. The mock interviews really paid off.