Best of Data Science β€” July 2023

  1. 1
    Article
    Avatar of kdnuggetsKDnuggetsΒ·3y

    Why is DuckDB Getting Popular?

    DuckDB combines the simplicity and ease of use of SQLite with the analytical performance of specialized columnar databases. DuckDB is free and open-source software, so anyone can use and modify the code. It's embedded, meaning the DBMS ( database management system) runs in the same process as the application that uses it.

  2. 2
    Article
    Avatar of aiplainenglishAI in Plain EnglishΒ·3y

    Machine Learning: Must Do Projects for Beginners

    Machine Learning: Must Do Projects for Beginners. We will examine some of the most well-liked machine learning datasets and models in this article. In the next sections, we will discuss several datasets and the models that may be used in that exercises.

  3. 3
    Article
    Avatar of kotlinKotlinΒ·3y

    Introducing Kotlin Notebook

    Kotlin Notebook is an interactive tool that allows you to combine code, visualizations, and text in a single document. In notebooks, you can write and run code snippets (cells), view the results, and document your thought process all in one place. This post will offer insight into the plugin’s functionality and use cases.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCampΒ·3y

    Create Your Own Programming Language Using Python

    The course is designed for people who already have a fundamental understanding of Python and are eager to explore the depths of computer science and language design. The hands-on curriculum teaches you the underpinnings of how programming languages work, and how you can build one using Python.

  5. 5
    Article
    Avatar of aiplainenglishAI in Plain EnglishΒ·3y

    🎬 TMDB 🀝 Streamlit πŸ”₯: Build Your Own Movie Recommendation System πŸš€

    In the ever-evolving landscape of online platforms like YouTube, Amazon, Netflix, and others, recommender systems have become indispensable in shaping our daily lives. These remarkable systems are designed to deliver personalized and relevant suggestions, catering to individual user preferences. In this article, I will guide you through the process of creating a movie recommender system from scratch.