As data becomes more important than ever to business success, modern organizations are constantly looking for tools and resources that can help them harness and make sense of that data. CData is making it easier for users to connect to data sources and tools with the release of hundreds of new Python Connectors, which are … continue reading
As organizations wake up to the multitude of ways advanced technologies can augment their businesses, developers with relevant skills are becoming ever more valuable. Data is the key to a whole kingdom of opportunity, and when combined with AI and machine learning tools, the bounds of this kingdom are practically limitless. Even for those without … continue reading
Python 2 finally reached end of life (EOL) at the start of 2020. Python 2 EOL means that version of the language will no longer receive any sort of updates, including security updates. “We need to sunset Python 2 so we can help Python users by improving Python faster,” the Python Software Foundation wrote on … continue reading
Last year, Python took the crown as TIOBE’s programming language of the year. Then, earlier this year, TIOBE predicted that Python would surpass both Java and C as the top programming language at its current rate of growth. But TIOBE is surprising everyone by naming C as its 2019 programming language of the year. “Everybody … continue reading
Python 2.7 has officially retired as of January 1st to fully make way for Python 3. For those that are still using Python 2, there is advice for running Python 2 code in Python 3 to ease the transition. According to a post, a number of critical Python projects have pledged to stop supporting Python … continue reading
This week’s highlighted project is Falcon, which is an open-source Python framework for building large-scale app backends and microservices. According to the Falcon maintainers, the framework encourages the REST architectural style. It also attempts to do as little as possible, while also remaining highly efficient. “When it comes to building HTTP APIs, other frameworks weigh … continue reading
ActiveState announced that it added more than 50,000 package versions covering the most popular Python 2 and 3 packages to its ActiveState platform. “In order to ensure our customers can automatically build all Python packages, even those that contain C code, we’re designing systems to vet the code and metadata for every package in PyPI. … continue reading
Python is finally beginning to outrank Java. In the beginning of the year, TIOBE Index predicted Python would soon replace Java and that prediction is becoming a reality with the release of GitHub’s 2019 State of the Octoverse. According to the report, Python outranked Java for the first time, becoming the second-most popular programming language … continue reading
Developers can now use the Biometric API as part of the AndroidX Biometric Library with the launch of Android 10. The framework is now providing a friendly, standardized API for OEMs to integrate support for all types of biometric sensors on their devices. “In addition to supporting multiple biometric authentication form factors, the API has … continue reading
The latest version of Python is now available. Python 3.8 introduces a number of new features, including assignment expressions, positional-only parameters, and a new parallel filesystem cache. Assignment expressions is a new syntax (:=) that will assign values to variables that are part of a larger expression. Because the syntax resembles a walrus’ eyes and … continue reading
The Python Software Foundation and Tidelift are teaming up on the community-driven Pallets Projects. Pallets is a collection of popular Python web development libraries. Through the new partnership, the libraries will receive maintenance, security and license assurances. RELATED CONTENT: Python 2 to sunset by 2020 In addition, Tidelift plans to provide income to the team … continue reading
The Python Software Foundation formally announced it will sunset Python 2 on January 1st, 2020. According to the foundation, it would have liked to see Python 2 sunset back in 2015, however, since many did not upgrade to the new language, the sunset was extended until 2020. RELATED CONTENT: A pledge to Python 3 “We … continue reading