-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: first lesson about DevTools (#1316)
Porting [this lesson](https://docs.apify.com/academy/web-scraping-for-beginners/data-extraction/browser-devtools). I thought I'll do minimal changes, but I couldn't resist: - I tried to unify the style with the rest of the course. I wrote the stuff with my own words, and added standard polishing I usually do (dictionary, proofreading by AI, etc.) - I explained HTML, CSS, and JavaScript a bit. That should serve as a minimal replacement for [this page](https://docs.apify.com/academy/web-scraping-for-beginners/data-extraction) - I added several screenshots. - I added exercises. - I'm intentionally removing references to Firefox (albeit it's my primary browser and I love it 😭), because students shouldn't be given choices in tutorial-style texts. The references felt like distractions. ![image](https://github.com/user-attachments/assets/779c4e22-14e2-44c1-a636-416615e8c99e)
- Loading branch information
1 parent
c1422f9
commit 1073304
Showing
10 changed files
with
161 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+303 KB
...demy/webscraping/scraping_basics_python/images/devtools-console-textcontent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+48.6 KB
...academy/webscraping/scraping_basics_python/images/devtools-console-variable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+126 KB
sources/academy/webscraping/scraping_basics_python/images/devtools-console.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+142 KB
...cademy/webscraping/scraping_basics_python/images/devtools-element-selection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+281 KB
...ces/academy/webscraping/scraping_basics_python/images/devtools-elements-tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+327 KB
...ces/academy/webscraping/scraping_basics_python/images/devtools-exercise-cnn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+753 KB
...es/academy/webscraping/scraping_basics_python/images/devtools-exercise-fifa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+234 KB
sources/academy/webscraping/scraping_basics_python/images/devtools-hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+684 KB
sources/academy/webscraping/scraping_basics_python/images/devtools-wikipedia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.