David Berg

Avatar
  • 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

    Answered
    I 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,...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    Confusing Inspection Warning

    Answered
    I 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...
    • 2 followers
    • 2 comments
    • 0 votes