OpenCV: Read, Display and Write an Image
https://lightlessdays.medium.com/opencv-read-display-and-write-a-image-fc0602db0540
https://lightlessdays.medium.com/opencv-read-display-and-write-a-image-fc0602db0540
Medium
OpenCV: Read, Display and Write an Image
Reading, displaying, and writing images are basic to image processing and computer vision. Even when cropping, resizing, rotating, or…
AWS Redshift connects with Python Part 2 — Python code to connect AWS Redshift
https://medium.com/codex/aws-redshift-connects-with-python-part-2-python-code-to-connect-aws-redshift-96f81523a733
https://medium.com/codex/aws-redshift-connects-with-python-part-2-python-code-to-connect-aws-redshift-96f81523a733
Medium
AWS Redshift connects with Python Part 2 — Python code to connect AWS Redshift
In the Part 1 session, we set up the AWS Redshift account to connect to the outer world.
Simple alternative ways to debug Python/Django without a debugger
https://tushortz.medium.com/simple-alternative-ways-to-debug-python-django-without-a-debugger-b63b4633ac03
https://tushortz.medium.com/simple-alternative-ways-to-debug-python-django-without-a-debugger-b63b4633ac03
Medium
Simple alternative ways to debug Python/Django without a debugger
printing out too many object values line by line may not necessarily be the best option without a debugger. This blog describes a better…
Python-compatible Trending Data Science Tools
https://medium.com/@sahanrashmika1997.10.14/python-compatible-trending-data-science-tools-110f102f966
https://medium.com/@sahanrashmika1997.10.14/python-compatible-trending-data-science-tools-110f102f966
Medium
Python-compatible Trending Data Science Tools
Python is now the most popular programming language. Python never ceases to amaze its users when it comes to addressing data science jobs…
How to Boost Your Stock Analysis with these 2 Financial Charts in Python
https://python.plainenglish.io/how-to-boost-your-stock-analysis-with-these-2-financial-charts-in-python-eaca93e73700
https://python.plainenglish.io/how-to-boost-your-stock-analysis-with-these-2-financial-charts-in-python-eaca93e73700
Medium
Boost Your Stock Analysis With These 2 Financial Charts in Python
Let’s explore these insightful plots with Mplfinance, a true hidden gem Matplotlib module.
Linear Regression vs Elastic Net Regression in Python
https://bilalmussa.medium.com/linear-regression-vs-elastic-net-regression-in-python-ea52a11efd7a
https://bilalmussa.medium.com/linear-regression-vs-elastic-net-regression-in-python-ea52a11efd7a
Medium
Linear Regression vs Elastic Net Regression in Python
I’ve recently discovered elastic net for building models using Python so I thought I would write up about it as its good for the community…
Using transfer learning with VGG19 to Classify Grapevines Leaves — Part 1
https://felipemeganha.medium.com/using-transfer-learning-with-vgg19-to-classify-grapevines-leaves-part-1-e78b36a54221
https://felipemeganha.medium.com/using-transfer-learning-with-vgg19-to-classify-grapevines-leaves-part-1-e78b36a54221
Medium
Using transfer learning with VGG19 to Classify Grapevines Leaves — Part 1
Hi guys, today I’ll show you how to use VGG19 to classify grape leaves using transfer learning. In this part we’ll focus on how to build…