Python
An Introduction to PyScripter - The Best Free Python IDE
pythonidepyscripter
A Few Ways to Count Words in a Sentence Using Python
4 ways that a programmer can use to count the number of words in a sentence.
pythonprogrammingcoding
Unit Conversion in Python
Dimensional analysis and unit conversion of physical quantities with SymPy
python3pythoncoding
Store Passwords Safely in Python
How to hash passwords using the bcrypt library
codingpasswordpython
How I Made an Automatic Birthday Wisher Using Python
A guide on making an automatic bday wisher using Python.
programmingpythoncoding
Python FastAPI — Serving Images, MP3 Files, etc. from Your Backend for Beginners
A beginners’ guide on how to serve images, MP3 files, PDF files, DOC files, etc. to frontend from backend using Python FastAPI.
pythonfastapifrontend
Understand collate_fn in PyTorch
A beginner-friendly tutorial on how to create batches in PyTorch and how to modify default behavior for our needs.
pytorchpythondeep-learning
Python: A Quick Revision
An introduction to Python for beginners
pythoncodingcomputer-science
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