python

django tutorial

Django Tutorial – How to create a project using Django

Django – Basics What is Django? Django is a popular python server-side web framework. It’s ideal for data-driven websites with commonly needed utilities prebuilt into the platform. It offers flexibility and a collection of community-built extensions.  Django’s framework is ideally a library of reusable modules. The integrated Python libraries make it easy for rapid development.

Django Tutorial – How to create a project using Django Read More »

Text Summarization Python

Text Summarization in Python

Before we move on to the complicated concepts, let us quickly understand Text Summarization in Python. Here is the definition for the same. “Automatic text summarization is the task of producing a concise and fluent summary while preserving key information content and overall meaning”-Text Summarization Techniques: A Brief Survey Need for Text Summarization Python Various

Text Summarization in Python Read More »

web scraping tutorial

Web Scraping Tutorial – A Complete Introduction

Getting Started with Python What is Python? Python is a general-purpose, high-level, and very popular scripting language. It was released in 1991 and was created by Guido Van Rossum. Python is quite appreciated for its sleek syntax and readable code, and Python suits you better if you are just starting your programming career. While other

Web Scraping Tutorial – A Complete Introduction Read More »

rest api python

What is Rest API in Python? How to create web APIs with Python?

Contributed by: Akash Mishra Rest (Representational State Transfer) API Python framework is a set of utilities based on werkzeug to easily build Restful API. It is easy to configure and extends with ease. It does not decide how the data can be rendered, nor any other decision. Instead, it’s an easily extensible architecture to build

What is Rest API in Python? How to create web APIs with Python? Read More »

Scroll to Top