David Berg
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Local Development ; Remote Deployment and Testing
AnsweredI develop on a system that is tightly coupled to a linux cluster and the resources available on that cluster. The language is a mix of bash and python. When working in a previous loosely coupled,... -
Created Confusing Inspection Warning
AnsweredI drafted this message when trying to understand why a warning is being thrown by a PyCharm inspection. I have the following simplified code: array = [[1,2,3],[4,5,6],[7,8,9]]print(array[1][1])arra...