Best of C ProgrammingOctober 2020

  1. 1
    Article
    Avatar of tdsTowards Data Science·6y

    Python is Slowly Losing its Charm

    Python is the Swiss Army Knife of Programming Languages. It has far surpassed C, C#, Java and even Javascript in popularity. Python dominates the fields of Data Science and Machine Learning, and, to some extent, Scientific and Mathematical computing. It does have its share of disadvantages when compared to newer languages like Julia, Swift and Java.

  2. 2
    Article
    Avatar of medium_jsMedium·6y

    Solving a stupid JavaScript problem.

    Alexander Troup explains how to solve a stupid JavaScript problem. He uses Operator Precedence and Associativity to solve the problem. Troup also streamed the process of solving this problem on Twitch.com. The full article can be found at: http://www.joshtroup.com/solve-a-stupid-js-problem.

  3. 3
    Article
    Avatar of swlhThe Startup·6y

    Raspberry PI Robot Car Controlled by Node.js

    The UCTRONICS Robot Car Kit for Raspberry PI is great for anyone interested in getting started with robotics. Walter Martins replaced the C language server that controls the Robot Car hardware using Javascript (Node.js) He used Vue.js to implement a simple, rudimentary web application for testing.

  4. 4
    Article
    Avatar of hackernoonHacker Noon·6y

    Should you learn C in 2020/2021?

    Eric Qvarnström writes a paper about why you should learn C and the benefits of doing so. C is an old language, to be formal, it appeared the first time in 1972. Despite its age, the language is still widely used today because of its power and ease of use.