Python in Action: Finance (3 practical use cases)
https://medium.com/pythoneers/python-in-action-finance-3-practical-use-cases-1f9f707d198d
https://medium.com/pythoneers/python-in-action-finance-3-practical-use-cases-1f9f707d198d
Medium
Python in Action: Finance (3 practical use cases)
One of our recent issues explored Python’s use cases in three fields of scientific research, showing that Python has applications outside…
How to Create a Basic Python Web App Using Flask, SQLAlchemy, and MySQL
https://medium.com/@joseph.j.kalb/how-to-create-a-basic-python-web-app-using-flask-sqlalchemy-and-mysql-326e7cf801b6
https://medium.com/@joseph.j.kalb/how-to-create-a-basic-python-web-app-using-flask-sqlalchemy-and-mysql-326e7cf801b6
Medium
How to Create a Basic Python Web App Using Flask, SQLAlchemy, and MySQL
Intro
How To Move Admin Site to a Subdomain in Django 4.0*
https://medium.com/@h-vo/how-to-move-admin-site-to-a-subdomain-in-django-4-0-4a5ec95c0103
https://medium.com/@h-vo/how-to-move-admin-site-to-a-subdomain-in-django-4-0-4a5ec95c0103
Medium
How To Move The Admin Site to a Subdomain in Django 4.0*
With the the help of django-hosts and a thousand tutorials
Essential Statistics Concepts for Data Science - Beginners
https://kanger.dev/basic-statistics-for-data-science-concepts-guide
https://kanger.dev/basic-statistics-for-data-science-concepts-guide
kanger.dev
Basic Statistics Concepts for Data Science
Beginner's Study Guide to Learn Basic Statistics Concepts for Data Science and Machine Learning with high-quality resources.
If you're new to machine learning and want to learn more, I recently made a video on the implementation of the Decision Tree Classifier in Python!
https://youtu.be/D3a2TG6BZNE
https://youtu.be/D3a2TG6BZNE
YouTube
Exploring the Decision Tree Algorithm in Python! - A Step-by-Step Machine Learning Tutorial
Learn how to implement the Decision Tree Classifier machine learning algorithm in Python - all from SCRATCH! From in-depth explanations to detailed code descriptions, this video is the perfect tutorial for anyone looking to experiment and grow more familiar…
Detecting toxicity in Tweets using the Twitter API v2 and the Perspective API
https://dev.to/suhemparack/detecting-toxicity-in-tweets-using-the-twitter-api-v2-and-the-perspective-api-50f6
https://dev.to/suhemparack/detecting-toxicity-in-tweets-using-the-twitter-api-v2-and-the-perspective-api-50f6
DEV Community
Detecting toxicity in Tweets using the Twitter API v2 and the Perspective API
The Perspective API allows developers and researchers to study and analyze text to detect toxicity in...