- 21
- 8 731
nueL_d_dev
Nigeria
Приєднався 19 гру 2022
I build custom automations using code and no-code tools.
Generate Personalized Marketing Videos with HeyGen AI & Make.com – Complete Guide!
Use HeyGen AI and make.com to generate personalized marketing outreach videos. #ai #heygen #makedotcom #aiautomationagency #automationtools
Переглядів: 178
Відео
Easily Create Custom Invoices with Make Automation
Переглядів 15Місяць тому
In this video, I'll walk you through how to create custom invoices in make.com
How to Automate SMS-to-Email Integration Using Make.com and Twilio API
Переглядів 145Місяць тому
In this video, I’ll guide you through setting up a Twilio account and obtaining a phone number. You’ll also learn how to create a webhook scenario in Make.com that automatically sends any message received on that phone number directly to your email or Slack. Perfect for automating communication and streamlining workflows. #Twilio #TwilioTutorial #WebhookSetup #MakeDotCom #NoCodeAutomation #SMST...
How To Automate Twitter(X) Post With Python
Переглядів 1414 місяці тому
This video teaches you how to use a python script to automate twitter posts. SOURCE CODE: github.com/nuel000/auto_post_twitter #pythondeveloper #coding #programmer #programming #automation #webscraping
Got Interviewed For a Junior Dev Role : Questions & Experience
Переглядів 105 місяців тому
Got interviewed for a backend developer role, and I thought to share some of the questions I got Asked and my experience. My APP: www.uptrackr.co
5 Shortcuts Every Python Developer Should Know
Переглядів 315 місяців тому
In this video , I talked about 5 of some of the shortcuts for python developers to know #pythonlearning #python #programmer #ai #pythondeveloper #datascience #softwaredeveloper #javascript #webdevelopment #pythonprogramming #codingchallenge #selftaught #buildinginpublic
Top 5 Skills to Get Your First Job as a Python Developer on Upwork
Переглядів 735 місяців тому
In this video , I have highlighted some of the important skills (in my opinion) to get your first job as a python developer on Upwork.
I've built my first micro SaaS, I don't know if this will flop or not.
Переглядів 256 місяців тому
After building for 3 months, I have successfully launched my first MVP. uptrackr.co is a tool essentially made for Upwork freelancers who don't have the luxury of time to always be on the platform in search of gigs. The tool sends instant job alerts based on your personalized filters, ensuring you are among the first to seize new opportunities and apply. Please view and test out my tool on prod...
How to Automate File Downloads with Python
Переглядів 173Рік тому
This videos is all about file download automation with python (playwright). #python #datascience #machinelearning #pandas #playwright #selenium #automation #pythonautomation python,python tutorial,learn python,python programming,python tutorial for beginners,python for beginners,python course,learn python programming,python full course,python programming language
Simple Web Automation Project - Hotel Room Availability Checker
Переглядів 72Рік тому
WORK FLOW: 1. Takes a range of dates to check for room availability. 2. Automatically populates the check-in and checkout dates with each date specified in step 1, clicks the "Check availability" button. 3. Scrolls down to check if the "View More Rooms" button is present and clicks it to show more rooms. 4. Saves the HTML file and scans for the room name specified. 5. Prints results as "Room av...
How To Scrape Data From CoinMarketCap and Save to MySQL Database (Part 2)
Переглядів 61Рік тому
This part of the tutorial shows how to save our data to a database. web scraper,web scraping,no code web scraper,no code data extraction,data extractor,easy web scraping,cryptocurrency,crypto scraping,crypto scraper,coinmarketcap,coinmarketcap scraper,algo trading,bitcoing,finance data,trading datamysql database,mysql database tutorial,mysql,create mysql database,mysql tutorial,mysql tutorial f...
How to Scrape Data from CoinMarketCap and save to MySQL Database (Part 1)
Переглядів 353Рік тому
In this video , I walked through how to scrape data from coinmarketcap using playwright and save the data to MySQL database. web scraper,web scraping,no code web scraper,no code data extraction,data extractor,easy web scraping,cryptocurrency,crypto scraping,crypto scraper,coinmarketcap,coinmarketcap scraper,algo trading,bitcoing,finance data,trading data
How To Create Charts On Streamlit
Переглядів 640Рік тому
learn how to create beautiful charts on streamlit with streamlit's inbuilt chart functions how to create charts on streamlit,streamlit tutorial,streamlit python,streamlit,python streamlit,machine learning,python web app,python,how to use streamlit,how to streamlit,data science,build web app with python,web app python,build data app with python,coding is fun,streamlit dashboard,deploy data scien...
What is Streamlit? (An Overview, Advantages and Applications )
Переглядів 1,8 тис.Рік тому
What is Streamlit? (An Overview, Advantages and Applications )
How to Scrape Data from a Real Estate Website using Python (www.zillow.com)
Переглядів 2,9 тис.Рік тому
How to Scrape Data from a Real Estate Website using Python (www.zillow.com)
How to Setup a Virtual Environment Using Conda.
Переглядів 823Рік тому
How to Setup a Virtual Environment Using Conda.
Twitter Sentiment Classification Web App
Переглядів 212 роки тому
Twitter Sentiment Classification Web App
BBC
Great work. Subscribed and I pray you more winnings.
@@FestusEs thanks bro🙏
do you know a similare solution to read who dm me and a technique to respond to the dms ?
@@franckgomez5431 this can be done in 2 ways 1. Using the Twitter API but this requires a different access level 2. Using web automation with selenium or playwright
Hello can you build a recommendation system. I need one for a project. Let me know if you can so we can work on it
@@tabotcharlesbessong3756 Hi , what kind of recommendation system are you talking about
@@nuel_d_dev real estate pricing, house recommendations
If you are reading this. My scraping stops in between and throws and AttributeError .Please help me out.
Hi pranja, can you paste the entire error message?
@@nuel_d_dev The code seems to be running fine and giving out some values but suddenly stops with some attribute error . Also some of the output got before getting this error are also repeated. coin_dict['Name'] = tds[2].query_selector("//p[@color='text']").inner_text() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'inner_text'
@@pranjal251 currently there's a better way to scrape this using bs4.
@@nuel_d_dev sure I will look into it then. You have any good references for that??
@@nuel_d_dev Ok man I will certainly look into it.
Hey DataDude, I like your video but got lost early on. What is your email? Would love to talk about more about data and your work. Thanks.
Thanks Michael..you can reach me on this email: thedatadude000@gmail.com
How to create a virtual environment on other disks of a computer?
Hi , you can use the virtualenv package or the pipenv package for this, if you're a beginner I suggest you use the virtualenv it's simple and straight forward, however both does same thing.
data1 = json.loads(re.search(r'!--(\{"queryState",*?)-->', r1.text).group(1)) above code does not work for me
Hi Tausif, Please use this link for the updated code: colab.research.google.com/drive/1UDcq9su3yQ1CoLiGGA0ewnvTJ-FDvElS?usp=sharing
It worked. Thanks you. can you also make any video explaining how json.loads(re.search) works? I could not understand how did you find out what to write here
@@smarttaus1f sure, I'll do that, please subscribe to the channel, I have more interesting videos coming up.
@@smarttaus1f It's not working again.. Please advise on how I can correct the code so it no longer produces: AttributeError: 'NoneType' object has no attribute 'group' Thanks! TC
@@nuel_d_dev I was still getting an error message when I extracted essential data using regex