Deploy a coloring page generator in minutes with Cloud Run
https://medium.com/google-cloud/deploy-a-coloring-page-generator-in-minutes-with-cloud-run-bff59e59d890
https://medium.com/google-cloud/deploy-a-coloring-page-generator-in-minutes-with-cloud-run-bff59e59d890
Medium
Deploy a coloring page generator in minutes with Cloud Run
Create an image processing service that generates coloring pages, make it available using minimal resources, in less than 200 lines of code
Ingesting Malformed Text Files in Python: Common Errors and Fixes
https://medium.com/pipeline-a-data-engineering-resource/ingesting-malformed-text-files-in-python-common-errors-and-fixes-bc4321a93010
https://medium.com/pipeline-a-data-engineering-resource/ingesting-malformed-text-files-in-python-common-errors-and-fixes-bc4321a93010
Medium
Ingesting Malformed Text Files in Python: Common Errors and Fixes
How data engineers can identify, reconfigure and address malformed CSV files in batch pipelines.
Visualizing Suspended Solids Concentration (SSC) using Python
https://medium.com/@limzhuan/visualizing-suspended-solids-concentration-ssc-using-python-5b3383b78e53
https://medium.com/@limzhuan/visualizing-suspended-solids-concentration-ssc-using-python-5b3383b78e53
Medium
Visualizing Suspended Solids Concentration (SSC) using Python
INTRODUCTION
Hands on Data Augmentation in NLP using NLPAUG Python Library
https://medium.com/@roshannayak610/hands-on-data-augmentation-in-nlp-using-nlpaug-python-library-ad323c22908
https://medium.com/@roshannayak610/hands-on-data-augmentation-in-nlp-using-nlpaug-python-library-ad323c22908
Medium
Hands on Data Augmentation in NLP using NLPAUG Python Library
A sentence with same meaning can be written in multiple ways.
Are You a Data analyst? Check If You Have These 12 Skills!
https://medium.com/codex/are-you-a-data-analyst-check-if-you-have-these-12-skills-1ee49cd79078
https://medium.com/codex/are-you-a-data-analyst-check-if-you-have-these-12-skills-1ee49cd79078
Medium
Are You a Data analyst? Check If You Have These 12 Skills!
If you’re a data analyst, make sure you have these 12 skills! They’re essential for success in the field. Read the full article to find out…
GCP: Cloud Functions for OCR(Cloud Vision API)
https://rahuldubey391.medium.com/gcp-cloud-functions-for-ocr-cloud-vision-api-90bdc06e7ba0
https://rahuldubey391.medium.com/gcp-cloud-functions-for-ocr-cloud-vision-api-90bdc06e7ba0
Medium
GCP: Cloud Functions for OCR(Cloud Vision API)
In this tutorial, we are going to discuss how we can design a server-less microservice for OCR applications using Cloud Functions. Before…
Run your First Django Project with a Modularised App
https://randiltennakoon.medium.com/run-your-first-django-project-with-a-modularised-app-e92c583fb919
https://randiltennakoon.medium.com/run-your-first-django-project-with-a-modularised-app-e92c583fb919
Medium
Run your First Django Project with a Modularised App
This post will guide to getting started with Django
Quora Question pair similarity Problem (Identify which questions asked on Quora that have already…
https://medium.com/@Kalimuddin_/quora-question-pair-similarity-problem-identify-which-questions-asked-on-quora-that-have-already-7724bda71ec2
https://medium.com/@Kalimuddin_/quora-question-pair-similarity-problem-identify-which-questions-asked-on-quora-that-have-already-7724bda71ec2
Medium
Quora Question pair similarity Problem (Identify which questions asked on Quora that have already been asked)
Index of Contents
If You Work With Textual Data, Learn These Pandas Methods
https://towardsdatascience.com/if-you-work-with-textual-data-learn-these-pandas-methods-3f224122ebaf
https://towardsdatascience.com/if-you-work-with-textual-data-learn-these-pandas-methods-3f224122ebaf
Towards Data Science
If You Work With Textual Data, Learn These Pandas Methods | Towards Data Science
Textual data carries more information than numbers
Is retention affected by the grade students enter a program?
https://medium.com/@wander_wonder/arc-diagrams-db5f50faad35
https://medium.com/@wander_wonder/arc-diagrams-db5f50faad35
Medium
Is retention affected by the grade students enter a program?
An important measure of success for after-school programs, or for any other educational endeavor, is student retention. For many…
HackerRank 30 Days of Code: Day 24 — More Linked Lists
https://medium.com/@ivainwonderland/hackerrank-30-days-of-code-day-24-more-linked-lists-f40ec20fa79a
https://medium.com/@ivainwonderland/hackerrank-30-days-of-code-day-24-more-linked-lists-f40ec20fa79a
Medium
HackerRank 30 Days of Code: Day 24 — More Linked Lists
Task A Node class is provided for you in the editor. A Node object has an integer data field, data, and a Node instance pointer, next…
Diving deeper into Cellframe: Python SDK & Plugins pt. 2
https://medium.com/coinmonks/diving-deeper-into-cellframe-python-sdk-plugins-pt-2-b809b4f5591f
https://medium.com/coinmonks/diving-deeper-into-cellframe-python-sdk-plugins-pt-2-b809b4f5591f
Medium
Diving deeper into Cellframe: Python SDK & Plugins pt. 2
Hi, it’s me again!
3 Easy Tricks to Create New Columns in Python Pandas
https://odsc.medium.com/3-easy-tricks-to-create-new-columns-in-python-pandas-bd1cac4fdff6
https://odsc.medium.com/3-easy-tricks-to-create-new-columns-in-python-pandas-bd1cac4fdff6
Medium
3 Easy Tricks to Create New Columns in Python Pandas
In data processing & cleaning, we need to create new columns based on values in existing columns. In this blog, I explain How to create new…
【Python从入门到精通】(六)Python内置的数据类型-列表(list)和元组(tuple),九浅一深,十个章节,不信你用不到_码农飞哥的博客-CSDN博客
https://blog.csdn.net/u014534808/article/details/118161703?depth_1-utm_source=distribute.wap_feed.none-task-blog-whitelist_blog-1.nonecase&hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://blog.csdn.net/u014534808/article/details/118161703?depth_1-utm_source=distribute.wap_feed.none-task-blog-whitelist_blog-1.nonecase&hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
blog.csdn.net
【Python从入门到精通】(六)Python内置的数据类型-列表(list)和元组(tuple),九浅一深,十个章节,不信你用不到_码农飞哥的博客-CSDN博客
深入一点,在深入一点,你就会看到list和tuple的本质