by default, when printing a Python object, it will show as an address to the object, like this contains only the class of the object (Student in the above example) and it memory address (0x10e430f65) and not much else. To display the content of the object in a nicely looked JSON format, we can overwrite […]

Read More »

Can use DosBox, which is a DOS emulator that runs on Mac OS. Download Download from its official site. Choose the “Mac OS X” one. It is a dmg file, then can open the “DosBox” app inside the dmg file. Can also move it to Applications folder. Mount the Drive on DOS Mount the drive. […]

Read More »

Title To create a title, you can use one or more hash (#) symbols at the beginning of a line, followed by a space and the title text. The number of hash symbols determines the heading level. Paragraph Paragraphs in Markdown are created by simply typing the text. You can separate paragraphs by a blank […]

Read More »

The correct way to do it should be By following these steps, you create a clean template of your React app without copying the node_modules directory, and then you install the dependencies specifically for the new project. This approach ensures a clean and consistent setup for your new projects.

Read More »

In Azure DevOps (ADO), you can define your build and release pipelines using YAML. The YAML file specifies the build or release tasks, dependencies, and other configuration settings. Here’s a basic overview of how you can use Azure DevOps pipelines: Create a YAML file:Create a YAML file named azure-pipelines.yml in the root of your source […]

Read More »