Python
Covariance Calculation Using Python
A guide on how to calculate covariance without using NumPy.
pythonnumpycovariance
Create AI Content Generator with Python Flask and OpenAI GPT-3
A tutorial on how to use the OpenAI API to generate AI content.
openaigpt3python
Solve Graph Coloring Problem with Greedy Algorithm and Python
How to color the connected nodes with a different color for each adjacent node
graphgreedy-algorithmspython
Rename and Move S3 Object using Python Boto3
Moving Object in S3 using Python
pythonawss3
Connect to MySQL with SQLAlchemy
Connect To A Database With a Python ORM
pythonsqlalchemymysql
Poetry, A Better Version of Python Pipenv
Python dependency management and packaging made easy.
pythonpipenvpoetry
Interactive Calendar Heatmaps with Python — The Easiest Way You’ll Find
Create your own calendar heatmaps using as little code as needed.
datavizpythonplotly
How to Send Desktop Notifications with Python
No experience required!
pythonnotificationsdesktop
Clustering Textual Data with Word2Vec
End-to-end guide to semantic cluster analysis with Word2Vec
pythondata-analysissoftware-development
Build a Django Application to Perform CRUD Operations
Add CRUD (Create, Read, Update, and Delete) functionality to your Django application
pythoncruddjango