Best of Data Science โ€” October 2023

  1. 1
    Article
    Avatar of communityCommunity Picksยท3y

    Bubble Sort...in PURE CSS? [No JS] ๐Ÿ˜ฑ

    Learn how to implement a functioning bubble sort algorithm in pure CSS and add visualizations to it. Discover interesting CSS switches and booleans that may be useful in future scenarios.

  2. 2
    Article
    Avatar of hnHacker Newsยท3y

    I Accidentally Saved Half A Million Dollars โ€” Ludicity

    The author saved their company half a million dollars by optimizing costs in the Advanced Analytics Platform (AAP). The platform had numerous technical debt issues and inefficient processes. By making a simple change, the projected bill dropped from a million to half a million dollars.

  3. 3
    Article
    Avatar of kdnuggetsKDnuggetsยท3y

    5 Free Books to Master Data Science

    A list of five free books to master data science, covering topics such as Python, statistics, linear algebra, machine learning, and deep learning.

  4. 4
    Article
    Avatar of kdnuggetsKDnuggetsยท3y

    Why SQL is THE Language to Learn for Data Science

    SQL is the essential language for data science due to its universal database accessibility, efficient data cleaning capabilities, seamless integration with other languages, and requirement for most data science jobs.

  5. 5
    Article
    Avatar of kirupaKirupaยท3y

    Stability and Sorting Algorithms

    Sorting algorithms can be classified as stable or unstable based on whether the relative order of equal elements is preserved or not. Stable sorting algorithms maintain the original order, while unstable sorting algorithms may change it.