Best of Science2021

  1. 1
    Article
    Avatar of hnHacker News·4y

    lapce/lapce: Lightning-fast and Powerful Code Editor written in Rust

    Lapce is written in pure Rust, with UI in Druid. It's using Xi-Editor's Rope Science for text editing, and using Wgpu for rendering. The code editor is lightning-fast and powerful, written in Rust. It has a built-in code editor that can edit any text in any language.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·5y

    Programming, Math, and Statistics You Need to Know for Data Science and Machine Learning

    Harshit Tyagi is a data scientist and author of the book "Machine Learning for Dummies" He is also the co-founder of the data-driven start-up, Machine Learning Laboratory. He has written books on data science and machine learning, including "The Machine Learning Handbook" and "Data Science and Machine Learning: The Complete Guide"

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·5y

    460 Free Textbooks – Math, Science, and More [Online PDF for College and High School]

  4. 4
    Article
    Avatar of 8thlight8th Light·4y

    Video: How to Build Video Games With Rust

    Rust is one of Stack Overflow's most loved languages. Eric Smith makes the case for Rust as the first real improvement to a game developer's toolkit. He walks through some basic tools, including rendering, structuring code, and engines. And ultimately, he demonstrates Rust’s effectiveness with a new game of his own.

  5. 5
    Article
    Avatar of tnwThe Next Web·5y

    Hey Python devs, don’t underestimate TypeScript

    Microsoft created TypeScript, a superset of JavaScript. TypeScript provides an extra layer of safety because programmers get information about possible bugs before execution time. Asynchronous programming is possible in Python and Javascript, but in TypeScript it’s built in from the core. The key difference between JavaScript and TypeScript is the type checker.

  6. 6
    Article
    Avatar of honeypotHoneypot·5y

    Top Python Data Science Interview Questions

    If you want to have a career in data science, knowing Python is a must. I’ve prepared the main Python concepts tested in the data science interview. Later on, I will discuss two main interview question types that cover those concepts you’re required to know as a data scientist.