Posts

Showing posts from June, 2019

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 )