Best of PandasFebruary 2024

  1. 1
    Article
    Avatar of medium_jsMedium·2y

    How to Manage Your Budget with a Simple Python Script

    A simple Python script that helps manage your budget by tracking income and expenses, and visualizing the data.

  2. 2
    Article
    Avatar of kdnuggetsKDnuggets·2y

    7 Free Kaggle Micro-Courses for Data Science Beginners

    Learn essential data science skills with free micro-courses on Kaggle. Courses cover Python basics, pandas, data visualization, SQL, machine learning, and more. Start your data science journey one micro-course at a time.

  3. 3
    Article
    Avatar of motherduckMotherDuck·2y

    DuckDB & Python : end-to-end data engineering project

    This post discusses an end-to-end data engineering project using DuckDB and Python. It explores the architecture, ingestion pipeline, and sinking data using DuckDB. The post also provides instructions on how to fetch data from PyPi using Python and DuckDB.

  4. 4
    Article
    Avatar of planetpythonPlanet Python·2y

    How to Scrape Google News with Python

    Learn how to scrape Google News for articles related to a specific topic using Python. Install the required libraries, set the search query, and extract information such as title, source, time, author, and link.