Microsoft Launches Power Fx, a New Open Source Low-Code Language

Microsoft today announced Power Fx, a new low-code language that “will become the standard for writing logic customization across Microsoft’s own low-code Power Platform,” reports TechCrunch. “[S]ince the company is open-sourcing the language, Microsoft also hopes others will implement it as well and that it will become the de facto standard for these kinds of use cases.” From the report: Microsoft…

Do Python Developers Want Static Typing?

Results were announced this week for the fourth “official annual Python Developers Survey” of over 28,000 developers (in nearly 200 countries) conducted by the Python Software Foundation and JetBrains. 85% of the survey respondents use Python as their main programming language, InfoWorld reports: Python developers cite simplicity and ease of use as principal reasons for using the language, but they still…

Astrophysicists design ‘radically different’ world map

You know the old problem of how to portray the round globe of Earth on a flat map? Now a trio of map experts has worked together to solve this problem. Their new map is 2-sided and round. Source: https://earthsky.org/earth/astrophysicists-new-design-world-map…

Node.js/Deno Creator Discusses Rust, C++, TypeScript, and Vim

Ryan Dahl, creator of Node.js and Deno, gave a new interview this week to the IT outsourcing company Evrone: Evrone: You have hands-on experience with lots of programming languages: C, Rust, Ruby, JavaScript, TypeScript. Which one do you enjoy the most to work with? Ryan: I have the most fun writing Rust these days. It has a steep learning curve and…

Python Turns 30. A Steering Council Member Reflects

Today is the 30th anniversary of the Python programming language, “which has never been more popular, arguably thanks to the rise of data science and AI projects in the enterprise,” writes Venture Beat. To celebrate the historical releases file has been updated to include Guido van Rossum’s original 0.9.1 beta release from 1991. (Its ReadMe file advises that Python 0.9 “can…

What is the Milky Way?

When someone says “Milky Way,” do you think of the starry pathway across our sky, or of the great pinwheel-shaped galaxy in space? Both are correct! Source: https://earthsky.org/astronomy-essentials/what-is-the-milky-way-galaxy…

C Passed Java to Take #1 Spot on TIOBE’s Index

“C is at the top of the list of TIOBE’S Index for February 2021 with Java in second place,” reports TechRepublic: Those two languages swapped positions on the list as compared to 2020, but the rest of the list is almost exactly the same as a year ago. Python is in the No. 3 spot followed by C++, C#, Visual Basic,…

Penn Engineering launches new Introduction to Programming with Python and Java Specialization

Penn Engineering Online Learning has just launched a new Specialization called Introduction to Programming with Python and Java. This Specialization moves quickly; it starts out by teaching basic concepts in Python and ramps up to more complex subjects such as object-oriented programming and data structures in Java. By the time learners complete this series of […]
The post Penn Engineering launches new…

Google Trained a Trillion-Parameter AI Language Model

An anonymous reader quotes a report from VentureBeat: Google researchers developed and benchmarked techniques they claim enabled them to train a language model containing more than a trillion parameters. They say their 1.6-trillion-parameter model, which appears to be the largest of its size to date, achieved an up to 4 times speedup over the previously largest Google-developed language model (T5-XXL). As…

Wasmer 1.0 Can Run WebAssembly ‘Universal Binaries’ on Linux, MacOS, Windows, Android, and iOS

The WebAssembly portable binary format will now have wider support from Wasmer, the server-side runtime which “allows universal binaries compiled from C++, Rust, Go, Python, and other languages to run on different operating systems and in web browsers without modification,” reports InfoWorld: Wasmer can run lightweight containers based on WebAssembly on a variety of platforms — Linux, MacOS, Windows, Android, iOS…