Getting data from old laboratory instruments using Python
https://medium.com/@jasonjf/getting-data-from-old-laboratory-instruments-using-python-6562f1b6a0a3
https://medium.com/@jasonjf/getting-data-from-old-laboratory-instruments-using-python-6562f1b6a0a3
Medium
Getting data from old laboratory instruments using Python
As a test technician in a Production Lab, we use many expensive specialized instrumentation such as Spectrum Analyzers, Signal Generators…
Sort newly uploaded objects and move them to respective s3 buckets using aws lambda
https://medium.com/@gowtham994433/sort-newly-uploaded-objects-and-move-them-to-respective-s3-buckets-using-aws-lambda-b0a5c88e3a1f
https://medium.com/@gowtham994433/sort-newly-uploaded-objects-and-move-them-to-respective-s3-buckets-using-aws-lambda-b0a5c88e3a1f
Medium
Sort newly uploaded objects and move them to respective s3 buckets using aws lambda
Step 1:
A Python Question That Took Me Days To Solve When I Just Started
https://zl-liu.medium.com/a-python-question-that-took-me-days-to-solve-when-i-just-started-bc016684ed6c
https://zl-liu.medium.com/a-python-question-that-took-me-days-to-solve-when-i-just-started-bc016684ed6c
Medium
A Python Question That Took Me Days To Solve When I Just Started
4 years ago in mid 2017, I took my first basic Python class in University. This class titled introduction to programming introduced us to…
How to Transform a Pandas DataFrame: pandas.DataFrame.explode()
https://python.plainenglish.io/how-to-transform-a-pandas-dataframe-pandas-dataframe-explode-ff0d1332393
https://python.plainenglish.io/how-to-transform-a-pandas-dataframe-pandas-dataframe-explode-ff0d1332393
Medium
How to Transform a Pandas DataFrame: pandas.DataFrame.explode()
“Unnest” or break a list-like record into multiple rows
Best practice: How to store secrets and settings in Python project
https://savelev.medium.com/best-practice-how-to-store-secrets-and-settings-in-python-project-e3ee45b3094c
https://savelev.medium.com/best-practice-how-to-store-secrets-and-settings-in-python-project-e3ee45b3094c
Medium
Best practice: How to store secrets and settings in Python project
Most common ways of working with sensitive data like credentials and secrets
Language Translator using Python & Strategy design pattern
https://write.agrevolution.in/language-translator-using-python-strategy-design-pattern-d4485650229d
https://write.agrevolution.in/language-translator-using-python-strategy-design-pattern-d4485650229d
Medium
Language Translator using Python & Strategy design pattern
Programmatic implementation of a translation service that translates the given text to a set of languages using Strategy design pattern.
Benefits of Using Python for Software Development
https://91social.medium.com/benefits-of-using-python-for-software-development-fa062a57584d
https://91social.medium.com/benefits-of-using-python-for-software-development-fa062a57584d
Medium
Benefits of Using Python for Software Development
In recent years, we have witnessed the rapid rise of Python as one of the best programming languages that can be used for software…
Faster math typesetting with Python (Part 2)
https://medium.com/@mathcube7/faster-math-typesetting-with-python-part-2-651ca82f5e17
https://medium.com/@mathcube7/faster-math-typesetting-with-python-part-2-651ca82f5e17
Medium
Faster math typesetting with Python (Part 2)
This is part 2 of my programming series about the Python package swiftex for writing math in Jupyter as fast as with pencil and paper…
Complete horoscope generation pipeline as a REST API using GPT Neo, Transformers, Fast API and GCP
https://medium.com/@kamenzhekovu/complete-horoscope-generation-pipeline-as-a-rest-api-using-gpt-neo-transformers-fast-api-and-gcp-1f3869cdf072
https://medium.com/@kamenzhekovu/complete-horoscope-generation-pipeline-as-a-rest-api-using-gpt-neo-transformers-fast-api-and-gcp-1f3869cdf072
Medium
Complete horoscope generation pipeline as a REST API using GPT Neo, Transformers, Fast API and GCP
This project implements a complete cloud-hosted NLP pipeline for generating (hopefully) well-written horoscopes using Python 3 for the…
Get AWS Billing everyday with EventBridge, Lambda and SNS
https://medium.com/@shimo164/get-aws-billing-everyday-with-eventbridge-lambda-and-sns-8013b181e28c
https://medium.com/@shimo164/get-aws-billing-everyday-with-eventbridge-lambda-and-sns-8013b181e28c
Medium
Get AWS Billing everyday with EventBridge, Lambda and SNS
Whenever I use AWS resources, one of the great concerning thing is … Billing. Cost Explore offers billing information and I tried to…
I will convince you to learn Python with 7 reasons🐍
https://medium.com/@Sabrina-Carpenter/i-will-convince-you-to-learn-python-with-7-reasons-1460f8c50640
https://medium.com/@Sabrina-Carpenter/i-will-convince-you-to-learn-python-with-7-reasons-1460f8c50640
Medium
I will convince you to learn Python with 7 reasons🐍
I will change your mind
Fix pip upgrade error in HDP Sandbox Linux VM
https://foongminwong.medium.com/fix-pip-upgrade-error-in-hdp-sandbox-linux-vm-1c5ed067cc4c
https://foongminwong.medium.com/fix-pip-upgrade-error-in-hdp-sandbox-linux-vm-1c5ed067cc4c
Medium
Fix pip upgrade error in HDP Sandbox Linux VM
I was working on something inside an older version of Hortonworks Data Platform (HDP) Sandbox virtual machine. When I tried to do pip…
Web Scraping Top Insurance Companies using Python and BeautifulSoup
https://blog.jovian.ai/web-scraping-top-insurance-companies-using-python-and-beautifulsoup-9ec83bc5ab57
https://blog.jovian.ai/web-scraping-top-insurance-companies-using-python-and-beautifulsoup-9ec83bc5ab57
Medium
Web Scraping Top Insurance Companies using Python and BeautifulSoup
using Python’s Requests, Beautiful Soup, and Pandas