Skip to content

Commit

Permalink
Merge pull request #38 from MohitSolunke/main
Browse files Browse the repository at this point in the history
ALL_ABOUT_DATA_SCIENCE ADDED
  • Loading branch information
1447bits authored Oct 29, 2023
2 parents b72d5b4 + 7a1538e commit 1ff6258
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
5 changes: 3 additions & 2 deletions talebuddy/allStories.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"total_number_of_stories": 26,
"total_number_of_stories": 27,
"story_paths": [
"/stories/HACK_OCT.json",
"/stories/NewStory.json",
Expand Down Expand Up @@ -29,6 +29,7 @@
"/stories/Tenali.json",
"/stories/Gatsby.json",
"/stories/Two_Kitten.json",
"/stories/WEN_SCRAPER_STORY.json"
"/stories/WEN_SCRAPER_STORY.json",
"/stories/ALL_ABOUT_DATA_SCIENCE.json"
]
}
27 changes: 27 additions & 0 deletions talebuddy/stories/ALL_ABOUT_DATA_SCIENCE.json.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"title": "ALL ABOUT DATA SCIENCE",
"about_story": "How to Work data Science",
"number_of_pages": "1",
"pages": [
{
"page_title": "Data Science",
"page_content": [
" Once upon a time in a bustling city named DataVille, there lived a young and ambitious programmer named Alex. Alex had always been fascinated by data and the endless possibilities it offered. He spent countless hours writing code and building tools to gather information from the vast landscape of the internet.",

" One day, while scrolling through an online forum, Alex stumbled upon a discussion about web scraping. The concept intrigued him deeply - the idea of extracting data from websites automatically was like discovering a treasure trove of information just waiting to be unlocked. With newfound enthusiasm, Alex decided to embark on a journey to become a web scraper extraordinaire.",

"Alex started small, scraping basic data like weather forecasts and stock prices from websites. He soon realized the power of web scraping lay not only in gathering information but in what you could do with it. He created a simple weather forecasting app that offered personalized, hyper-local weather predictions based on scraped data. The app quickly gained popularity, and this success fueled his passion further.",

"As Alex delved deeper into web scraping, he began tackling more complex challenges. He scraped e-commerce sites for pricing and product information, enabling users to find the best deals online. He extracted news articles from various sources and summarized them, creating an automated news aggregator. His skills as a web scraper were rapidly evolving, and he was gaining recognition in the tech community."


]
}
],
"credits": [
{
"name": "ALL_ABOUT_DATA_SCIENCE",
"url": ""
}
]
}

0 comments on commit 1ff6258

Please sign in to comment.