GraphQL vs. Rest API: Data Fetching In Python
https://betterprogramming.pub/graphql-vs-rest-api-data-fetching-in-python-9df76d8eead7
https://betterprogramming.pub/graphql-vs-rest-api-data-fetching-in-python-9df76d8eead7
Medium
GraphQL vs. Rest API: Data Fetching In Python
A side-by-side comparison of both the approaches
Coding exercise based on Python 3.9 official tutorial
https://medium.com/@datatec.studio/coding-exercise-based-on-python-3-9-official-tutorial-23486cffa9fa
https://medium.com/@datatec.studio/coding-exercise-based-on-python-3-9-official-tutorial-23486cffa9fa
Medium
Coding exercise based on Python 3.9 official tutorial
currently, python 3.9 is the latest stable version of python. There is a python tutorial on the offical website of python. It make sense to…
Data Validation — Measuring Completeness, Consistency, and Accuracy Using Great Expectations with…
https://medium.com/99p-labs/data-validation-measuring-completeness-consistency-and-accuracy-using-great-expectations-with-c0ad2924e425
https://medium.com/99p-labs/data-validation-measuring-completeness-consistency-and-accuracy-using-great-expectations-with-c0ad2924e425
Medium
Data Validation — Measuring Completeness, Consistency, and Accuracy Using Great Expectations with PySpark
Motivation and Defining Metrics
Texas Instruments’ new calculator incorporates popular Python programming language
https://www.dallasnews.com/business/local-companies/2021/07/29/texas-instruments-new-calculator-incorporates-popular-python-programming-language
https://www.dallasnews.com/business/local-companies/2021/07/29/texas-instruments-new-calculator-incorporates-popular-python-programming-language
The Dallas Morning News
Texas Instruments’ new calculator incorporates popular Python programming language
Dallas-based Texas Instruments’ latest generation of calculators is getting a modern-day update with the addition of programming language Python. The goal is...
PEP 665 -- Specifying Installation Requirements for Python Projects
https://www.python.org/dev/peps/pep-0665
https://www.python.org/dev/peps/pep-0665
NumPy views: saving memory, leaking memory, and subtle bugs
https://pythonspeed.com/articles/numpy-memory-views
https://pythonspeed.com/articles/numpy-memory-views
Python⇒Speed
NumPy views: saving memory, leaking memory, and subtle bugs
NumPy uses memory views transparently, as a way to save memory. But you need to understand how they work, so you don’t leak memory, or modify data by mistake.
Software downloaded 30,000 times from PyPI ransacked developers’ machines
https://arstechnica.com/gadgets/2021/07/malicious-pypi-packages-caught-stealing-developer-data-and-injecting-code
https://arstechnica.com/gadgets/2021/07/malicious-pypi-packages-caught-stealing-developer-data-and-injecting-code
Ars Technica
Software downloaded 30,000 times from PyPI ransacked developers’ machines
Expect to see more of these "Frankenstein" malware packages, researchers warn.
Texas Instruments' new calculator will run programs written in Python
https://developers.slashdot.org/story/21/07/31/0347253/texas-instruments-new-calculator-will-run-programs-written-in-python
https://developers.slashdot.org/story/21/07/31/0347253/texas-instruments-new-calculator-will-run-programs-written-in-python
developers.slashdot.org
Texas Instruments' New Calculator Will Run Programs Written in Python
"Dallas-based Texas Instruments' latest generation of calculators is getting a modern-day update with the addition of programming language Python," reports the Dallas Morning News: The goal is to expand students' ability to explore science, technology, engineering…
How I added Poetry support to Pants as an intern: Improved automation and reduced boilerplate in multi-project repos
https://blog.pantsbuild.org/poetry-support-for-pants-2-6
https://blog.pantsbuild.org/poetry-support-for-pants-2-6
Pantsbuild Open Source Community Blog
Poetry support for Pants 2.6
Pants 2.6 can now understand Poetry’s pyproject.toml configuration for third-party dependency management, addressing one of our most requested features in the last year!
Pants Contributor Liam Wilson delves into this new feature as well as his experiences…
Pants Contributor Liam Wilson delves into this new feature as well as his experiences…
How Netflix does failovers in production using python under 7 mins 😳
https://opensource.com/article/18/4/how-netflix-does-failovers-7-minutes-flat
https://opensource.com/article/18/4/how-netflix-does-failovers-7-minutes-flat
Opensource.com
How Netflix does failovers in 7 minutes flat
Netflix decreased the time it takes to respond to an outage from 45 minutes to seven with no additional cost.
TensorFlow Tutorial for Beginners with Python Example
https://rubikscode.net/2021/08/03/introduction-to-tensorflow-with-python-example
https://rubikscode.net/2021/08/03/introduction-to-tensorflow-with-python-example
Rubix Code
TensorFlow Tutorial for Beginners with Python Example
In this article, we explore the TensorFlow ecosystem, learn how to use predefined classes, and learn how to build our first neural network.
About half of Python libraries in PyPI may have security issues, boffins say
https://www.theregister.com/2021/07/28/python_pypi_security
https://www.theregister.com/2021/07/28/python_pypi_security
The Register
About half of Python libraries in PyPI may have security issues, boffins say
Coding lingo's community says it has a plan to mitigate supply chain vulnerabilities, though
8 Active Learning Insights of Python Collection Module
https://pub.towardsai.net/8-active-learning-insights-of-python-collection-module-6c9e0cc16f6b
https://pub.towardsai.net/8-active-learning-insights-of-python-collection-module-6c9e0cc16f6b
Medium
8 Active Learning Insights of Python Collection Module
Container for data collections
Achieve performance improvements of 99.8%+ in 1 line of code
https://stacey-waldal.medium.com/achieve-performance-improvements-of-99-8-in-1-line-of-code-ffe44bdbf743
https://stacey-waldal.medium.com/achieve-performance-improvements-of-99-8-in-1-line-of-code-ffe44bdbf743
Medium
Achieve performance improvements of 99.8%+ in 1 line of code
This is the article you have been looking “For”
#30DaysOfCode Day 4: JOINing Things Together
https://medium.com/@kunbiademola/30daysofcode-day-4-joining-things-together-a3acc078999b
https://medium.com/@kunbiademola/30daysofcode-day-4-joining-things-together-a3acc078999b
Medium
#30DaysOfCode Day 4: JOINing Things Together
Today I followed the Mosh video to recap the lessons on the logical operator statements, and I feel now that I have a grasp on those.