PYTHON


2024-05-09

Python Automation: Def Function, Module for Multi-functional Bots

Python automation tutorial talks about what def function is, and how to use them to create custom functions, and automate the outreach fully.

2024-05-09

CRUD Notion Page Content Using Notion API & Python

Walk you through how to retrieve Notion AI content from Notion private page, and update new content using Notion API.

2024-05-07

Use Flask Session Reducing Server Side Resource with Python

This piece walk through briefly up-to-date scripts to display frontend content using Python and Flask sessions.

2024-05-07

Segment Web App Structure Using Flask Blueprint | Easy2Digital

Walk through Flask blueprint for beginners and you can learn how to structure at the very early stage of Web App or DApp development

2024-05-07

Fetching Media Files Using Google Cloud Storage and Python

In this piece, I would walk you through the flow and basic Python script to make this run using Google Cloud Storage.

2024-05-07

Docker Container - Convert Python Web App to Images & Pus Live

Walk through how to leverage Docker to convert a Python Flask web app to images and push them to the Docker hub.

2024-05-07

LangChain Chat AI Model Applied in AI Apps & DApp for Beginners

Walk through briefly regarding LangChain Chat AI models for beginners who are interested in building your chain model in AI Web App & DApps

2024-05-06

Methods to Install and Set up Python Env in MacBook OS

I’ll attempt to share a Python Tutorial for digital marketers. In this article, I talk about how to install and set up Python3, learn more.

2024-05-06

2023 Web Scraping with BeautifulSoup, Requests and Python

Walk you through how to build a web scraping bot by using Beautifulsoup, requests, sublime, and Python. Check it out

2024-05-06

Python Software & App - How to Convert Python Scripts to Exe

This Python tutorial tells you how to install, set, run auto-py-to-exe, to convert your Python script into an executable Python Software.

2024-05-06

Ultimate Guide to Google Cloud Storage CRUD Using Python

Walk through Google cloud storage CRUD. You can refer and apply these methods to set up applications with Google cloud storage

2024-05-06

Python Web Application: Multi Calculators – NPV, P&L, CLV

The Python web application development steps of building up a multi-calculator application using Python, flask and Sqlite3, learn more.

2024-05-06

Run Python Functions using AWS Lambda | EASY2DIGITAL

Share how to upload scripts, packages and deploy functions on AWS Lambda using Python. If you are a newbie on AWS Lambda, you can start running functions after having finished this piece

2024-05-05

Web Scraping: Build HTML Based Web Bots With BeautifulSoup

It talks about web craping and methods of using BeautifulSoup and requests modules to create website bots to grab web data.

2024-05-05

Use Python CSV Module to Write, Parse, Read, Update CSV files

In this Python CSV module, you can master what CSV read, parse and write methods you can use to open and save CSV files in a readable format