- 1

How did you guys made a simple search engine with python?iam stuck

Like ,something which will prompt user to enter search word and output one or various results or none among a given set

13th Jun 2021, 11:32 AM
Kipkoech
Kipkoech - avatar
4 odpowiedzi
+ 4
Hi Kipkoech , Your question seems duplicate, means this question was asked before by many users! So your post will be viewed by our mods and will be marked for deletion! Some helpful post - https://www.sololearn.com/discuss/2753562/?ref=app https://www.sololearn.com/discuss/2739363/?ref=app https://www.sololearn.com/discuss/2767201/?ref=app https://www.sololearn.com/discuss/2755844/?ref=app Read the guidelines - https://www.sololearn.com/Discuss/1316935/?ref=app Regards, TT
13th Jun 2021, 11:51 AM
Abhiyantā
Abhiyantā - avatar
+ 2
show your attempt ^^
13th Jun 2021, 11:36 AM
visph
visph - avatar
+ 1
do you know how to use search engine, first
13th Jun 2021, 11:38 AM
Ananiya Jemberu
Ananiya Jemberu - avatar
+ 1
How does a simple search engine works: 1. Takes input 2. Searches all the available website and match the input word by word 3. Shows output In real search engines more complex algorithms provide the output
13th Jun 2021, 11:50 AM
Eashan Morajkar
Eashan Morajkar - avatar