Best of Science2022

  1. 1
    Article
    Avatar of kdnuggetsKDnuggets·4y

    12 Essential VSCode Extensions for Data Science

    Visual Studio Code (VSCode) is a free integrated development environment (IDE) It is popular among developers and data practitioners. The VSCode provides rich functionalities, extensions ( plugins), built-in Git, ability to run and debug code, and complete customization for the workspace.

  2. 2
    Article
    Avatar of hnHacker News·4y

    Why We Will Never Have Enough Software Developers

    Developers are dropping out of the profession in large numbers despite efforts to grow the number of computer science graduates and software engineers. Engineers swap technical roles for non-technical roles over time. The types of skills required by software developers change more rapidly than any other profession. Web development has the highest rate of skill change among all jobs in the country.

  3. 3
    Article
    Avatar of stackovStack Overflow Blog·4y

    You should be reading academic computer science papers

    Papers We Love is an online repository of computer science scholarship. It was started by Zeeshan Lakhani, Darren Newton, and David Ashby. All three came from humanities and arts disciplines. They found that none of them had formal training in computer science but they all wanted to learn more.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    Are ChatGPT and AlphaCode going to replace programmers?

    AlphaCode is an AI system that can often compete with humans at solving simple computer-science problems. Google sister company DeepMind, an AI powerhouse based in London, released the tool in February. It has now published its results in Science1, showing that AlphaCode beat about half of humans at code competitions.

  5. 5
    Article
    Avatar of communityCommunity Picks·4y

    The James Webb Space Telescope runs JavaScript, apparently

    The JWST has a bunch of pre-written scripts for doing specific tasks, and scientists on the ground can tell it to run those tasks. When they do, those JavaScripts will be interpreted by a program called the script processor. This knowledge base also contains a few more details on the telescope’s 68 GB SSD, saying that it can hold somewhere between 58.8 and 65 gigabytes of actual scientific data.

  6. 6
    Article
    Avatar of juliablJulia Bloggers·4y

    Julia, the little known programming language that might be the key to understanding Climate Change…

  7. 7
    Article
    Avatar of inPlainEngHQPython in Plain English·4y

    85+ Data Science Projects You Can Try with Python

    85+ Data Science Projects solved & explained with Python Aman Kharwal. Working on data science projects and case studies will help you improve your data science skills. I will update this list of projects with more projects regularly. Feel free to ask valuable questions in the comments section below.

  8. 8
    Article
    Avatar of hnHacker News·4y

    Twitter bans ads that contradict science on climate change

    Twitter says it will no longer allow advertisers on its site who deny the scientific consensus on climate change. There was no indication that the change would affect what users post on the social media site. The announcement coinciding with Earth Day came hours before the European Union agreed upon a deal requiring big tech companies to vet their sites more closely for hate speech.

  9. 9
    Article
    Avatar of phProduct Hunt·4y

    Adadot - Fitness tracker for work, for developers

    Adadot is the world’s first fitness tracker for work, for developers. Integrate with Gitlab & Slack. We leverage data hiding in productivity and collaboration software to help you improve how you work and feel. Rooted in science. Back to Mail Online home.back to the page you came from.

  10. 10
    Article
    Avatar of dzDZone·4y

    Hard Things in Computer Science

    A lot of things are hard in computer science. This post aims to describe some of them.Cache invalidation and naming things are two of the most difficult things in IT. Cache invalidation is achieved by cleaning data from the cache - cache invalidation, also known as TTL.

  11. 11
    Article
    Avatar of honeypotHoneypot·4y

    Data Scientist Salaries in Europe in 2022

    Data scientists, developers and data engineers are in high demand. But it might still be hard for them to know their worth. We analysed recent data to uncover facts and surprises. We found that average salary offered in Germany is €61.6k. On average, women earn 12% less than men in Europe.

  12. 12
    Article
    Avatar of geekflareGeekflare·4y

    7 Programming Languages to Use in Data Science

    Python is one of the most powerful and flexible languages out there, and it’s also vastly used in data science. R is an interpreted language, so you can run your code without the need for any compiler. Julia takes the best from languages like Python, Ruby, Lisp, and R, combines it with the speed of C, and includes familiar mathematical notation.

  13. 13
    Article
    Avatar of kdnuggetsKDnuggets·4y

    7 Steps to Mastering SQL for Data Science

    The biggest piece of advice I can give aspiring data scientists is to learn SQL. This is an often-overlooked skill by most data science learning providers but is arguably as important as machine learning modeling. In this article, I will walk you through 7 steps you can take to master SQL for any data science or analytics role.