Teachinghistory.org (National History Education Clearinghouse) offers resources to teachers in multiple ways. Three sections outline teaching materials, history content, and best practices in teaching history. There are links for elementary, middle, and high school teachers, with everything from complete lesson plans to general outlines of historical events and skills. You can also access research on the state of history education in the country, as well as a blog and the teachinghistory.org community.
3 Results
In this two-part lesson, we will build on what you’ve learned about Working with Webpages, learning how to remove the HTML markup from the webpage of Benjamin Bowsey’s 1780 criminal trial transcript. We will achieve this by using a variety of string operators, string methods and close reading skills. We introduce looping and branching so that programs can repeat tasks and test for certain conditions, making it possible to separate the content from the HTML tags. Finally, we convert content from a long string to a list of words that can later be sorted, indexed, and counted.
- Subject:
- Computer Science
- Material Type:
- Diagram/Illustration
- Provider:
- Center for History and New Media
- Author:
- William J. Turkel and Adam Crymble
- Date Added:
- 10/10/2017
In this lesson you will learn how to manipulate text files using Python. This includes opening, closing, reading from, and writing to .txt files.
The next few lessons will involve downloading a web page from the Internet and reorganizing the contents into useful chunks of information. You will be doing most of your work using Python code written and executed in Komodo Edit.
- Subject:
- Computer Science
- Material Type:
- Diagram/Illustration
- Provider:
- Center for History and New Media
- Author:
- William J. Turkel and Adam Crymble
- Date Added:
- 10/10/2017