QUICK DESCRIPTION A quick presentation in videos on Exploratory Data Analysis or EDA in Data Science made easy with SWEETVIZ, PANDAS PROFILING and Streamlit for…
Part 3 POC for a SEO dashboard made with Streamlit, managing Screaming Frog automation, storing results in a Database (SQLite) and create data-analysis graphics for…
Part 2 Python, Screaming Frog, SEO, Automate, POC :: Creating Database in SQLite with Streamlit and SQLAlchemy QUICK DESCRIPTION A personal tooling. A “tool” industrialized…
Part 1 Python, Screaming Frog, SEO, Automate, POC :: Manipulating Data with Streamlit and SQLite with the help of SQLAlchemy. QUICK DESCRIPTION A personal tooling.…
Part 5, This video is part of the post “Deploying and Sharing Streamlit Application with Heroku and Streamlit”. Last part dedicated to deploy the same…
Part 4, This video is part of the post “Deploying and Sharing Streamlit Application with Heroku and Streamlit”. This time we show how to create…
Continue reading → Part 4 – Connect to Heroku with Heroku CLI & deploy your Streamlit application
Part 2, This video is part of the post “Deploying and Sharing Streamlit Application with Heroku and Streamlit”. How to install python modules in your…
Part 1, This video is part of the post “Deploying and Sharing Streamlit Application with Heroku and Streamlit”. It is a quick tour to discover…
Continue reading → Part 1 – Streamlit application requirements and installation
Part 1, This video is part of the post “Extending Streamlit usage to create data science applications and other type of applications”. It is a…
Part 2, This video is part of the post “Exploring Streamlit or Dash to build specific Interactive Web Applications”. It shows briefly how to create…
Continue reading → Part 2 Extending Streamlit Usage – Create a CRUD countries manager with Streamlit
Part 3, This video is part of the post “Exploring Streamlit or Dash to build specific Interactive Web Applications”. It shows briefly how you can…
Continue reading → Part 3 Extending Streamlit Usage – Using Streamlit as a Wireframing Tool
This video is part of the post “Quick overview about using NLP for a CMS Customer Support (FAQs turn to a Chatbot) or CMS editorial…
The part 1 to investigate how to use NLP for a CMS Customer Support (FAQs turn to a Chatbot) or CMS editorial features for Journalist…
This video is part 1 of the post “Improve a CMS’s photos library qualification with AI, facial recognition in python, to provide better images search…
Using Gherkin to write User Stories will allow you to write the test at the same time. In this video, I show how to enable…
Continue reading → Enable Gherkin & Using Gherkin Features with CodeceptJS for WordPress
In this video, I advance a little bit more in Gherkin understanding within CodeceptJS by using the DRY mode e.g npx codeceptjs dry-run –sateps .…
Continue reading → Using more advanced Gherkin Features for WordPress With CodeceptJS
The idea is to rationnalize and industrialize your tests with CodeceptJS so you carry them out like a testing “swiss army knife” or a E2E…
Continue reading → For a better tests Management with CodeceptJS & Docker
The basic installation of CodeceptJS to test a local Worpresss, on a custom Local Domain, on MAMP. The video shows how to start and to…
Continue reading → Install, Init & Writing a first test with CodeceptJS for WordPress
Browse through the code repository and make a test that specifically check values for “General Settings” and “Writing Settings” pages in the WordPress Backoffice. This…
Continue reading → More advanced usage with CodeceptJS testing the WordPress backoffice
Testing with CodeceptJS an extended feature of WordPress made with a plugin leveraging on Custom Post Type, Custom Taxonomy & Advanced Custom Fields for journalist…