Digital Humanities
Tutorials
Featured articles
Featured tags
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.
How to open CORPRO in MacOS 如何在Mac開啟 CORPRO 庫博中文獨立語料庫分析工具
Text analysis Introduction to CORPRO Interface of the software – CORPRO Are you looking for a handy tool to analyze Chinese language texts? Let’s try CORPRO! It is a Chinese corpus-based text mining software. Don’t worry if you’re not familiar with programming – this software is designed to be user-friendly and accessible to everyone (without programming skills) to conduct textual-mining …
How to host your website on GitHub Page
Web publishing In the previous article, we showed you how to convert a Jupyter Notebook (.ipynb file) into an HTML file, providing a portable and shareable format that can be easily sent or stored on a USB drive for viewing. In this article, we’d like to highlight another option: publishing the HTML file online. With the help of GitHub Pages, …
Turn your Jupyter Notebook into interactive Presentation Slides using Anaconda
In our “Learn Python From Zero For Absolute Beginner” series, you have learnt how to use Python to do some data manipulation tasks and create interactive charts using Plotly within Jupyter Notebook. After completing your analysis, it is common that you will need to deliver a presentation to present your findings. Traditionally, this might involve manually capturing screenshots of your …
Learn Python From Zero For Absolute Beginner (4): Challenge For You
Welcome to the final article of our “Learn Python From Zero For Absolute Beginner” series! We would like to express our gratitude to all of you who have followed along with us on this learning journey. We believe that you are now able to use Python to perform data manipulation tasks, create interactive visualizations, and build your very own websites …
Learn Python From Zero For Absolute Beginner (3): Create Website
In our previous article, we dived into the world of data visualization using Python and equipped you with the skills to create various charts and graphs. Now, in this article, we are excited to take your visualization journey a step further by showing you how to build a website using Python. By following our step-by-step guide, you will learn how …
Learn Python From Zero For Absolute Beginner (2): Data visualization
Welcome to the 2nd lesson of our “Learn Python From Zero For Absolute Beginner” series! In the previous lesson, you learnt the essential techniques for basic data cleaning and manipulation using Python. Now, get ready to explore the captivating world of data visualization! By the end of this article, you will be able to create this interactive chart. What you …
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 …