Skip to content
Data Science Horizons

Data Science Horizons

Navigating the Data Frontier: Explore the World of Data Science Today

  • Crash Courses
  • eBooks
  • Practical Guides
Data Science Horizons

Data Science Horizons

Navigating the Data Frontier: Explore the World of Data Science Today

  • Crash Courses
  • eBooks
  • Practical Guides
Latest
  • A Practical Guide to Writing a Python Command Line Script

    1 year ago1 year ago
  • Create a SQL REPL for JSON Files in Python

    1 year ago
  • How to Become a Data Engineer in 2025

    1 year ago
  • A Comprehensive Overview of Prompt Engineering Techniques

    1 year ago1 year ago
  • A Comprehensive Overview of RAG Strategies

    1 year ago1 year ago
  • A Practical Guide to Concurrency and Parallelism in Python

    2 years ago1 year ago
  • What is Data Science? A Beginner’s Guide

    2 years ago1 year ago
  • Advanced File Handling in Python: Working with CSV, JSON, and XML

    2 years ago
  • Building Python CLI Applications: A Step-by-Step Tutorial

    2 years ago
  • 5 Tips for Writing Efficient Python Code for Data Analysis

    2 years ago2 years ago
  • Python

A Practical Guide to Writing a Python Command Line Script

Team DSH1 year ago1 year ago

Python

  • Python

Create a SQL REPL for JSON Files in Python

Team DSH1 year ago05 mins

By combining Pandas for data handling, DuckDB for SQL querying, and a few Python modules to help make our lives a little easier, we can create an effective SQL REPL (Read–Eval–Print Loop) for JSON in 5 coding steps, and with relative ease.

Read More
  • Python

A Practical Guide to Writing a Python Command Line Script

Team DSH1 year ago1 year ago013 mins

A well-structured Python script will clearly separate logic into functions, handle user input robustly, and provide meaningful feedback in case of errors.

Read More
  • Python

A Practical Guide to Concurrency and Parallelism in Python

Team DSH2 years ago1 year ago015 mins

This article will walk you step-by-step through everything you need to know to leverage concurrency and parallelism in Python effectively.

Read More
  • Python

Advanced File Handling in Python: Working with CSV, JSON, and XML

Team DSH2 years ago07 mins

Learn some advanced Python file handling tips, and stay equipped with best practices for CSV, JSON and XML data.

Read More
  • Python

Building Python CLI Applications: A Step-by-Step Tutorial

Team DSH2 years ago05 mins

Learn to build command line interface Python apps in this step-by-step tutorial.

Read More
  • Python

5 Tips for Writing Efficient Python Code for Data Analysis

Team DSH2 years ago2 years ago04 mins

Here are 5 starter tips for writing code that can contribute to your data analysis efficiency.

Read More
  • eBook
  • Python

Python Decorators Unleashed [eBook]

Team DSH3 years ago1 year ago01 mins

This comprehensive guide will take your Python skills to the next level by exploring the world of decorators, which allow you to enhance functions and classes without cluttering your codebase.

Read More
  • Crash Course
  • Python

NumPy Crash Course for Data Scientists

Team DSH3 years ago1 year ago08 mins

Learn the essentials of NumPy, a cornerstone in data science and machine learning. Master array operations, broadcasting, vectorization, and more.

Read More
  • Crash Course
  • Python

Beautiful Soup Crash Course for Data Scientists

Team DSH3 years ago1 year ago010 mins

Explore the ins and outs of web scraping with Beautiful Soup. This guide covers basics to advanced topics, including parsing, tree navigation, asynchronous scraping, and data management.

Read More
  • Crash Course
  • Python

Pandas Crash Course for Data Scientists

Team DSH3 years ago1 year ago013 mins

This in-depth, 3-part Pandas crash course covers everything from the core DataFrame and Series data structures to essential data manipulation operations to advanced analysis and visualization tools. Through concrete examples and code snippets, you’ll learn foundational Pandas to start wielding this versatile data analysis library for tasks.

Read More
  • 1
  • 2