SlideShare ist ein Scribd-Unternehmen logo
1 von 127
@SPEAKERNAME/#SMX
Ruth Everett
Technical SEO Analyst
@rvtheverett
Using Python For SEO And
Report Automation
@SPEAKERNAME/#SMX
Allow: /dogs
Allow: /SEO
Allow: /python
My coding
partner in crime
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
PROBLEM
SEOs are busy
@SPEAKERNAME/#SMX
SOLUTION
Automation
@SPEAKERNAME/#SMX
Enter Data Analysis & Automation with
Python
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
What we’ll cover
● Getting started with Python
● How Python can help with
Technical SEO
● Adding Python to your SEO
workflow
@SPEAKERNAME/#SMX
GETTING
STARTED WITH
PYTHON
@SPEAKERNAME/#SMX
Before
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Now
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
● General purpose programming language
● Interpreted line by line
● Object orientated
● Designed to be readable
● Open source
● Interactive
What is Python?
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Code written in the terminal
What is Python?
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Results generated below
What is Python?
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Companies Using Python
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Companies Using Python
"Python has been an important part of Google
since the beginning, and remains so as the
system grows and evolves. Today dozens of
Google engineers use Python, and we're looking
for more people with skills in this language."
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Companies Using Python
"Python is fast enough for our site and
allows us to produce maintainable
features in record times, with a
minimum of developers"
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Codecademy
● 20 week online course
● Mixture of theory and practical
● A range of projects to undertake
● Code console & terminal to play and test
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Data Camp
● Wide range of skill
tracks
● Interactive exercises
● Instant explanations
● Challenges and
projects
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Solo Learn
● Free mobile app
● Learn Python on the
go
● Over 200 practice
questions
● Code Playground
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Codecombat
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Running Python
Mac - Terminal Windows - Command Line
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Running Python
Google Colab
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Running Python
Jupyter Notebook
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Data extraction & analysis
Scientific Computing
Natural Language Processing
Machine Learning
Python Libraries
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Pandas
● Pandas is a Python module for working with tabular data
● Allows for high-level data manipulation
● Built on the Numpy package
● Key data structure is a DataFrame
● Handling DataFrames is Pandas’ version of a spreadsheet
● Not limited to Excel’s row and byte limits
● Much faster and more efficient compared to Excel
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Pandas
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Requests
● Used to make HTTP requests in Python.
● Abstracts the complexities of making requests behind a
beautiful, simple API
● Uses different HTTP methods such as GET and POST to make a
HTTP request
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Requests
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Requests
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
https://colab.research.google.com/drive/1UoDvvREq5s0cURuLo71v_PT7zfK1oyiN#scrollTo=cW7Ivpa2NsCM
Requests
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Beautiful Soup
● A Python library for pulling data out of HTML and XML files.
● Often used for web scraping
● Transforms a complex HTML document into a complex tree of
Python objects, such as tag, navigable string, or comments
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Beautiful Soup
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Beautiful Soup
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
HOW PYTHON CAN HELP WITH
TECHNICAL SEO
@SPEAKERNAME/#SMX
● Automating repetitive tasks
● Data extraction and
analysis to solve complex
problems
● Efficiency and time-saving
● Future-proofing your job
Why Should You Care?
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Why should you care?
Spend 5 hours a week using excel
@SPEAKERNAME/#SMX
Why should you care?
Spend 5 hours a week using excel
Thats 20 hours a month
@SPEAKERNAME/#SMX
Why should you care?
Spend 5 hours a week using excel
Thats 20 hours a month
Over 200 hours a year
@SPEAKERNAME/#SMX
Why should you care?
Imagine what we could achieve
if we spent this time on other
important tasks
(that can’t be automated)
@SPEAKERNAME/#SMX
@SPEAKERNAME/#SMX
@SPEAKERNAME/#SMX
@SPEAKERNAME/#SMX
@SPEAKERNAME/#SMX
@SPEAKERNAME/#SMX
@SPEAKERNAME/#SMX
● Better understand data
● Make data driven decisions
● Provide concrete insights
● Confidence in recommendations
● Allowing us to focus on other important optimisation efforts
Why Python is Growing in Popularity
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Automating with Python
Automating with
Python
Parameter
Finder
404
Checker
Internal Linking
Analysis
Image
Optimisation
Website
Scraping
Keyword
Research
@SPEAKERNAME/#SMX
CHALLENGE - MISSING ALT TEXT
SOLUTION - IMAGE CAPTIONING
WITH PYTHIA
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
CHALLENGE - MISSING ALT TEXT
SOLUTION - IMAGE CAPTIONING
WITH PYTHIA
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Pythia Modular
Framework
https://paperswithcode.com/paper/bottom-up-and-top-down-attention-for-image
https://learnpythia.readthedocs.io/en/latest/
Image Captioning
@SPEAKERNAME/#SMXGoogle Colab Link @rvtheverett @deepcrawl #SMX
Image Captioning
@SPEAKERNAME/#SMX
@rvtheverett @deepcrawl #SMX
Image Captioning
@SPEAKERNAME/#SMX
@rvtheverett @deepcrawl #SMX
Image Captioning
@SPEAKERNAME/#SMX
@rvtheverett @deepcrawl #SMX
Image Captioning
@SPEAKERNAME/#SMX
It’s not perfect though!
Image Captioning
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
CHALLENGE - LARGE IMAGE FILE
SIZES
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
CHALLENGE - LARGE IMAGE FILE
SIZES
SOLUTION - OPTIMISE IMAGES
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Pure Python using the Pillow library
optimize-images filename.jpg
Optimise a single image
optimize-images ./
Optimise a folder with multiple images
Github Link
Optimise Images
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Optimise Images
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Optimise Images
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Optimise Images
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Original Optimised
Optimise Images
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
UNDERSTANDING PAGERANK
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
UNDERSTANDING PAGERANK
Understanding PageRank
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
https://colab.research.google.com/drive/1zQ8VFcNmwVLKEMwJ3lhTginPoSC5TdpB
Understanding PageRank
@SPEAKERNAME/#SMX
No coding knowledge
required!
@SPEAKERNAME/#SMX
ADDING PYTHON TO
YOUR SEO
WORKFLOW
@SPEAKERNAME/#SMX
Think about
what you can
automate!
Adding Python to Your Workflow
@SPEAKERNAME/#SMX
Segmenting Pages
Grouping pages dependent on their URL structure.
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Segmenting Pages
Grouping pages dependent on their URL structure.
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Segmenting Pages
Grouping pages dependent on their URL structure.
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Segmenting Pages
Grouping pages dependent on their URL structure.
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Segmenting Pages
Grouping pages dependent on their URL structure.
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Redirect Relevancy
Reviewing how relevant a redirect has been, based on the pre and
post migration category and depth
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Redirect Relevancy
Reviewing how relevant a redirect has been, based on the pre and
post migration category and depth
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Redirect Relevancy
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Redirect Relevancy
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Internal Link Analysis
Identify which sections of the site are linked to the most. Does this
impact performance? Are there sections we can improve with
internal linking?
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Internal Link Analysis
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Internal Link Analysis
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Internal Link Analysis
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Log File Analysis
Identify which sections of the site are crawled by Googlebot the
most over time
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Log File Analysis
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Log File Analysis
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Log File Analysis
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Log File Analysis
@SPEAKERNAME/#SMX
Log File Analysis
@SPEAKERNAME/#SMX
Merging Crawl Data with Analytics Data
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Merging Crawl Data with GSC Data
Merging Google Search Console data (impressions, clicks, CTR,
position with crawl data and metrics such as internal links.
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Merging Crawl Data with GSC Data
Merging Google Search Console data (impressions, clicks, CTR,
position with crawl data and metrics such as internal links.
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Page Speed Insights API
Measure key performance metrics at scale, in order to save time
spent manually testing each URL using Google’s Page Speed
Insights API.
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Page Speed Insights API
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Page Speed Insights API
https://colab.research.google.com/drive/1Oe1VTocg21KIVDqROXSt15H6CoO905D0
@SPEAKERNAME/#SMX
Page Speed Insights API
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Page Speed Insights API
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Page Speed Insights API
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Core Web Vitals Analysis
On a template basis to identify pages performing worst and which
need to be prioritised.
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Core Web Vitals Analysis
On a template basis to identify pages performing worst and which
need to be prioritised.
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Core Web Vitals Analysis
On a template basis to identify pages performing worst and which
need to be prioritised.
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Core Web Vitals Analysis
On a template basis to identify pages performing worst and which
need to be prioritised.
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Google Trends
Automate the process of downloading different reports from
Google Trends to collect data using the different methods available
within the Pytrends API
@rvtheverett @deepcrawl #SMX
Interest over time
Suggestions
@SPEAKERNAME/#SMX
Google Trends
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Google Trends
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
NLP
Google’s NLP Model
Natural Language uses machine learning to reveal the structure and meaning of text.
Analyses text to understand the sentiment, as well as extract key information.
https://cloud.google.com/natural-language/ @rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
NLP
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
NLP
@SPEAKERNAME/#SMX
NLP
@BritneyMuller
https://github.com/BritneyMuller/colab-notebooks
@SPEAKERNAME/#SMX
Entity Salience
NLP
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
NLP
Entity Categorisation
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Create a bot using Python,
Telegram and RandomDog API
https://www.practicepython.org/
https://realpython.com/pygame-a-primer/
https://inventwithpython.com/pygame/
Other Fun Projects
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Understand and solve problems
faster
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Make data driven decisions
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Focus on other important
optimisation activities
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
@SPEAKERNAME/#SMX
TALK TO YOUR
DEVELOPERS
@SPEAKERNAME/#SMX
JOIN COMMUNITIES
https://pyslackers.com/web @rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
https://www.100daysofcode.com/
KEEP PRACTICING AND
HAVE FUN
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Start a Project (doesn’t have to be SEO related!)
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Start a Project (doesn’t have to be SEO related!)
Rock, Paper, Scissors URL Shortener
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Start a Project (doesn’t have to be SEO related!)
Website Blocker Language Translator
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Keep a Log of Your Progress
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Share Your Progress
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
PEOPLE TO FOLLOW
@britneymuller
@hamletbatista
@TylerReardon
@DataChaz
@dawnieando
@jroakes
@jessthebp
@aysunakarsu
@math_rachel
@SPEAKERNAME/#SMX
DEEPCRAWL
PROFESSIONAL
SERVICES
@SPEAKERNAME/#SMX
Python can help technical SEOs
increase their efficiency.
Being able to better understand
data will lead to better decisions
being made.
Anyone can learn Python, with a
little commitment. Have fun with it
and see what you can create.
Key Takeaway
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Key Takeaway
@rvtheverett @deepcrawl #SMX
@SPEAKERNAME/#SMX
Ruth Everett
Technical SEO Analyst
@rvtheverett
Thank you
@SPEAKERNAME/#SMX
SEE YOU AT THE NEXT SMX!

Weitere ähnliche Inhalte

Kürzlich hochgeladen

From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 

Kürzlich hochgeladen (20)

From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 

Empfohlen

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by HubspotMarius Sescu
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTExpeed Software
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsPixeldarts
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 

Empfohlen (20)

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 

Using Python For SEO And Report Automation