Skip to content
Python Sansar
  • Home
  • About
  • Blog
    • Machine Learning
    • Python
    • Web Development
  • Privacy Policy

Web Development

Create Simple REST API with Django

October 22, 2022November 14, 2020 by pythonSansar
create-simple-rest-api-django

Create Simple REST API with Python Django using the package Django REST Framework that transforms any existing Django application into a web API.

Categories Web Development Leave a comment

How to Connect MySQL Database with Django Project

November 26, 2022September 30, 2020 by pythonSansar
connect-mysql-database-django-mysqlclient-package

In this blog post, we connect MySQL database with Django project from scratch using mysqlclient python package. Here we will used MySQL Workbench GUI tool for creating database.

Categories Web Development 1 Comment

Implement An Infinite Scrolling With Django

August 22, 2022September 21, 2020 by pythonSansar
infinite-scroll-django

Implementing infinite scrolling with Django as like the web pages on Facebook, and Twitter using Django’s Paginator class and a jQuery plug-in called jScroll.

Categories Web Development Leave a comment

How to Run Django in Conda Environment

November 26, 2022July 14, 2020 by pythonSansar
how-run-django-conda-environment

Django is the most popular free and open-source Python Web framework that believes in the development of the website on the go. Django provides lots of built-in features(such as admin panel, SQLite, etc.) which helps developers to focus on the core content of their app.

Categories Web Development Leave a comment
Newer posts
← Previous Page1 Page2

Recent Posts

  • Concept of Correlation in Statistics
  • How to Tabulate JSON in Python
  • How to Remove Image Background in Python
  • How to Zip and Unzip Files in Python
  • Top Python Interview Questions for Freshers
© 2022 Python Sansar