- 111
- 167 508
Revernos Technology
United States
เข้าร่วมเมื่อ 18 มิ.ย. 2020
Revernos (formerly known as Pyathlon) is a technology channel. We make videos across of wide range of topics in technology including Python programming, cloud computing in Amazon Web Services, machine learning, financial engineering, artificial intelligence, and physical computing using Raspberry Pi!
New video every Saturday!
Follow us on social media! We will be posting a wealth of information regarding programming Python and VBA as well as content about Python programming, cloud computing in Amazon Web Services, machine learning, financial engineering, artificial intelligence, and physical computing using Raspberry Pi!
Visit Us: www.revernos.com
Interact with us on social media:
Instagram: RevernosTech
Twitter: RevernosTech
New video every Saturday!
Follow us on social media! We will be posting a wealth of information regarding programming Python and VBA as well as content about Python programming, cloud computing in Amazon Web Services, machine learning, financial engineering, artificial intelligence, and physical computing using Raspberry Pi!
Visit Us: www.revernos.com
Interact with us on social media:
Instagram: RevernosTech
Twitter: RevernosTech
Web Scraping Made Easy - How To Scrape Any Website With Python
Are you ready to master web scraping with Python?
In this step-by-step tutorial, we’ll show you how to extract data from a real website and export it into a CSV file-all without any prior experience! Using the powerful requests and BeautifulSoup libraries, you’ll learn how to pull HTML content, parse header and paragraph tags, and save the results for further use. Whether you’re a Python beginner or looking to enhance your skills, this video has everything you need to get started.
What You'll Learn in This Video:
- How to scrape a website with Python
- Extracting text from any html tag (including headers and paragraphs)
- Parsing and cleaning HTML with BeautifulSoup
- Exporting data to a CSV file
- Adding error handling for a seamless scraping experience
By the end of this tutorial, you'll have a fully functional script you can customize for your own projects. This is perfect for beginners and intermediate programmers looking to dive into the world of web scraping.
In this step-by-step tutorial, we’ll show you how to extract data from a real website and export it into a CSV file-all without any prior experience! Using the powerful requests and BeautifulSoup libraries, you’ll learn how to pull HTML content, parse header and paragraph tags, and save the results for further use. Whether you’re a Python beginner or looking to enhance your skills, this video has everything you need to get started.
What You'll Learn in This Video:
- How to scrape a website with Python
- Extracting text from any html tag (including headers and paragraphs)
- Parsing and cleaning HTML with BeautifulSoup
- Exporting data to a CSV file
- Adding error handling for a seamless scraping experience
By the end of this tutorial, you'll have a fully functional script you can customize for your own projects. This is perfect for beginners and intermediate programmers looking to dive into the world of web scraping.
มุมมอง: 193
วีดีโอ
What is Project Stargate? Everything we know in 2 minutes
มุมมอง 3812 ชั่วโมงที่ผ่านมา
Project Stargate is an artificial intelligence infrastructure project announced on January 21, 2025, by President Donald J. Trump, alongside Sam Altman (CEO of OpenAI, maker of ChatGPT), Larry Ellison (founder of Oracle), and Masayoshi Son. Details are still scarce, but this project will include $500 billion of funding for artificial intelligence infrastructure over the next four years. Like, c...
Is Python still worth learning in 2025? | Let's talk about it
มุมมอง 29721 ชั่วโมงที่ผ่านมา
Is Python still worth learning in 2025? In this video, we break down the top reasons to learn Python and the biggest drawbacks you should consider before diving in. Whether you’re a beginner looking to start programming or a seasoned developer exploring new opportunities, this video will help you decide if Python is the right choice for your future. 💡 What You’ll Learn: - Why Python remains one...
Mastering MultiIndex in Pandas Everything You Need to Know
มุมมอง 2814 วันที่ผ่านมา
Unlock the full power of pandas with MultiIndex! In this video, you'll learn everything you need to know about MultiIndexes in Python. We'll cover how to create, manipulate, and use MultiIndexes effectively for organizing and analyzing hierarchical data. Using real estate data, you'll see practical examples of grouping, aggregation, slicing, and unstacking. Whether you're working on complex dat...
Customize Your Terminal Prompt on Mac: Step by Step Tutorial
มุมมอง 4221 วันที่ผ่านมา
Want to make your terminal prompt more functional and personalized? In this video, I’ll walk you through the process of customizing your terminal prompt on a Mac. Learn how to modify the prompt to display useful information, using simple configurations in your .zshrc. Perfect for developers and tech enthusiasts looking to streamline their terminal workflow!" Don’t forget to like, subscribe, and...
How to Create an Onboarding Sequence in SwiftUI Step by Step Tutorial
มุมมอง 7228 วันที่ผ่านมา
Welcome to this SwiftUI tutorial! In this video, you’ll learn how to create a sleek and professional onboarding sequence for your iOS application. We'll build an onboarding flow that users only see once when they first open the app, using Swift, SwiftUI, and Xcode. What You’ll Learn: - Setting up AppStorage to track onboarding completion. - Designing a multi-screen onboarding flow with TabView ...
Add ChatGPT to your iOS App in 5 Minutes | Swift & ChatGPT Tutorial
มุมมอง 278หลายเดือนก่อน
In this tutorial, I will show you step-by-step how to integrate ChatGPT into your iOS applications using Swift, SwiftUI, and Xcode. Whether you're building a chatbot, adding AI-powered features, or enhancing user experiences with OpenAI's GPT technology, this video will guide you through the entire process. We will cover: Setting up your project in Xcode with SwiftUI Connecting your iOS app to ...
How to Play YouTube Videos in an iOS App with Xcode | Swift and SwiftUI Tutorial
มุมมอง 114หลายเดือนก่อน
In this video, I will be showing you how to play TH-cam videos in your iOS application using Swift, SwiftUI, and Xcode. We will cover everything you need to know from turning a blank app into fully implementing the TH-cam video into your app. We will cover the following: - creating a web view - setting the configuration on the web view - creating the user interface - playing the TH-cam video - ...
How many R's are in strawberry? Testing ChatGPT
มุมมอง 66หลายเดือนก่อน
OpenAI has been making strides recently in their development of ChatGPT. However, in recent months, people have been noticing that ChatGPT cannot correctly identify the number of R's in the word strawberry. Is this still true? Has OpenAI fixed this issue? Can ChatGPT explain why? Let's find out in this video. Subscribe to Revernos.
Did interest rates cause tech layoffs? Analyzing data using Python
มุมมอง 582 หลายเดือนก่อน
"Are interest rates high by historic standards? Has the federal funds rate been decreasing recently? In this video, we dive into the world of economic data analysis using Python, Pandas, and Jupyter Notebook! 🌟 Join me as we download real-world data from FRED (Federal Reserve Economic Data), clean and analyze it, and answer these pressing questions about the state of interest rates and the fede...
Make Your First iOS App in 2024 | Full Beginner Tutorial
มุมมอง 1784 หลายเดือนก่อน
In this SwiftUI tutorial, we’ll build a fully functional Music Quiz app from scratch! Whether you're a beginner or experienced iOS developer, this project will help you learn how to create a quiz game from scratch! What you’ll learn: - How to create reusable views in SwiftUI - Navigation between different views - Creating structs and views - Managing quiz questions and answers - Designing an at...
Building an iOS App in One Day with AI: Revolutionizing Real Estate
มุมมอง 26811 หลายเดือนก่อน
In this groundbreaking video, we dive into the creation of an innovative iOS application that's set to transform the real estate and property management landscape. Leveraging the power of machine learning and augmented reality, this app is not just a tool but a game-changer for homeowners, real estate agents, and property managers alike. Here's what our app can do: * Augmented Reality for Inter...
Mastering View Transitions in iOS Apps using Swift and SwiftUI | NEW for 2023
มุมมอง 378ปีที่แล้ว
Are you an iOS application developer looking to enhance your user experience by seamlessly transitioning between views? Look no further! In this comprehensive tutorial video, we dive deep into the world of view transitions using Swift and SwiftUI. 🚀 Join us as we demystify the art of creating smooth and captivating transitions in your iOS applications. Whether you're a beginner or an experience...
Python Twitter Data Scraping Tutorial | Download Twitter Data for Data Science [NEW in 2023]
มุมมอง 20Kปีที่แล้ว
In this comprehensive TH-cam video, we delve into the fascinating world of Twitter data scraping, guiding you step-by-step on how to extract valuable information from one of the most dynamic social media platforms. 🐦📈 Unlock the potential of data-driven insights as we showcase various powerful tools and techniques to scrape Twitter data effortlessly. Whether you're a data enthusiast, researcher...
How to Check if a Dataframe Column Has Null Values | 2 Ways in Python
มุมมอง 646ปีที่แล้ว
Pandas and Python are some of the most popular tools in data analytics today. In today’s video, we will talk about how you can check if a column is null. These is very important for determining how/if you need to impute missing values or exclude null columns. Revernos is a technology channel that covers a wide range of topics including, but not limited to, machine learning, cloud computing (Ama...
How AI Will Change the Way We Work | Will AI Take your Job? Deloitte AI Institute
มุมมอง 21ปีที่แล้ว
How AI Will Change the Way We Work | Will AI Take your Job? Deloitte AI Institute
Monte Carlo Simulation in Python + Object Oriented Programming Tutorial | Ecology Simulation!
มุมมอง 197ปีที่แล้ว
Monte Carlo Simulation in Python Object Oriented Programming Tutorial | Ecology Simulation!
The BEST Data Jobs + How to Get Them | Data Analytics Careers
มุมมอง 51ปีที่แล้ว
The BEST Data Jobs How to Get Them | Data Analytics Careers
Fancy NumPy Array Indexing in Python | Python Quick Tips
มุมมอง 395ปีที่แล้ว
Fancy NumPy Array Indexing in Python | Python Quick Tips
Download Instagram Pictures with Python | Instaloader Tutorial *New for 2023*
มุมมอง 13K2 ปีที่แล้ว
Download Instagram Pictures with Python | Instaloader Tutorial *New for 2023*
Files and Operating System in Python | Read and Write Files Tutorial
มุมมอง 442 ปีที่แล้ว
Files and Operating System in Python | Read and Write Files Tutorial
Artificial Intelligence is TRANSFORMING the Financial Sector | Financial Digital Transformation
มุมมอง 212 ปีที่แล้ว
Artificial Intelligence is TRANSFORMING the Financial Sector | Financial Digital Transformation
Tuple Unpacking in Python in 60 Seconds | Python Quick Tip #1
มุมมอง 242 ปีที่แล้ว
Tuple Unpacking in Python in 60 Seconds | Python Quick Tip #1
Error Handling in Python Complete Tutorial | Everything to know about exception handling
มุมมอง 292 ปีที่แล้ว
Error Handling in Python Complete Tutorial | Everything to know about exception handling
ChatGPT Explanation & Tutorial | Is ChatGPT the future of Artificial Intelligence?
มุมมอง 412 ปีที่แล้ว
ChatGPT Explanation & Tutorial | Is ChatGPT the future of Artificial Intelligence?
Iterators and Generators in Python Tutorial + Generator Expressions
มุมมอง 482 ปีที่แล้ว
Iterators and Generators in Python Tutorial Generator Expressions
Python Lambdas Tutorial | Guide to Anonymous Functions!
มุมมอง 292 ปีที่แล้ว
Python Lambdas Tutorial | Guide to Anonymous Functions!
Python List Comprehensions Tutorial | Write loops in one line of code!
มุมมอง 352 ปีที่แล้ว
Python List Comprehensions Tutorial | Write loops in one line of code!
Sets in Python | Everything you need to know
มุมมอง 282 ปีที่แล้ว
Sets in Python | Everything you need to know
Tuples in Python | Everything you need to know [in less than 10 minutes]
มุมมอง 292 ปีที่แล้ว
Tuples in Python | Everything you need to know [in less than 10 minutes]
Great content, definitely going to try this. Is it possible to use HasData with Python for easy web scraping?
Didnt work ut its gonna get removed that I said this
Try this instead: th-cam.com/video/dpGTLomwBf8/w-d-xo.html
If Insta scraping intrigues you, complement it with a solid emailing tool like Filter Bounce to ensure your outreach does not flop. Keeping a bounce rate under 1% is crucial, and Filter Bounce has consistently delivered in ensuring my list remains accurate. Tried it out alongside my cold email service for the past six months. Their real-time verification has saved many of my campaigns. At $10 a month, it is an investment that surely pays off. If you are in the emailing game, give them a try and feel secure about your sendings.
If Insta scraping intrigues you, complement it with a solid emailing tool like Filter Bounce to ensure your outreach does not flop. Keeping a bounce rate under 1% is crucial, and Filter Bounce has consistently delivered in ensuring my list remains accurate. Tried it out alongside my cold email service for the past six months. Their real-time verification has saved many of my campaigns. At $10 a month, it is an investment that surely pays off. If you are in the emailing game, give them a try and feel secure about your sendings.
Extracting data from Instagram is step one, but backing it up with Mystrika can propel your efforts. Six months into using Mystrika, and every campaign feels turbocharged. Their preheaders have ensured my open rates soar. The A/B testing capabilities allow me to tweak my strategies with ease, leveraging 26 variations! I have dealt with email delivery issues before, but with Mystrika, those are in the past. Their community of 7000 users is also a great support system. If you are serious, this is a must-try tool.
Combining Instagram scraping with cold emailing? Make sure to use reliable tools like Do You Mail. For five months, its high deliverability and reputation have improved my outreach way better than what the competition offers. The unlimited email sending and cost-effective plan keep my operations smooth without breaking the bank. Setting up automated DNS configurations has been incredibly rewarding. If you have not tried integrating Do You Mail, you are missing out. Take the plunge and notice the shift in your strategies.
If Insta scraping intrigues you, complement it with a solid emailing tool like Filter Bounce to ensure your outreach does not flop. Keeping a bounce rate under 1% is crucial, and Filter Bounce has consistently delivered in ensuring my list remains accurate. Tried it out alongside my cold email service for the past six months. Their real-time verification has saved many of my campaigns. At $10 a month, it is an investment that surely pays off. If you are in the emailing game, give them a try and feel secure about your sendings.
Combining Instagram scraping with cold emailing? Make sure to use reliable tools like Do You Mail. For five months, its high deliverability and reputation have improved my outreach way better than what the competition offers. The unlimited email sending and cost-effective plan keep my operations smooth without breaking the bank. Setting up automated DNS configurations has been incredibly rewarding. If you have not tried integrating Do You Mail, you are missing out. Take the plunge and notice the shift in your strategies.
Extracting data from Instagram is step one, but backing it up with Mystrika can propel your efforts. Six months into using Mystrika, and every campaign feels turbocharged. Their preheaders have ensured my open rates soar. The A/B testing capabilities allow me to tweak my strategies with ease, leveraging 26 variations! I have dealt with email delivery issues before, but with Mystrika, those are in the past. Their community of 7000 users is also a great support system. If you are serious, this is a must-try tool.
Combining Instagram scraping with cold emailing? Make sure to use reliable tools like Do You Mail. For five months, its high deliverability and reputation have improved my outreach way better than what the competition offers. The unlimited email sending and cost-effective plan keep my operations smooth without breaking the bank. Setting up automated DNS configurations has been incredibly rewarding. If you have not tried integrating Do You Mail, you are missing out. Take the plunge and notice the shift in your strategies.
Extracting data from Instagram is step one, but backing it up with Mystrika can propel your efforts. Six months into using Mystrika, and every campaign feels turbocharged. Their preheaders have ensured my open rates soar. The A/B testing capabilities allow me to tweak my strategies with ease, leveraging 26 variations! I have dealt with email delivery issues before, but with Mystrika, those are in the past. Their community of 7000 users is also a great support system. If you are serious, this is a must-try tool.
If Insta scraping intrigues you, complement it with a solid emailing tool like Filter Bounce to ensure your outreach does not flop. Keeping a bounce rate under 1% is crucial, and Filter Bounce has consistently delivered in ensuring my list remains accurate. Tried it out alongside my cold email service for the past six months. Their real-time verification has saved many of my campaigns. At $10 a month, it is an investment that surely pays off. If you are in the emailing game, give them a try and feel secure about your sendings.
Extracting data from Instagram is step one, but backing it up with Mystrika can propel your efforts. Six months into using Mystrika, and every campaign feels turbocharged. Their preheaders have ensured my open rates soar. The A/B testing capabilities allow me to tweak my strategies with ease, leveraging 26 variations! I have dealt with email delivery issues before, but with Mystrika, those are in the past. Their community of 7000 users is also a great support system. If you are serious, this is a must-try tool.
Nice it was easy to follow
I only can got this response: OpenAI<TextResult>(object: nil, model: nil, choices: nil, usage: nil, data: nil, results: nil) Could you give me any advice for this issues? Thanks^^
did he say glad on every reply he did?
Haha good point! I'm glad you left this comment!
@ see you said glad again LOL
@@toonie7706 That one was just for you haha!
@ hahaha
Do I need an exact 330 ohm resistor, or can I use a 1k resistor for this?
Worked perfectly thanks!
I'm glad it worked for you!
good day! sorry, how can I download all posts by hashtag in ingtagram? it doesn't work (instaloader "#hashtag") I downloaded the profile, but by hashtag it doesn't work? can you help?
For the QuizView(questions: questions) I'm getting an error 'QuizView' initializer is inaccessible due to 'private' protection level. Any way to fix this?
Never mind I was missing a "?" at the bottom of my QuizView
Thank you so much for this simple tutorial. Can't believe I made something <3
@revernos, I'm getting an error in line 18
Can you retrieve historical tweets with this? say between 2010 and 2019
Well, that was my first Raspberry Pi project - I wanted something more than a blinking light that meant nothing - try this code and tell me what you see!! import machine import utime my_led = machine.Pin(25, machine.Pin.OUT) while True: my_led.value(.1) utime.sleep(.5) my_led.value(0) utime.sleep(.5) my_led.value(.1) utime.sleep(.5) my_led.value(0) utime.sleep(.5) my_led.value(.1) utime.sleep(.5) my_led.value(0) utime.sleep(.5) my_led.value(0) utime.sleep(1) my_led.value(1) utime.sleep(1) my_led.value(0) utime.sleep(1) my_led.value(1) utime.sleep(1) my_led.value(0) utime.sleep(1) my_led.value(1) utime.sleep(1) my_led.value(0) utime.sleep(1)
it prints NaN what to do..?
make videos on twitter sentiments analysis and trans frmations and rdds in pyspark and real time twitter streamings etc we really appreciate you from my heart.
Finally i found a video that's understanding and it works
Glad you found the video helpful!
How can we combine caption with the Picture brother?
very nice video. i had troubles at first but after troubleshooting it worked
I'm glad you figured it out!
new script 2024 th-cam.com/video/Vt2dHjL8d4E/w-d-xo.html
can you do a tutorial on how to download story highlights?
My man you're the best 😊
Can you also do this for comments ?
Bagaimana untuk melihat username dan cara mengubahya ke dalam file csv atau excel
shouldn't we include our developer account's API there ? or should it be left blank? even though i tried with my own account's api key I encounterd an error stating 'Unauthorized request, please make sure your API key is valid.' is there a way to solve this?
Does anyone know how the do scraping on X just focusing on one country IP and specific period using this method?
'PromoSM'
does this still work in 2024
does anyone knows ho to scrape DATE OF JOIN from instgram
Awesome video! Thanks for sharing
I'm glad you enjoyed the video!
Thanks
You're welcome!
Nice 👍🏻
I need 10 user profiles followers count at a time how to do that
You are amazing ❤️
Amazing sir...
I have pico wh and nothing works. Tried multiple tutorials but nothing. Only the built in led works fine
@revernos i get this error when i run the program. MissingCookiesWarning: Request header does not contain cookies! It's recommended you pass at least a valid sessionid otherwise Instagram will likely redirect you to their login page. warnings.warn(
How to find any documentation about operation used in this approach? I am receiving the authorization error I have no idea why
Thanks for these tutorials 🙌. It seems that the videos in this playlist are not in order. I am following the upload sequence.
it only allows me to gather the same 10 tweets over and over again, how do i webscrape more tweets at one go? i tried changing num variable but it does not work
good job