Elias Dabbas on LinkedIn: #100daysofcode #seo #sem #analytics #advertools #datascience #python… (2024)

Elias Dabbas

Digital Marketing meets Data Science ––> advertools

  • Report this post

Day 88 of #100DaysOfCodeAutomating Python scripts on a serverBlog post created from a videopydub: Splitting audio filewhisper: Speech to text modelGPT4o: Formatting the article. This is the most interesting part (see images), because the talk has natural language, file names, Python and bash code, and it was able to properly format everything, and I mainly copied/pasted.There were some minor tweaks where it rewrote equivalent code in a slightly different way. I just changed for consistency with what was presented in the videohttps://bit.ly/4bYymwj#SEO #SEM #analytics #advertools #DataScience #Python #datamanipulation

  • Elias Dabbas on LinkedIn: #100daysofcode #seo #sem #analytics #advertools #datascience #python… (2)
  • Elias Dabbas on LinkedIn: #100daysofcode #seo #sem #analytics #advertools #datascience #python… (3)
  • Elias Dabbas on LinkedIn: #100daysofcode #seo #sem #analytics #advertools #datascience #python… (4)
  • Elias Dabbas on LinkedIn: #100daysofcode #seo #sem #analytics #advertools #datascience #python… (5)
  • Elias Dabbas on LinkedIn: #100daysofcode #seo #sem #analytics #advertools #datascience #python… (6)

12

Like Comment

To view or add a comment, sign in

