Python
Generate Python Code with OpenAI Codex API
A tutorial to explore the OpenAI codex API by generating Python code from natural language.
MapReduce with Python
An introduction to the MapReduce programming model and understanding how data flows via the different stages of the model.
How to Create a Basic Form in Python Flask
A simple guide on how we can create a form in Python Flask asking for a name and an email, and pass this form data back to our Python code.
An Introduction to PyScripter - The Best Free Python IDE
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.
Unit Conversion in Python
Dimensional analysis and unit conversion of physical quantities with SymPy
Store Passwords Safely in Python
How to hash passwords using the bcrypt library
How I Made an Automatic Birthday Wisher Using Python
A guide on making an automatic bday wisher using Python.
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.
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.