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
Latest
  • A Practical Guide to Writing a Python Command Line Script

    1 year ago10 months ago
  • Hybrid AI model crafts smooth, high-quality videos in seconds

    10 months ago10 months ago
  • Why Do LLMs Have Emergent Properties?

    10 months ago
  • How to Build Your Own Local AI: Create Free RAG and AI Agents with Qwen 3 and Ollama

    10 months ago
  • Ranked: The Most Visited Websites in the World

    10 months ago
  • How to Create Serverless AI Agents with Langbase Docs MCP Server in Minutes

    10 months ago10 months ago
  • Update turns Google Gemini into a prude, breaking apps for trauma survivors

    10 months ago10 months ago
  • Python

A Practical Guide to Writing a Python Command Line Script

Team DSH1 year ago10 months ago

Python

Django Crash Course for Beginners

Team DSH10 months ago10 months ago01 mins

Django is a high-level web framework built with Python that encourages rapid development and clean, pragmatic design.

Read More

Create a SQL REPL for JSON Files in Python

Team DSH12 months ago09 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

A Practical Guide to Writing a Python Command Line Script

Team DSH1 year ago10 months ago025 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

A Practical Guide to Concurrency and Parallelism in Python

Team DSH1 year ago1 year ago028 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

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

Team DSH2 years ago014 mins

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

Read More

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

Team DSH2 years ago010 mins

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

Read More

5 Tips for Writing Efficient Python Code for Data Analysis

Team DSH2 years ago2 years ago07 mins

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

Read More

Python Decorators Unleashed [eBook]

Team DSH2 years ago10 months ago02 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

NumPy Crash Course for Data Scientists

Team DSH2 years ago10 months ago016 mins

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

Read More

Beautiful Soup Crash Course for Data Scientists

Team DSH3 years ago10 months ago018 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
  • 1
  • 2

Subscribe to our newsletter

Get a weekly summary of our posts delivered to your inbox

Recent Posts

  • Hybrid AI model crafts smooth, high-quality videos in seconds
  • Why Do LLMs Have Emergent Properties?
  • How to Build Your Own Local AI: Create Free RAG and AI Agents with Qwen 3 and Ollama
  • Ranked: The Most Visited Websites in the World
  • How to Create Serverless AI Agents with Langbase Docs MCP Server in Minutes

Categories

  • Agentic AI
  • AI
  • ChatGPT
  • Crash Course
  • Data Engineering
  • eBook
  • General
  • LLM
  • Machine Learning
  • MLOps
  • News
  • NLP
  • Programming
  • Python
  • RAG
  • SQL
  • Uncategorized