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

    4 months ago2 days ago
  • Hybrid AI model crafts smooth, high-quality videos in seconds

    2 weeks ago5 days ago
  • Why Do LLMs Have Emergent Properties?

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

    3 weeks ago
  • Ranked: The Most Visited Websites in the World

    3 weeks ago
  • How to Create Serverless AI Agents with Langbase Docs MCP Server in Minutes

    3 weeks ago3 weeks ago
  • Update turns Google Gemini into a prude, breaking apps for trauma survivors

    3 weeks ago3 weeks ago
  • Python

A Practical Guide to Writing a Python Command Line Script

Team DSH4 months ago2 days ago

Python

Django Crash Course for Beginners

Team DSH3 weeks ago3 weeks 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 DSH3 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 DSH4 months ago2 days 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 DSH5 months ago3 months 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 DSH1 year 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 DSH1 year 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 DSH1 year ago1 year 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 ago5 days 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 ago5 days 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 DSH2 years ago5 days 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