q My Thoughts

Blogs and Learn with me

Sharing ideas, code, practical knowledge and learn with me

Make a image uploader in Django. How to handle image in python django.
Apr 24, 2024
Make a image uploader in Django. How to handle image in python django.

File Upload Feature Documentation Overview The File Upload feature allows users to upload images or other files and associate them …

Learn python in easy step. Python Basic Syntax
Apr 24, 2024
Learn python in easy step. Python Basic Syntax

Python Variables Variables are containers for storing data values. Python has no command for declaring a variable. A variable is …

Python Basic Learn with easy step
Apr 24, 2024
Python Basic Learn with easy step

Problem 1: Python Variables Problem Statement:  Declare and print variables of different data types. Examples: In this example, we have …

Note Encryption in Python
Feb 23, 2024
Note Encryption in Python

Project rationale In this section I would discuss about the rationale of the project i.e. a set of reason for …

Coding of Image and Text Encryption using AES, RSA, BLOWFISH and Hybrid
Feb 23, 2024
Coding of Image and Text Encryption using AES, RSA, BLOWFISH and Hybrid

Coding To accomplish the proposed program i.e. the web application, one of the most popular system life cycle approach prototype …