Digital Humanities
Tutorials

List of all Digital Humanities tutorials

Here, we have a series of tutorials waiting to unlock your skills in digital humanities. We understand the growing importance of leveraging technology in the field of humanities, and our tutorials are designed to equip you with the knowledge and tools to excel in this domain.

Learn Python From Zero For Absolute Beginner (1): Data cleaning

If you find yourself asking questions such as “What exactly does Python do?” or “How can I get started with Python”, then look no further than this handy guide. We understand that diving straight into code can feel intimidating, that’s why we focus on hands-on practice throughout this tutorial series, designed specifically for beginners. No need to worry if you …

Markdown Cheat Sheet & Introduction: From Plain Text to Rich Content

Table of Content • Headings • Styling text ○ Bold ○ Italic ○ Bold and Italic ○ Strikethrough ○ Underline ○ Listed items ○ Inline code ○ Code blocks ○ Blockquote • Links • Images • Linked images • Footnotes • Table • Horizontal line • Embedding HTML Markdown is a lightweight markup language that allows you to create rich …

Jupyter Notebook tips and shortcuts

Anaconda In our previous article, we covered the basics of launching Jupyter Notebook. Now, let’s move on to explore its features and some of the most commonly used keyboard shortcuts. Types of cells Jupyter Notebook relies heavily on the concept of cells. The 2 main types of cells are Code and Markdown. Code cell: for running code snippets, e.g. python …
Create new Google Colab file

How to open .ipynb file (Jupyter Notebook)

Introduction: What is .ipynb file? .ipynb stands for “Interactive Python Notebook”, the file format of Jupyter Notebook. One of the remarkable features is its cell-based interface. It allows users to see the output of each individual block of code. Therefore, it is simpler to trace the flow of execution, identify errors and debug issues by using the notebook. The cell-based …

What is Digital Humanities?

This post first appeared on Research Bridge on October 20, 2022. As a highly cross-disciplinary community, Digital Humanities (DH) brings digital methods to bear on traditional humanities scholarship, yet it is not intended to replace the traditional humanities. Rather, it creates new research methodology that allows humanities scholars to critically use big data in the digital age. The definition of …