Here’s the suggested worked solution to the 2017 Cambridge International Exam H2 Physics (9749) Paper 1. To download your free copy of the complete worked solutions, simply fill and submit the form below.
VBA for Busy Executives (New Workshop)
This is a 5-hr workshop specially crafted for the working professionals and busy executives who would like to learn to use the Microsoft’s programming language VBA to get more mileage out of their Excel application (and other Microsoft Office Suite applications).
Talk @Nanyang Business School
We’ll be giving a talk on Impactful Data Visualization at Nanyang Business School @ One-North Executive Center on 15 November 2017 (Wednesday) from 7.15 pm to 9 pm. Learn how a well-designed Dashboards can be used as a means to communicate at-a-glance
“Python for Busy Executives” workshop
Back by POPULAR Demand! In this 5-hr workshop, the participant will learn all the important programming concepts such as data structures, loops, decision making, functions, object oriented principles and practice writing clean and clear codes.
GUI Development Made Easy
Developing a Graphical User Interface (GUI) with the Tkinter package is simple and fun! Tkinter is Python’s de facto standard for GUI. There are of course other GUI toolkits offered by 3rd party libraries. In many instances, Tkinter is all
“Automating Reports & Dashboards” workshop
Back by POPULAR Demand! The next Automating Report & Dashboard workshop at NUSS will be held on 16 Sep 2017 (Saturday) from 10 am to 4 pm. The previous run of this popular workshop on 17 Jun 2017 was over booked due to high demand.
“Communicate with Dashboards” talk
Back by POPULAR Demand! The next Essential Communications with Dashboards talk at NUSS will be held on 31 August 2017 (Thursday) from 7 to 9 pm. This popular talk series has drawn participants from diverse domains.
Fun with Python
One major reason to account for the wide adoption of Python is its large Standard Library. The library makes it easy to code for applications involving regular expressions, general documentation, unit testing, threading, data bases, web browser, GUI and many
Python Powered Excel
Imagine you work in an international delivery company. You have just been handed an Excel spreadsheet shipments.xlsx that holds the shipment data to your customers for the current quarter. You need to crunch some 90,000+ rows of Excel data in
Zipped Up with Python
Python is gaining popularity the world over. It is easy to understand why. Unlike other “heavy” languages like C++/Java, Python often allows us to get the job done with fewer lines of code. Its syntax is simple and concise. In