
Hacker News
License-Token.com
Reddit
Lobsters
GitHub
Lemmy
DEV.to
Indie Hackers
Codédex
Scrimba
GoIT LMS
Codelita
Data Protocol
CodeCrafters
codedamn
Metaschool
Hacker News
CodédexBased on our record, Hacker News seems to be a lot more popular than Codédex. While we know about 712 links to Hacker News, we've tracked only 5 mentions of Codédex. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
"Scrape https://news.ycombinator.com and summarize the top stories". - Source: dev.to / 11 days ago
# universal primitives Otto extract-content https://news.ycombinator.com # → markdown # tab open / close / navigate / query # extract_text / extract_markdown / extract_clean_html / screenshot # site-scoped command bundles, e.g. Otto commands list --site reddit.com # → getPosts, getUserInfo, sendChatMessage, commentOnPost, ... - Source: dev.to / 16 days ago
Const puppeteer = require('puppeteer'); (async () => { const browser = await puppeteer.launch({ headless: true, args: ['--no-sandbox', '--disable-setuid-sandbox'] }); const page = await browser.newPage(); try { await page.goto('https://news.ycombinator.com', { waitUntil: 'networkidle2', timeout: 30000 }); await page.waitForSelector('.titleline > a', { timeout:... - Source: dev.to / about 1 month ago
# Navigate, interact, and extract Xbrowser chain "goto https://news.ycombinator.com && click '.titleline > a' && scrape" # Complete login flow with data extraction Xbrowser chain "goto https://app.example.com/login \ && fill '#email' 'user@example.com' \ && fill '#password' 'my-password' \ && click '#login-button' \ && wait '#dashboard' \ && scrape '#dashboard'". - Source: dev.to / about 1 month ago
Import requests Response = requests.post( "https://api.localeye.co/v1/verify-web-presence", headers={"X-API-Key": "your_key"}, json={"url": "https://news.ycombinator.com"} ) Print(response.json()) # {"status": "verified", "http_status": 200, "content_type": "text/html", ...}. - Source: dev.to / about 2 months ago
I'm a new coder too. What helps me is finding a good place to learn the most basic principles and having 2-5 things I want to do. I started with codedex.io , learning Python and HTML and then took their courses and moved on looking for projects with tutorials. Little steps one by one. The rest is practice breaking things down into tiny steps. Source: over 3 years ago
I think you should focus on HTML, CSS, and JS, starting with HTML. I just started HTML on a website called codedex.io. Pretty cool so far but I feel like I'm getting into a brand new thing haha. Source: over 3 years ago
I've been learning Python on a website called codedex.io for about 6 months. It's been great for me so far. I just started on Classes and Objects. Give them a try, you might like them. Source: over 3 years ago
Python is a great language to start as a beginner! I don't know how new you are but a good place to learn some basics is codedex.io (also where I started from zero, 6 months ago haha). Source: over 3 years ago
You should start from the basics with a platform like codedex.io they do Python! It was straightforward to use for me (I'm 32). Give them a try. I am still a beginner, but I was starting from zero. Source: over 3 years ago
License-Token.com - Monetize your source code while still keeping it open.
Scrimba - Interactive coding screencasts created in an instant
Reddit - Reddit gives you the best of the internet in one place. Get a constantly updating feed of breaking news, fun stories, pics, memes, and videos just for you.
GoIT LMS - Empowering emerging markets with high-quality tech education
Lobsters - Lobsters is a technology-focused link-aggregation site.
Codelita - Anyone Can Code