Quantcast
Channel: Teaching Software Carpentry » ablackpz
Browsing all 4 articles
Browse latest View live

Assessment Question: Compiled and Interpreted Languages

For competent users: Which of the following languages are compiled? i. Python ii. C iii. C++ iv. Fortran a. iii and iv b. i and ii c. ii and iii d. i, ii, and iii e. ii, iii, and iv f. all of the above...

View Article



Concept Map Round 8.1

20140127_conceptMap

View Article

Round 8.2 MCQ – Python Loops

For intermediates: How many times will the loop execute? x = 0 for x in range(0, 5):   print x   x += 1   a) 4 b) 5 c) 6 d) 7   To verify learning:   What will be the output from this code? data =...

View Article

Image may be NSFW.
Clik here to view.

Motivating scientists to learn Unix commands:

When I was in grad school, the PI wanted me to do an analysis and report the results within 2 days. The analysis was to do Poisson-Boltzmann calculations on 6,000 pieces of data, which were run...

View Article
Browsing all 4 articles
Browse latest View live


Latest Images