Python


How to Create APIs in Python Using Flask: GET and POST Method

How to Create APIs in Python Using Flask: GET and POST Method

A step-by-step guide to creating APIs in Python with Flask. Learn how to create GET and POST methods in minutes.

flaskpython tutorialflask python
How to Freeze Model Weights in PyTorch for Transfer Learning: Step-by-Step Tutorial

How to Freeze Model Weights in PyTorch for Transfer Learning: Step-by-Step Tutorial

A step-by-step guide to freezing weights in PyTorch for transfer learning, using a simple example.

pythonpytorchneural network
How to Find the Number of Squares Within a Bigger Square in Python

How to Find the Number of Squares Within a Bigger Square in Python

A guide to finding the number of squares within a bigger square in Python

pythonmathematicsdynamic programming
Customise Token Pricing Calculation in LangChain: A Step-by-Step Guide

Customise Token Pricing Calculation in LangChain: A Step-by-Step Guide

Explore the ins and outs of tracking token usage in your NLP calls, including the associated token costs using LangChain.

LangchainToken priceLlmops
Dataclasses :  init-only Properties

Dataclasses :  init-only Properties

How do we define init-only properties using the dataclasses library?

pythonpython3coding
List of Thesis Title for IT/CS Students [2024]

List of Thesis Title for IT/CS Students [2024]

Best and unique thesis title for IT students?

ThesisIt studentsThesis title
Top 80+ Final Year Project Topics for Computer Engineering

Top 80+ Final Year Project Topics for Computer Engineering

Top Final Year Projects for Computer Engineering

Final year projectsComputer engineeringCase projects
Top 70+ Python Project Ideas Beginners to Expert with Free Source Code [2024]

Top 70+ Python Project Ideas Beginners to Expert with Free Source Code [2024]

Beginner and intermediate-level Python project ideas with source code.

Python projectsPython project ideasBest python projects
The Python Programmer’s Toolkit: Essential Libraries for Translation

The Python Programmer’s Toolkit: Essential Libraries for Translation

Translation Libraries in Python

PythonMachine learningMachine translation
Saving Pandas DataFrame into Django Models: A Step-by-Step Guide

Saving Pandas DataFrame into Django Models: A Step-by-Step Guide

Web DevelopmentCodingPython