Developers are beginning to program in Go both at work and outside of work. Go is an open-source programming language Google created in 2007. The programming language’s team has released its 2016 survey results, which revealed 89% of respondents are using Go. Of that 89%, 36% use Go both at home and at work, 27% … continue reading
Picture a new programming language that’s like Swift, JavaScript and Smalltalk packed into a tiny virtual machine. It can be written once, and it can run on any operating system. This is Gravity, a Swift-like programming language, in a nutshell. This powerful, dynamically typed, lightweight and embeddable programming language is written in C, but it … continue reading
Google is giving the open-source community an easier way to generate command-line interfaces from Python code. The company announced the open-sourcing of Python Fire, a library for automatically generating CLIs. Python Fire does not require developers to do any additional work, define arguments, set up information, or write a main function to define how the … continue reading
Pandas aren’t only cute cute bears; they’re also a data analysis/manipulation library for Python. Pandas is designed to make it easier to work with relational and labeled data. “It aims to be the fundamental high-level building block for doing practical, real-world data analysis in Python. Additionally, it has the broader goal of becoming the most … continue reading
Docker is releasing a new commercial platform for enterprise development and IT teams. Docker Enterprise Edition (EE) is a new platform designed to streamline the Docker experience, and accelerate business critical app deployments. “From the very beginning, Docker has been focused on taking very complicated tooling and software and making it intuitive and easy to … continue reading
Every year new open-source software projects emerge, but only a few will have an impact on the developer community. To distinguish the interesting and innovative ones, Black Duck has announced its ninth annual Open Source Rookies of the Year list, designed to recognize last year’s top new open-source projects. “This recognition is a tribute … continue reading
Since data science tasks like forecasting is important to organizations, Facebook decided to open-source Prophet, its forecasting tool available in Python and R. Prophet is for forecasting time series data, and it was open-sourced by Facebook’s Core Data Science team. Prophet is optimized for business forecast tasks that the Facebook team encountered, which typically include … continue reading
Just like the medical instrument that checks the beating heart inside of humans, Netflix’s open-source Stethoscope tool collects information from users’ devices, giving them clear insight into how they are operating and what they need to fix to keep them “healthy.” Technically speaking, Stethoscope is a web application that gathers information from users’ devices, giving … continue reading
Open-source software (OSS) is becoming more popular, but a lack of knowledge about how these packages work together remains one of the biggest problems with it. Rogue Wave has released its annual Open Source Support Report, which found common OSS issues are a result of development teams not being equipped to support the OSS they … continue reading
Although it took almost a year, NetBSD, a Unix-like open-source operating system, now has reproducible builds. To recap the features of NetBSD, the system operates on a range of hardware platforms, and its basic features include code quality, portability, secure defaults, and research and innovation. A big challenge that NetBSD developers have been working on … continue reading