05/23/19

How to clone or copy a list?

What are the options to clone or copy a list in Python?While using `new_list = my_list`, any modifications to `new_list` changes `my_list` everytime.Why is this?

tsql to export and attach SSRS report to email?

I don't think there's an easy way to do this, but here goes. We have an `SSRS` report that can be invoked with `http://MyServer/ReportServer/Pages/ReportViewer.aspx?%2fSales%2fSalesReport` We... more

What is the Python 3 equivalent of "python -m SimpleHTTPServer"?

What is the Python 3 equivalent of `python -m SimpleHTTPServer`?

question about chances

If i enter a contest 27 times with a 1% chance of winning each time what is the % chance of winning overall. If possible can you explain how to calculate the answer?
Sql

05/19/19

Detect if value is number in MySQL?

Is there a way to detect if a value is a number in a MySQL query? e.g., `SELECT * FROM myTable WHERE isANumber(col1)=true`

Replacements for switch statement in Python?

I want to write a function in Python that returns different fixed values based on the value of an input index. In other languages I would use a `switch` or `case` statement, but Python does not... more

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.