Mark Edosa

Mark Edosa @medosa

About: Freelance data analyst and software developer. I write about programming and data analytics. I also enjoy lots of soft rock music.

Location:
Benin City, Nigeria
Joined:
Apr 21, 2022

Mark Edosa
articles - 14 total

How to Download Multiple Files with Pure Python: A Beginner Guide

Introduction Lately, I've been interested in compilers and thankfully, the excellent...

Learn More 0 0Aug 29 '24

Introduction to Python Programming - Classes

Table of Contents Table of Contents Introduction Creating a Class Creating Instance...

Learn More 5 0Feb 23 '24

Introduction to Python Programming - Errors and Exceptions

Table of Contents Table of Contents Introduction Common...

Learn More 0 0Feb 23 '24

How to Extract Content From Word Documents Using BeautifulSoup

Introduction This article shows you how to extract content or sections from Word documents...

Learn More 0 0Feb 10 '24

How to Traverse (Walk) Multiple Directories Using Python

Introduction This article shows you how to create a directory walker that extracts files...

Learn More 1 0Feb 10 '24

Introduction to Python Programming - Working With Files

At some point in your program, you may want to work with files stored locally on your machine or from...

Learn More 2 1Nov 2 '23

Introduction to Python Programming - Organizing Your Code With Modules

Table of Contents Introduction An Example Module Importing From Modules Using Modules as...

Learn More 6 2Oct 5 '23

Introduction to Python Programming - Function Basics

Table of Content Introduction Defining Functions Calling a Function Function Parameters...

Learn More 2 0Mar 4 '23

Introduction to Python Programming - A Word-counter Program

Introduction In the last article, we looked at controlling program execution with...

Learn More 1 0Oct 13 '22

Introduction to Python Programming - Control Flow

At some point, while writing a program, you would need to make decisions either based on your...

Learn More 3 0Oct 6 '22

Introduction to Python Programming - Data Structures

Table of Contents Overview Sequences List Tuples Set Dictionary ...

Learn More 3 0Sep 9 '22

Introduction to Python Programming - Data Types and Operators

TLDR Numeric types are either by nature whole numbers like 1, 2, 3) or contain decimal...

Learn More 1 0Aug 28 '22

Introduction to Python Programming - Getting Started

Introduction Python is a general-purpose, high-level programming language released in 1991...

Learn More 3 0Jul 20 '22

How to Explain a Technical Concept to a Layman

How do you explain a concept to someone not in your field? Or to the new guy? Here's my...

Learn More 3 0Jun 15 '22