Quantcast
Channel: PythonCircle.com: New article for Python programmers every week
Browsing latest articles
Browse All 10 View Live

Selecting Linux kernel version during system booting process

How to revert to the previous kernel version of Ubuntu, Showing grub menu during boot-up process, selecting the desired kernel version from grub menu, permanently selecting the kernel version, updating...

View Article



Publishing to Kafka — Synchronous vs Asynchronous

By default, the Kafka client uses a blocking call to push the messages to the Kafka broker. We can use the non-blocking call if application requirements permit. Here we will explore how we can use the...

View Article

How to validate an uploaded image in Python Django

Validating image before storing it in database or on file storage. Checking the size of uploaded image in python django. Checking the extension of uploaded image in python django. Checking the content...

View Article

Django application to automate the WhatsApp messaging

Django application with REST API endpoints to automate the WhatsApp messaging. Automating WhatsApp web using selenium to send messages. Using selenium to automate whatsapp messaging. Sending bulk...

View Article

Automating WhatsApp web using selenium to send messages

Automating WhatsApp web using selenium to send messages. Using selenium to automate whatsapp messaging. Sending bulk messages via whatsapp using automation.

View Article


How to create sitemap of Django website

Creating a sitemap for your Django application, Improve SEO of your Django website by generating Sitemap.xml file, Generate sitemap from Dynamic URLs in Django Application, Create Sitemap for static...

View Article

Creating a bar chart in Django Application

Minimal example of how to create a bar chart or pie chart in Django application using Charts.js. Drawing Analytics charts in Django application. Using charts and graphs to make your Django application...

View Article

How to host Django application on DigitalOcean server using Gunicorn,...

hosting Django application on DigitalOcean Server with custom Domain. Using WSGI server to host the Django application. Hosting Django application with Gunicorn, Supervisor, NGINX. Service static and...

View Article


Working with MySQL and Python3

Working with MySQL 5.7 and 8.0 using Python 3, Connecting with MySQL using Python, Inserting and Deleting data from MySQL using Python, Data processing with MySQL and Python

View Article


Working with MySQL and Python3 - Part 2

Working with MySQL and Python, MySQL connector and Python3, Dropping and Truncating a table in MySQL using Pythong, How to insert multiple records to MySQL using Python

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images