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