how to use zoho mail with your django/python
read moreCelery Admin vs Windows Task Scheduler: Which is Better?
Django Celery Beat: A Deep Dive with Examples, Pros, and Cons vs. Windows Task Scheduler
For developers working with Django, scheduling recurring tasks is a common requirement, from sending out daily email digests to performing regular data cleanup. A popular and powerful tool for this job is Django Celery Beat …
read moreDjango Admin Handy Features
For the List View: More Control and Information
These features enhance the main list of your records, allowing for quick actions and better at-a-glance information.
list_editable✏️This is a game-changer for quick updates. It allows you to make fields editable directly on the list view, so you don't have to …
read moreDjango words model suggested by chatgpt
Thought of making a database of all the words in english to make a typing suggestions app.
Below is the model that chatgpt suggested.
Python Code
read more# # my input class Words(models.Model): word = models.CharField(max_length=255, unique=True) definition = models.TextField(blank=True, null=True) part_of_speech = models.CharField(max_length …Create Markdown files
Based on - https://youtu.be/NV0mRSgj_qs
Hi everyone, welcome to the video. Today, in this quick video, we are going to take a look at how to create a Markdown file as a starting point for any of your blogs or documentation that you're writing. I use Markdown as a …
read moreText to MarkDown
What if you want a markdown template to quickly start with your blog post in pelican, documentation or any such thing.
Please visit http://mangoblogger.com/apps/form_to_markdown/ to create your blogpost.
read moreDjango to SQLAlchemy Migration Guide
Say you have a Django project and want to migrate to another project. We will use SQLAlchemy to translate the Django ORM queries to SQLAlchemy queries.
read moreimport os import django companies = Page.objects.filter( mangoblogger_points__gt=3, is_homepage=True, contact_email__isnull=False ).exclude(contact_email='') # Ensure contact_email is not an empty string result …Common Crawl data analysis
read moreFile Type Description Processing segments.paths.gzThis file lists all the segments of a particular Common Crawl. Each line in the file provides the path to a segment directory within the crawl archive on AWS S3 or via HTTP(S). This file is primarily used … Tracking anamoly in the data
Tracking anamoly in the data
read moreAI Tools for Enhanced Productivity
1. AI-Powered Creation Tools
These tools leverage AI to assist in content creation, design, and development.
a. Generative AI for Content Creation
- ChatGPT (OpenAI):
- Advanced conversational AI for generating text, code, and ideas.
- Integrated into tools like Microsoft Copilot and Zapier for workflow automation.
- GPT-4 and Beyond:
- Multimodal AI capable …
- ChatGPT (OpenAI):
Scheduled script windows
Schedule a python script in windows
read moreImport xml sitemap data into Google Sheets
Import xml sitemap data into Google Sheets
read moreCopy image on another image - PIL - Python
An example blog post about copy-image-on-another-image
read moreAutomate YouTube Channel
Automated YouTube Channel with Python
read moreGodaddy Website Builder 2024 Review
This is the 2024 review of GoDaddy website builder. It is one of the popular website builders. We will approach the review from the perspective of a small business owner or a website manager. And without adding any plugins and on basic plans.
read moreWIX Review 2024
This is the 2024 review of Wix website builder. It is one of the popular website builders. We will approach the review from the perspective of a small business owner or a website manager. And without adding any plugins and on basic plans.
read moreWebsite stack review
Website review criteria for 2024
read moredjango web app make live on windows using docker
How to make web app application live to the world on a Windows machine using Docker
read more2024 WordPress Review
This is the 2024 review of WordPress CMS, the open-source content management system (CMS), that you can install on a server. We will approach the review from the perspective of a small business owner or a website manager. And without adding any plugins.
read moreGA4 API Example Howto
How to use GA4 API with Python
read more