Blog

Latest articles


  1. AI Tools for Enhanced Productivity

    Friday, 03 January 2025

    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 more
  2. Scheduled script windows

    Tuesday, 17 December 2024

    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
  3. Import xml sitemap data into Google Sheets

    Wednesday, 04 December 2024

    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
  4. Copy image on another image - PIL - Python

    Thursday, 21 November 2024

    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
  5. Webflow tutorial - Making it all count

    Thursday, 07 November 2024
    By Prasanna Kulkarni | Tags: videos

    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
  6. Automate YouTube Channel

    Tuesday, 05 November 2024

    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
  7. Python Beginner using Cursor

    Wednesday, 28 August 2024

    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
  8. django web app make live on windows using docker

    Wednesday, 28 August 2024

    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
  9. Victoria Electric Bike Rental Shops

    Wednesday, 21 August 2024

    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
  10. GA4 API Example Howto

    Wednesday, 21 August 2024

    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
  11. Add Google Tag Manager to Pelican CMS

    Tuesday, 20 August 2024

    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
  12. Remove USB read only attribute in Windows

    Sunday, 10 March 2024

    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