Skip to content
DH Resources
Introductions & General Tutorials
- Textbooks/Introductions
- Tutorials
- Project Planning
Data Scraping & Cleaning
- Tools
- Webscraper.io – Visual data scraping with a handy free Chrome extension
- Open Refine – Data clean mass operations, outstanding
- Tabula – Make CSV or Excel files from tables in any PDF
- Breve – Quickly scan your data to look for errors
- Data Silos and Databases
- Data Criticism
3D & Spatial Analysis
Network Analysis
- Tools
- Segrada – Historical Investigation Tool
- Gephi – Network Analysis/Data Visualization
Text Analysis
Visualization
Productivity
- Art & Design
- GIMP – Open-source Photoshop-like tool
- Inkscape – Open-source Illustrator-like tool
- MyPaint – Open-source painting tool
- Paletton – Color palette designer, very useful!
- Sound
- Audacity – Free sound editor/composer, widely used
- Drift4 – Audio transcription and pitch analysis tool
- Media
- Research/Writing Tools
- Zotero – Outstanding bibliography/citation manager
- Scrivener – Interesting non-linear writing composition tool
- JSTOR Text Analyzer – Scans a PDF for text topics and suggests further reading
Plain Text Editors & Git Clients
Programming
- Concepts
- Coderscampus – 5 Basic Concepts of Any Programming Language (Beginners)
- Tutorialspoint – General Concepts Across Languages (More Advanced)
- Important Debates
- Python
- Introduction and Tutorials
- Python – Official Documentation
- Most Useful Internal Python Modules
-
os
– Interact with the sysem, making paths, traversing directories, opening files, et.c.
csv
– Rapidly read/write csv files to/from Python
json
– Parse JSON data or convert Python data to JSON
- Most Useful External Python Modules
requests
– Scrape html data as a string
-
beautifulsoup4
– Parse raw html into a Python object
SQLAlchemy
– Fetch/retrieve database information
Pandas
– Powerful statistical analysis with data frames
networkx
– Quickly run network analysis
nltk
& cltk
– Natural language processing
matplotlib
– Most important visualization package
- Other
- Regex
- AutoRegex – Automatically create RegEx patterns with plain language input
Troubleshooting
Discussions
- Chat
- Blogs & Conversations
- Journals