Skip to content

Commit ea54c07

Browse files
committed
Update README
1 parent 85bfd0c commit ea54c07

1 file changed

Lines changed: 10 additions & 12 deletions

File tree

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
# Web Scraping with Python
22

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-
153
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.
164

175
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
3018

3119
The rendered version of the lesson is available at: <https://ucsbcarpentry.github.io/web-scraping-python/>
3220

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+
3331
## Maintainer
3432

3533
Current maintainer of this lesson: - [Jose Niño Muriel](https://github.com/josenino95)

0 commit comments

Comments
 (0)