More Relevant Posts

  • Elias Dabbas

    Digital Marketing meets Data Science ––> advertools

    • Report this post

    Strange how similar they look when put next to one another.Or how much one or two colors make a huge difference.Here's the conversation that generated this chart:https://bit.ly/3RtA1la#bootstrap #bootswatch #plotly

    • Elias Dabbas on LinkedIn: #100daysofcode #seo #sem #analytics #advertools #datascience #python… (10)
    Like Comment

    To view or add a comment, sign in

  • Elias Dabbas

    Digital Marketing meets Data Science ––> advertools

    • Report this post

    A great visualization of Python's list methods, makes it easy to learn and memorize.

    Like Comment

    To view or add a comment, sign in

  • Elias Dabbas

    Digital Marketing meets Data Science ––> advertools

    • Report this post

    Day 87 of #100DaysOfCodeCreate a script to invert a mapping: FROM:URL-A: keyword1, keyword2, keyword3URL-B: keyword2, keyword4TO:keyword1: URL-A, URL-Bkeyword2: URL-B, URL-Cetc...https://bit.ly/4cEqGPN#SEO #SEM #analytics #advertools #DataScience #Python #datamanipulation

    • Elias Dabbas on LinkedIn: #100daysofcode #seo #sem #analytics #advertools #datascience #python… (15)
    • Elias Dabbas on LinkedIn: #100daysofcode #seo #sem #analytics #advertools #datascience #python… (16)

    7

    3 Comments

    Like Comment

    To view or add a comment, sign in

  • Elias Dabbas

    Digital Marketing meets Data Science ––> advertools

    • Report this post

    Day 86 of #100DaysOfCodeCreated and deployed a blog, with a few initial posts.Because, they say, it's good to have one...https://bit.ly/4enkaOH#SEO #SEM #analytics #advertools #DataScience #Python #quarto #plotly

    • Elias Dabbas on LinkedIn: #100daysofcode #seo #sem #analytics #advertools #datascience #python… (20)
    • Elias Dabbas on LinkedIn: #100daysofcode #seo #sem #analytics #advertools #datascience #python… (21)
    • Elias Dabbas on LinkedIn: #100daysofcode #seo #sem #analytics #advertools #datascience #python… (22)

    12

    3 Comments

    Like Comment

    To view or add a comment, sign in

  • Elias Dabbas

    Digital Marketing meets Data Science ––> advertools

    • Report this post

    Day 85 of #100DaysOfCodeRefactor crawl tests by using temp files, and uncovered three bugs.Those bugs will be fixed, or I don't sleep.#SEO #advertools #DataScience #Python

    • Elias Dabbas on LinkedIn: #100daysofcode #seo #sem #analytics #advertools #datascience #python… (27)
    • Elias Dabbas on LinkedIn: #100daysofcode #seo #sem #analytics #advertools #datascience #python… (28)
    • Elias Dabbas on LinkedIn: #100daysofcode #seo #sem #analytics #advertools #datascience #python… (29)

    5

    4 Comments

    Like Comment

    To view or add a comment, sign in

  • Elias Dabbas

    Digital Marketing meets Data Science ––> advertools

    • Report this post

    Day 84 of #100DaysOfCodeAdd the option to compare URLs themselves while comparing crawls.Comparing can happen on any column; h1, meta_desc, etc. and this option adds the ability to compare URLs.Then it becomes easy to check which ones belong to crawl1 & crawl2 or only in one of them, etc.Coming to the next release of advertools. #SEO #advertools #DataScience #Python

    • Elias Dabbas on LinkedIn: #100daysofcode #seo #sem #analytics #advertools #datascience #python… (34)
    • Elias Dabbas on LinkedIn: #100daysofcode #seo #sem #analytics #advertools #datascience #python… (35)

    7

    2 Comments

    Like Comment

    To view or add a comment, sign in

  • Elias Dabbas

    Digital Marketing meets Data Science ––> advertools

    • Report this post

    Day 83 of #100DaysOfCodeCreated bare-bones /team/ pages with a list of all players who played on that team.Much more to be added.#SEO #programmatic_seo #DataScience #flask #webdev

    • Elias Dabbas on LinkedIn: #100daysofcode #seo #sem #analytics #advertools #datascience #python… (38)
    • Elias Dabbas on LinkedIn: #100daysofcode #seo #sem #analytics #advertools #datascience #python… (39)
    • Elias Dabbas on LinkedIn: #100daysofcode #seo #sem #analytics #advertools #datascience #python… (40)

    2

    2 Comments

    Like Comment

    To view or add a comment, sign in

  • Elias Dabbas

    Digital Marketing meets Data Science ––> advertools

    • Report this post

    If you use #advertools and want to explore it further with an LLM, I created a file containing all the code and documentation. You can simply upload this and ask questions about how to do certain things. There is a custom GPT as well on OpenAI.I created a smaller file as well for cases where you have a more limited context. I simply removed all the emojis and stop words.Large file: 720k tokensSmall: 150khttps://bit.ly/4ejITni

    advertools full docs and code - Google Drive drive.google.com

    5

    Like Comment

    To view or add a comment, sign in

  • Elias Dabbas

    Digital Marketing meets Data Science ––> advertools

    • Report this post

    Day 82 of #100DaysOfCodeReleased an update to the ecdf function🔵 Add fuller docstring and parameter explanations🔵 Choose a better marker (open circle) to cater for overlaps with larger datasets🔵 Fix hover label formatting and text🔵 Remove sparklines from histogram and clearer Y axis titlehttps://bit.ly/3VieUmQ#SEO #SEM #DataScience #DataVisualization #advertools #adviz #Python

    • Elias Dabbas on LinkedIn: #100daysofcode #seo #sem #analytics #advertools #datascience #python… (46)
    • Elias Dabbas on LinkedIn: #100daysofcode #seo #sem #analytics #advertools #datascience #python… (47)
    • Elias Dabbas on LinkedIn: #100daysofcode #seo #sem #analytics #advertools #datascience #python… (48)
    • Elias Dabbas on LinkedIn: #100daysofcode #seo #sem #analytics #advertools #datascience #python… (49)

    5

    2 Comments

    Like Comment

    To view or add a comment, sign in

Elias Dabbas on LinkedIn: #100daysofcode #seo #sem #analytics #advertools #datascience #python… (51)

Elias Dabbas on LinkedIn: #100daysofcode #seo #sem #analytics #advertools #datascience #python… (52)

5,716 followers

  • 776 Posts
  • 9 Articles

View Profile

Follow

More from this author

  • Word Similarity Matrix - Python Code Elias Dabbas 1y
  • XML Sitemap Analysis - ForeignAffairs.com Elias Dabbas 1y

Explore topics

  • Sales
  • Marketing
  • Business Administration
  • HR Management
  • Content Management
  • Engineering
  • Soft Skills
  • See All
Elias Dabbas on LinkedIn: #100daysofcode #seo #sem #analytics #advertools #datascience #python… (2024)
Top Articles
Latest Posts
Article information

Author: Eusebia Nader

Last Updated:

Views: 6444

Rating: 5 / 5 (80 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Eusebia Nader

Birthday: 1994-11-11

Address: Apt. 721 977 Ebert Meadows, Jereville, GA 73618-6603

Phone: +2316203969400

Job: International Farming Consultant

Hobby: Reading, Photography, Shooting, Singing, Magic, Kayaking, Mushroom hunting

Introduction: My name is Eusebia Nader, I am a encouraging, brainy, lively, nice, famous, healthy, clever person who loves writing and wants to share my knowledge and understanding with you.