Nested Lists – HackerRank
Problem Given the names and grades for each student in a Physics class of N students, store them in a nested list and print the name(s) of any student(s) having the second lowest grade.
Nested Lists – HackerRank Read More »
Problem Given the names and grades for each student in a Physics class of N students, store them in a nested list and print the name(s) of any student(s) having the second lowest grade.
Nested Lists – HackerRank Read More »
What is MySQL Workbench? MySQL Workbench is a GUI tool to manage your database. You can see the tables, records in the table, you can create a new schema, query, etc. If you are more of a visual person who needs to deal with database (MySQL), MySQL Workbench is a very powerful and useful tool.
Using MySQL Workbench on macOS Catalina (2019) Read More »
If you want to run a server on your macOS Catalina, or you recently updated to Catalina, you might need to re-configure your system, follow the below instructions.
Setting Up Your Local Server on macOS Catalina (2019) – MAMP – macOS, Apache, MySQL, PHP Read More »
Python Dask Example on Large Data Set Python is a very useful language to process data. Using Pandas library can easily manipulate the data such as sorting the data, getting the top 5, etc. However, if you are dealing with large data sets (bigger than your machine memory) you will hit the roadblock on out
Dask Example for Data Science in Python Read More »
If you are dealing with data using Python, at some point, you might need to export the data into CSV format. In this post, I will share some example how you can save the data into CSV file.
Save to CSV example in Python Read More »