How to install multiple Python versions on macOS?
A step by step tutorial for beginners to install and use multiple versions of Python on macOS If you are an absolute beginner and just started Python programming and want to setup Python coding en...
A step by step tutorial for beginners to install and use multiple versions of Python on macOS If you are an absolute beginner and just started Python programming and want to setup Python coding en...
A step by step guide to setup git and github on Mac 1.Prerequisite Make sure that following tools are installed on your Mac Apple’s Developer Tools MacPorts Package Manager If you don’t k...
A step by step tutorial to install MacPorts on Mac and use it to to manage packages. There are two popular package manager for Mac, Macports and Homebrew. Both package managers are great and have ...
A step by step beginner guide to setting up your Mac for Python programming 1.Prerequisite Make sure following tools are installed Apple’s Developer Tools MacPorts Package Manager If you ...
A step by step guide to customize your terminal on Mac 1. Install Apple’s Developer Tools Type “terminal” in the spotlight (type ⌘ command+space) and launch it. Run the command below and inst...
This part is the continuation of the blog How to use QThread correctly (part 1)?. If you haven’t read the first part then please read part 1 before reading this. What is a QThread and How it works...
Prerequisite: Basic python programming Basic understanding of threads Familiarity with Qt for Python (PySide6 or PyQt6) Signals and Slots Intro QThread can be used in two ways: Subc...
What is a VPN? Before we begin, let’s understand some basic terms of networking. Network In this context, a network is a group of computers connected with each other either physically (through ...
Like many others, I too have two GitHub accounts, one for personal use and another for work. I was having trouble using both accounts on my mac for personal and office projects. I tried some tutori...
What is a database management system? Database management system (DBMS) is a software to manage large set of data on a computer hardware. RDBMS stands for relational database management system. W...