Web Scraping Project 1 : Scraping Online Property Listing Price
https://medium.com/@putubagiaartha/web-scraping-project-1-scraping-online-property-listing-price-11b906f5872a
https://medium.com/@putubagiaartha/web-scraping-project-1-scraping-online-property-listing-price-11b906f5872a
Medium
Web Scraping Project 1 : Scraping Online Property Listing Price
This is my first mini project and one of my milestones before starting to dive deep into data analytics world. My idea was to scrape all…
Different ways of specifying shared library paths for Python and system level on Ubuntu
https://medium.com/@lyl1617670866/the-difference-between-different-ways-of-specifying-shared-library-paths-for-python-and-system-101fd7cda667
https://medium.com/@lyl1617670866/the-difference-between-different-ways-of-specifying-shared-library-paths-for-python-and-system-101fd7cda667
Medium
Different ways of specifying shared library paths for Python and system level on Ubuntu
This article will explain the exact difference between /usr/bin/python and /usr/local/bin/python, the shared library paths these two kinds…
Guide to Auth0 setup for Security implementation with Atoti+
https://medium.com/atoti/guide-to-auth0-setup-for-security-implementation-with-atoti-bfa8e2b73906
https://medium.com/atoti/guide-to-auth0-setup-for-security-implementation-with-atoti-bfa8e2b73906
Medium
Guide to Auth0 setup for Security implementation with Atoti+
Add user roles to the ID token with custom action
7 Useful Python Libraries You Should Use in Your Next Project
https://python.plainenglish.io/7-useful-python-libraries-you-should-use-in-your-next-project-a8a6ae8abedf
https://python.plainenglish.io/7-useful-python-libraries-you-should-use-in-your-next-project-a8a6ae8abedf
Medium
7 Useful Python Libraries You Should Use in Your Next Project
Power up your Python development
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.