Blogs
- Finance
- 7 min read
What is Share Market?
A share market is a platform where **buyers** and **sellers** come together to trade on publicly listed **shares** during specific hours of the day.
Read More- Finance
- 3 min read
What is Stock Index, Nifty and Sensex Indices?
The Bombay Stock Exchange (BSE) and the National Stock Exchange (NSE) are the two principal stock exchanges in India that are currently active.
Read More- Machine Learning
- 2 min read
What is Azure Machine Learning?
Azure Machine Learning is a cloud-based service that helps simplify some of the tasks it takes to prepare data, train a model, and deploy a predictiv…
Read More- Machine Learning
- 3 min read
What is Machine Learning?
Machine learning is a technique that uses mathematics and statistics to create a model that can predict unknown values.
Read More- AWS
- 2 min read
View the S3 Bucket Object
A newly created bucket is always private by default and all objects belonging to the bucket is private.
Read More- AWS
- 1 min read
How to upload an object on AWS S3 Bucket?
Click on the bucket name link to navigate inside the bucket. Once inside, you can upload your file.
Read More- AWS
- 2 min read
How to setup AWS S3 Bucket?
S3 or Simple Storage Service is a fully managed(Serverless) object storage service provided by AWS.
Read More- AWS
- 10 min read
What is AWS Cloud Formation?
AWS Cloud Formation is an AWS service that helps to automate the setup of AWS resources using template files.
Read More- Technology
- 1 min read
What are the golden rules of programming?
Some rules of programming which you should always take care.
Read More- Finance
- 3 min read
Top 10 rules of handling money and personal finance?
Rules of money handling and personal finance
Read More- Life
- 3 min read
Top Life Rules for a More Fulfilling Life
Follow these essential life rules to stay happy and successful. Don't lose your cool when someone flirts with you, keep cash in check, stay hydrated,…
Read More- Technology
- 7 min read
What's new in Python 3.11?
Python 3.11 is between 10-60% faster than Python 3.10. On average, we measured a 1.25x speedup on the standard benchmark suite.
Read More- Django
- 5 min read
What is an OpenAPI?
The OpenAPI Specification (OAS) defines a standard, language-agnostic interface to HTTP APIs which allows both humans and computers to discover and u…
Read More- Django
- 5 min read
Django and OpenAPI 3 - DRF Spectacular
drf-spectacular provides as its tagline suggests sane and flexible OpenAPI 3 schema generation for Django REST framework.
Read More- Django
- 4 min read
Humanize - Django Utils
Django comes with a set of template filters to add a "human touch" to data. It is used to translate numbers and dates into a human readable format.
Read More- Django
- 4 min read
Django Redirects App
Django comes with an optional redirects application. It lets you store redirects in a database and handles the redirecting for you. It uses the HTTP …
Read More- Django
- 5 min read
How to Use Django's Flatpages App
A flatpage is an object with a URL, title and content. Use it for one-off, special-case pages, such as “About” or “Privacy Policy” pages, that you wa…
Read More- Django
- 5 min read
Django Designing Better Models
Models definition is one of the most important parts of your application. Something that makes all the difference is defining the field types properly
Read More