Mistakes I see when interviewing software engineers
https://levelup.gitconnected.com/what-i-look-for-when-interviewing-software-engineers-5acec61bafd
https://levelup.gitconnected.com/what-i-look-for-when-interviewing-software-engineers-5acec61bafd
Medium
Mistakes I see when interviewing software engineers
There’s a hidden game being played
Host Local Web App with SimpleHTTPServer and ngrok
https://levelup.gitconnected.com/host-local-web-app-with-simplehttpserver-and-ngrok-874f8adde821
https://levelup.gitconnected.com/host-local-web-app-with-simplehttpserver-and-ngrok-874f8adde821
Medium
Host Local Web App with SimpleHTTPServer and ngrok
In Less Than Two Minutes
Optimizing your Django Website for Google SEO
https://newbieprogrammer.medium.com/optimizing-your-django-website-for-google-seo-446a38ff6fb7
https://newbieprogrammer.medium.com/optimizing-your-django-website-for-google-seo-446a38ff6fb7
Medium
Optimizing your Django Website for Google SEO
What is Google SEO?
Python Tips And Tricks Make Your Life Easier
https://medium.com/@aliaref2/python-tips-and-tricks-make-your-life-easier-90ac0eed05f8
https://medium.com/@aliaref2/python-tips-and-tricks-make-your-life-easier-90ac0eed05f8
Medium
Python Tips And Tricks Make Your Life Easier
Hi, and welcome to the python tips and trick which make your life easier! In this post We gonna discuss about the most useful python tips…
GSoC’21 — Week 7 and 8 — Setting up the reply functionality
https://whiteviolin.medium.com/gsoc21-week-7-and-8-setting-up-the-reply-functionality-be5ac6897a9d
https://whiteviolin.medium.com/gsoc21-week-7-and-8-setting-up-the-reply-functionality-be5ac6897a9d
Medium
GSoC’21 — Week 7 and 8 — Setting up the reply functionality
Well, I know I am late, but the last 2 weeks were super hectic because of my University examinations. The examination board suddenly…
A Python tool for Data Processing, Analysis, and ML Automation in a few lines of code
https://towardsdatascience.com/a-python-tool-for-data-processing-analysis-and-ml-automation-in-a-few-lines-of-code-da04b3ba904f
https://towardsdatascience.com/a-python-tool-for-data-processing-analysis-and-ml-automation-in-a-few-lines-of-code-da04b3ba904f
Medium
A Python tool for Data Processing, Analysis, and ML Automation in a few lines of code
Essential guide to dabl library
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.