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
Coding

Newb in PHP

Hi I am currently a high school grad and I know full stack javascript and man those promises and callbacks are hell but you can ignore that. I am studying PHP right now. Do you Read more…

By , ago
.Net

I don’t understand why it won’t let me do this if statement. It’s meant to be a function so the user can choose a what their practice is then the function will make sure the correct variables are used but I don’t know why this if statement isn’t working.

== double-equals to test equality. Thank you for saving me from my own stupidity Also, a note for the future, pay more attention to error messages. The ones you see imply a conversion error, and Read more…

By , ago