Posts

Showing posts from May, 2019

Mini Program 3 - Pattern Matching in a text file

Image
Hairbrow is stuck in her task. She has to search all occurrences of a word in a huge text file. As lazy to do a manual work, she approaches her buddy Knowddy for help. Then, they code not only to search words but also to highlight all occurrences and save the newly created output file. Try to create your own python code from the pseudo code shared below. Here's the Knowddy's and Hairbrow's version of Python code ( GitHub Link ) Visuals are created using  canva

Mini Program 2 - Finding the frequency of words in a text file

Image
After their successful attempt to automate Google search, Knowddy and Hairbrow are up to their next automation task using Python. They are trying to find the top 3 words occurring in a paragraph based on their frequency.  Why don't you try to create a Python program from the Pseudo code that they shared and join their journey of happy learning!! Don't forget to check out their code ( GitHub Link ) Visuals are created using  canva

Mini Program 1 - Searching details on Google using Python

Image
Python is a simple programming knowledge which is easy to learn. Practice will help you to master it. You must have explored many courses which explains each topic of Python in detail. In this blog post, we will design small python programs, combining one or more topics, for the most commonly used cases found in our day to day activities. Let's meet Knowddy who wants to do things out-of-the-box. She doesn't want to use the conventional Google search. She asks her friend Highbrow for suggestions and here is how they created a Python program to scrape Google search. Be like them and automate everything using Python. Together, they created a pseudo code for the same. Here is a deal - Use the psuedo code to create your own python program and come back to check the code here( Github Link ) Visuals are created using canva