Coding

Python Stack

Python Stack: The work Stack is defined as arranging a pile of objects or items on top of another. It is the same method of allocating memory in the stack data structure. The Stack is used to Read more…

By hadi, ago
Coding

Python Switch Case

In the programming languages, a switch statement is a logical loop or syntax that tests the variable’s value and compares it with multiple cases. Once the match is found with the cases given in the Read more…

By , ago
Coding

Python CGI Programming

CGI is an abbreviation for Common Gateway Interface. It is not a type of language but a set of rules (specification) that establishes a dynamic interaction between a web application and the client application (or Read more…

By , ago
.Net

Translating a python program to c#

Several weeks ago I dropped a question in stack overflow but I haven’t gotten any answers so I’m bringing it here. https://stackoverflow.com/questions/64812976/3d-perlin-noise-normalize-function-in-c-sharp It requires knowledge about both python and c# and any help is greatly Read more…

By , ago
Coding

Python IDE

An IDE or an Integrated Development Environment is a type of software where developers can develop many software’s and applications and run the programs inside it. An Integrated Development Environment (IDE) mainly consists of a Read more…

By , ago