Prerequisites: Ensure you have Python 3 install at your environment In order to interact with excel file with python, we need to install openpyxl. Run command below in terminal / cmd to install the library. Script 1: Read excel file Create a simple excel file “sample1.xlsx” with content above and saved it in my project […]
Blog
How to access SQL server with Python?
Prerequisites: Ensure you have python 3 and above installed in your environment Ensure you have SQL server Management Studio installed in your environment In order to connect to SQL server, we’re going to install python library pyodbc. To install this library please run command below: After that, complete library installation, we’re going to write a simple […]
Swift: Switch between Storyboards
Assuming you’ve created a storyboard called “SettingControllerSB.storyboard”. Next, you will need to give the View Controller a name via “Storyboard ID” as shown below.