Terminology in Python

Platform(Computing) The computing platform is a combination of the operating system (OS) framework, the physical hardware architecture/devices, or the virtual environment of the computer where the software installation and execution occurs. In most cases, mainly an operating system is considered/dominated as a computer platform. Cross Platforms/Multiplatform (Computer Science) Cross-platform is the Read more…

Loading

Python Home(Theory)

Common Settings & Configurations in Pycharm *** All the Python programs are tested on Pycharm Professional 2022.1/2023.1. *** To create a new. Py file using Pycharm to write and run the Python program – File menu – New Project – Pure Python – Name the Project(pythonProject1) – Create – This Read more…

Loading