Python

(1/6) OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3 – Parallel Function Calling

Welcome to part 1 of the course! My name is Dirk van Meerveld and I will be your host and guide for this series in which we’re going to be exploring all the new features of the OpenAI APIs and what we can do with them. To get started we’re going to be looking at …

(1/6) OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3 – Parallel Function Calling Read More »

ChatGPT at the Heart – Building a Movie Recommendation Python Web App in 2023

This is part of the course lesson of our course with the same name. Go back to the course via this link. In this project, I will show you how I have built a simple but quite powerful movie recommendation app. 💻 Try It Yourself: You can play with the live demo here. I built …

ChatGPT at the Heart – Building a Movie Recommendation Python Web App in 2023 Read More »

Finxter Project – Streamlit Password Generator App

This is part of our full academy course with video Project Description Both in my day job and personal life, I notice every day how important online security has become. Almost every part of our everyday lives are connected somehow to the Internet. And everyone of those connections requires (or should need) a password at …

Finxter Project – Streamlit Password Generator App Read More »

How to Create an Interactive Web Application using a Jupyter Notebook

Summary: To create an interactive web application in a Jupyter Notebook, use the three libraries ipywidgets, voila, and binder. This requires only basic Python programming skills without the need to learn a new framework. There are various Python tools available to create web applications and frontend GUIs.  For example, Flask and Django. As useful as …

How to Create an Interactive Web Application using a Jupyter Notebook Read More »

Python Best-First Search (BFS) Algorithm

You can watch the slides as a GIF here: And download the slides as PDF here. What’s the Best-First Search Algorithm? After several articles on uninformed search algorithms, we continue our journey to informed search algorithms. The first one in the series is the Best-First search algorithm. In general, informed search algorithms use some kind …

Python Best-First Search (BFS) Algorithm Read More »