Posts

Mini Program 5 - Connecting SQLite DB using Python

Image
Have you observed that Knowddy and Hairbrow keeps changing their shapes and size? However, rest assure their characteristics - continuous learning remains the same. The same is with the data. You can save them as excel and perform data manipulations or store them as dataframe and perform the analysis. Another way is to push the data into sql tables and write your queries to get the insights. We see that Python is robust enough to allow you to connect to a database and perform all the sql operations. The study buddies have tried and tested this using a light weight database - sqllite.  Do you want to try sqllite connections in Python with them? Below is the pseudo code for you to experiment with and here is the link to their version ( GitHub Code ) All visuals are created using Canva

Mini Program 4 - Image Detection Using Python

Image
Knowddy  is bored. Now that she has got a hang of what  all can be done using Python, she wants do some interesting stuffs leveraging her Python knowledge.  Hairbrow  is all excited with this idea!  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 )

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