Thank you so much for the video! You are also correct in that this is great practice for a newbie like myself. I am a researcher, so I have a lot of text files in my PC. Thanks to your video, I was able to convert your extract_text() into a function that opens local files with little effort. And then I looked up how to format decimals in the print function, and it turns out getting an even cleaner output with two decimal points is as easy as -> print("{:.2f}".format(rating), keyword). So thanks again for providing the opportunity and motivation to practice and learn more!
@JohnWatsonRooney2 жыл бұрын
That’s great! I really wanted this to be exactly that - when I was learning finding projects to make and then build upon was key in the learning process!
@brightsde35112 жыл бұрын
This guy is definitly underated.
@laughterdaily_alljokesinside7 ай бұрын
TOtally he should have 1 million subs
@konigdererste4501 Жыл бұрын
Exactly what I was searching for a long time. Thank you very much!
@dimaua18302 жыл бұрын
Thanks for the video! I love python because of ease of use and a multitude of handy little libraries like that!
@JohnWatsonRooney2 жыл бұрын
Me too, there’s always something to learn and explore!
@giantdutchviking Жыл бұрын
Thanks for sharing your knowledge. Started coding Python a few weeks ago through tutorials, ChatGPT and YT-vids. Started working with real data for the 1st time trying to do some basic text data analysis, this seems like a simply module to use, appreciate it.
@usmanghani86572 жыл бұрын
I'm working on a project which includes scraping 200+ websites. You are great help on my way to complete project. God bless you sir and make all of us able to be more productive for the society. Big love 💌and respect from Pakistan Sir.
@JohnWatsonRooney2 жыл бұрын
Thank you and good luck with your project!
@100daychallange52 жыл бұрын
Bro I need to make one generic script that will work on 3 sites with different structure. Is it possible and how I can do it?
@usmanghani86572 жыл бұрын
@@100daychallange5 yes you can use callback funtinalty to acess any many pages you want and scrapy them.
@hossamal-dinhassan96522 жыл бұрын
Your channel is so helpful thanks for making this content
@AndresPerez-ow4lo2 жыл бұрын
Hi Jhon, great video! I was wondering, once you extract the keywords from different web pages refeiring to similar topics, how would you compare them?
@tronovan3d2 жыл бұрын
Neat, thanks for the video.
@colinrogers99272 жыл бұрын
Awesome. Great video
@JohnWatsonRooney2 жыл бұрын
Thanks!
@AlbertLeonardo2 жыл бұрын
Great video as usual! Thanks!
@JohnWatsonRooney2 жыл бұрын
Thank you!
@KhalilYasser2 жыл бұрын
Thank you very much. Amazing tutorial.
@JohnWatsonRooney2 жыл бұрын
Thank you very kind
@aviator10162 жыл бұрын
Hey can you please tell me how to install the library into vs code. I have already installed it using pip installer from the terminal but everytime I get the message that import rake_nltk could not be resolved. Thanks
@JohnWatsonRooney2 жыл бұрын
Hey sounds like maybe you have a Python path issue? Try running Python in your terminal and try importing it there and see if it works.
@hayat_soft_skills2 жыл бұрын
Superv! Thanks!
@vbp1996sx2 жыл бұрын
Hey Watson. Great video, very much appreciated. By the way are you working as a python developer irl? (asking out of curoisity)
@JohnWatsonRooney2 жыл бұрын
No I’m not a full time developer! I do work some freelance though and use Python in my day job for task automation
@return_11012 жыл бұрын
Thank you very much. With your help I made a "keyword_searcher.py" with requests, bs4 rake_nltk and fake_useragent. It's amazing how to search for keywords.
@experiencinglunistice2 жыл бұрын
Thank you very much
@nicholasgabaldon657 Жыл бұрын
Do you know the hostname it is trying to connect to when you import the nlk stopwords and punkt?
@vntconcept2 жыл бұрын
how about removing ads on wordpress theme?
@Hareesh-w3q Жыл бұрын
Can I use this as a better alternative for the Text Analysis function of Power BI ?
@nbc20812 жыл бұрын
Pls I want to build an algorithm that can use key words to rate articles which I want to use
@aniketbahukhandibtech-cse-91762 жыл бұрын
hey john can u tell me how can i scrape geo location of crimes in my region. please reply..
@yusufcan130411 ай бұрын
Thanks for share.
@sohanoor32912 жыл бұрын
Hi Rooney, I need little help. Can we extract text from class instead of div using this method: response.html.find('div.class_name', first=True).text I tried, but now worked. Please help me. Regards
@anthony2921 Жыл бұрын
there’s always a guitar in the background of code tutorial videos
@wangdanny1782 жыл бұрын
Hey John me again. It’s in my watch later already. Thanks ahead
@JohnWatsonRooney2 жыл бұрын
Nice I hope you like it
@michaelnoardo33152 жыл бұрын
I'm trying to write a code to list the 1000 most used words in some language, I will feed the code with articles, books , movie subtitles... This will help people learning language to focus on what is most important, can you help me?
@atultanna2 жыл бұрын
Can you share the code for scrape KW from Google Autosuggest
@cicerocostahernandez2 жыл бұрын
Hello John? Wassup? Nice video man! Let me ask you, in the URL you put the link from a website, but could I set a code in order to automatize the insertion of it using a database with the link and repeat the process for other websites? Another question, could I search for specific keywords in each website link, instead of all?
@olgaycelik26312 жыл бұрын
I am new to this so How and where to install nltk?
@codewithlenny2 жыл бұрын
run pip install ntlk Once it's done. Open your terminal / command line and type the following commands > python > import nltk > nltk.download() This will open up a window that allows you to install the remaining nltk resources
@olgaycelik26312 жыл бұрын
@@codewithlenny thank you I have a last question: when I press print then I am getting those errors: * import bs4 could not be resolved from source *import requests could not be resolved from source So how to fix them?
@ztech34012 жыл бұрын
sir , can I using this code for my app ?
@JohnWatsonRooney2 жыл бұрын
Sure go ahead
@ThinAirElon2 жыл бұрын
Super 👍
@JohnWatsonRooney2 жыл бұрын
Thank you!
@adnanyeasir79652 жыл бұрын
I am having issue importing nltk
@GymPolar11 ай бұрын
Thankyou
@hamzakhiar36362 жыл бұрын
Regex :👀
@PerfectmindAMV2 жыл бұрын
please, make a video of machine learning in python 🙂