Related Posts
I have got offer letter from Cognizant, for gurgaon location, i am supposed to join as Blueprism RPA Developer, what are the chances of re locating to different location after getting into project, if possible can someone help me with number of open opportunities in cognizant for gurgaon location.
I don't want to re locate to a different location from gurgaon.
Anybody here tagged in Wipro yahoo project !?
More Posts
Anyone looking for reference in Cognizant.
Please share your resumes with role, location and experience to Arjun.muralidhar@cognizant.com
Skills: Angular JS, React, Angular, NodeJS, UX Design, UX researcher, Lead , Technical mentor, Technical Trainer, Technical writer, Campaign manager, Veeva, Drupal, Alfresco, Android, Documentum, Aprimo, AEM, WCS, ATG

What’s the wlb like at VCA?
Additional Posts in Consulting
Best books on leadership and sales skills?
New to Fishbowl?
unlock all discussions on Fishbowl.




Build a website with django package. Do web scraping with beautiful soup
K means clustering to group objects by attributes.
Selenium to automate something on the web
Chief
Thanks. Could you be more specific in terms of how and what types of data/information can be scraped, clustered or automated on the web? For us non-programmers, it can be difficult to think in terms of abstractions...
Sure, web scraping = pull down any content on any webpage into an organized dataset in csv/excel format via python. It will make more sense if you watch a tutorial on YouTube
Scraping is good for a website that doesn’t already have an api (you could also do an api project).
I.e. you could go to autotrader, search a term like SUV, scrape the title, price, body, and contact information for the top 100 results for that item (bonus points if you store the images in something like mongoDB).
Then you could use clustering to try to group the cars based on qualities such as high mileage/low price or inferred quality. It basically assigns a qualitative grouping based off quantitative inputs. You have to decide what the grouping means though.
You could make a sudoku solver with some kind of GUI. That’s a classic.
Rising Star
start automating shit on python. you can start with a mouse jiggler script ;)