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 gene...
read moreBlog
Latest articles
-
-
Scheduled script windows
Go to the project folder, create a venv environment, and istall libraries required The way to do this is to create your puthon script and note down the path Then crete a .bat file and add the below co...
read more -
Import xml sitemap data into Google Sheets
As seen on - https://stackoverflow.com/questions/66755936/xpath-to-get-urls-in-google-sheet-from-xml //*[local-name()='loc'] =IMPORTXML("https://www.mangoblogger.com/wp-sitemap-posts-post-1.xml&q...
read more -
Copy image on another image - PIL - Python
An example blog post about copy-image-on-another-image Table of Contents titleimg = Image.new( "RGB", (size_object.width, size_object.height), size_object.bg_color ) imagefilename = "bb...
read more -
Webflow tutorial - Making it all count
Write your content here. Table of Contents Introduction Min $ per month for a single page, multiple page website, ssl, custom domain Basic $ ecommerce - list products and payments Latest version and E...
read more -
Automate YouTube Channel
Table of Contents Goal Code Sample - Pageviews by Property Goal An example Python script to make videos out of text. Please ask in the comments for any of your specific use cases. Hope to spark curios...
read more -
Python Beginner using Cursor
Cursor - https://www.cursor.com/ Python - https://www.python.org/ Welcome to the video for complete Python beginner video using Cursor. If you always wanted to learn Python and never could do it, this...
read more -
django web app make live on windows using docker
Will be a great way to save on cloud server costs or bootstrap your startup or experiment and learn! Some things to keep in mind: Your IP address can changer, or your local windows machine IP address ...
read more -
Victoria Electric Bike Rental Shops
Hello, in this video we are going to take a look at spots to rent bikes from if you are near downtown Victoria. Renting a bike is a great way to explore the city of Victoria and go on trails such as t...
read more -
GA4 API Example Howto
Table of Contents Goal Requirements Code Sample - Pageviews by Property Goal If you have data in your GA4 (Google Analytics 4) property and you want to access it using Python, you can use the GA4 API....
read more -
Add Google Tag Manager to Pelican CMS
Let's see how to add Google Tag Manager to Pelican CMS Using the ANALYTICS setting in pelicanconf.py will add the script in the footer of the page. But we want it at the start of head and body tag as ...
read more -
Remove USB read only attribute in Windows
After using balena etcher to flash a USB drive, I found that the USB drive was read-only. I tried to format it using the Windows Disk Management tool, but it didn't work. I also tried using the comman...
read more