How to Embed A Live Stock Chart in Your WordPress Blog Given a Ticker

I was just working on a website for financial data analysis and wanted to embed a real demo live trading chart on the company that was being analyzed (YUMM – don’t research it – not worth it). πŸ˜‚ This article shares my experience with TradingView. Embedding a live stock chart on your website or blog … Read more

Python – How to Create a Category in WordPress if it Doesn’t Already Exist?

To create a new category in WordPress using Python, you can use the WordPress REST API. Here’s a basic function that checks if a category already exists and creates it if it doesn’t: In this code, replace ‘http://your-site-url’, ‘your-username’, and ‘your-application-password’ with your WordPress site URL, your WordPress username, and the application password you generated. … Read more

How to Publish a WordPress Post using Python?

You can automate publishing a post on WordPress using Python by using the WordPress REST API. Here is a basic outline of how you could accomplish this: Replace ‘http://your-site-url’, ‘your-username’, and ‘your-application-password’ with your WordPress site URL, your WordPress username, and the application password you generated. ⚑ Warning: Basic Auth sends the username and password … Read more

Top Eight GPT-4 Productivity Use Cases for Coders (No BS)

Everybody now uses large language models (LLMs) like GPT-4. Still, I realized that many reported “use cases” are actually not that useful or can be performed more efficiently with other non-LLM tools. This article explores some of these proven “No BS” productivity use cases for GPT-4, as discussed by various contributors in the OpenAI forum, … Read more

Label Studio Quickstart

🏷️ Label Studio is an open-source data labeling tool to label multiple data types such as audio, text, images, videos, and time series. You can export multiple model formats using a simple user interface. It is often used for data preparation to get more accurate machine learning models. Here’s an example from the GitHub repository: … Read more

Startup.ai – Eight Steps to Start an AI Subscription Biz

Having created multiple online ventures and reached tens of millions of users during the last 5-10 years, I am confused when realizing that many of my close friends and Finxter members believe they are “too late to the game” or they have “missed the train”. This is for all the ambitious coders who have not … Read more

26 Insane Auto-GPT and Baby AGI Alternatives You Ought to Try in 2023

Project 01: AgentGPT Description: Created by Asim Shrestha, AgentGPT allows for the assembly, configuration, and deployment of autonomous AI agents right in your browser. Author: Asim Shrestha πŸ•ŠοΈ Twitter: https://twitter.com/asimdotshrestha Project 02: BabyAGI on Slack Description: This project brings BabyAGI to Slack, with each thread representing a unique objective. Its author, Frank Chen, has enabled … Read more

Smol-Developer: Your Cute AI-Based Junior Developer πŸ•β€πŸ¦Ί

I just stumbled upon this project smol-developer that allows you to have your own “junior” programming assistant. If you’re like me, i.e., not really a nerd in deep Reddit culture, you wonder what exactly “smol” means in this context. What does “smol” mean? πŸ‡ Smol is an affectionate way of saying someone or something is … Read more