Data Preprocessing Methods with Scikit-Learn — Python
https://medium.com/@chyun55555/data-preprocessing-methods-with-scikit-learn-python-98437e8d93cb
https://medium.com/@chyun55555/data-preprocessing-methods-with-scikit-learn-python-98437e8d93cb
Medium
Data Preprocessing Methods with Scikit-Learn — Python
Data Preprocessing is one of the key steps of data analysis and machine learning. Effective data preprocessing is crucial in gaining as…
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…