You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,5 @@
1
1
# Web Scraping with Python
2
2
3
-
An introduction to web scraping with Python.
4
-
5
-
## Teaching and contributing
6
-
7
-
We'd love to know if you are teaching this lesson and the suggestions you have for improving it!
8
-
9
-
You can do this by submitting an [issue](https://github.com/carpentries-incubator/web-scraping-python/issues) in this repo, or sending an email to [dreamlab\@library.ucsb.edu](mailto:dreamlab@library.ucsb.edu) or [jose_nino\@ucsb.edu](mailto:jose_nino@ucsb.edu).
10
-
11
-
If you want to know more about contributing to this lesson and other Carpentries efforts, please read the [CONTRIBUTING](./CONTRIBUTING.md) guide.
12
-
13
-
## About the Lesson
14
-
15
3
This lesson teaches people with basic Python knowledge the tools and libraries to do web scraping, which means extracting data from websites. It has three episodes.
16
4
17
5
Episode 1 begins with an introduction to how websites are structured using HTML. You’ll learn how to explore this structure using your browser and how to extract information from it using the BeautifulSoup package.
@@ -30,6 +18,16 @@ This workshop is intended for learners who already have a basic understanding of
30
18
31
19
The rendered version of the lesson is available at: <https://ucsbcarpentry.github.io/web-scraping-python/>
32
20
21
+
An introduction to web scraping with Python.
22
+
23
+
## Teaching and contributing
24
+
25
+
We'd love to know if you are teaching this lesson and the suggestions you have for improving it!
26
+
27
+
You can do this by submitting an [issue](https://github.com/carpentries-incubator/web-scraping-python/issues) in this repo, or sending an email to [dreamlab\@library.ucsb.edu](mailto:dreamlab@library.ucsb.edu) or [jose_nino\@ucsb.edu](mailto:jose_nino@ucsb.edu).
28
+
29
+
If you want to know more about contributing to this lesson and other Carpentries efforts, please read the [CONTRIBUTING](./CONTRIBUTING.md) guide.
30
+
33
31
## Maintainer
34
32
35
33
Current maintainer of this lesson: - [Jose Niño Muriel](https://github.com/josenino95)
0 commit comments