Software engineer Christopher Swenson filed a Freedom of Information Act (FOIA) request with the NSA for access to its Python training materials and received a lightly redacted 400-page printout of the agency’s COMP 3321 Python training course. Swenson has since scanned the documents, ran OCR on the text to make it searchable, and hosted it on Digital Oceans Spaces. The material has also been uploaded to the Internet Archive.       There doesn’t look to be anything controversial in the documents, which contains course material sessions that would take between 45 and 90 minutes to complete in a class setting. The COMP 3321 course can be completed over a “full-time, two-week block” with 10 modules covered per week.  MUST READ: Programming languages: Go, Scala and Ruby most wanted, Python and JavaScript most used The NSA also suggests that the material could be taught at a more “leisurely pace, for instance during a weekly brown bag lunch” over several months or even over a three-day workshop.  The course offers a quick introduction to Python, its creator Guido van Rossum, and what the language is suitable for, such as automating tasks, creating a web application or doing advanced mathematical research. It also explains why Python has become so popular among beginning developers and data scientists.  SEE: How to build a successful developer career (free PDF) “If you don’t know any programming languages yet, Python is a good place to start. If you already know a different language, it’s easy to pick Python on the side. Python isn’t entirely free of frustration and confusion, but hopefully you can avoid those parts until long after you get some good use out of Python,” writes the NSA.   Students use version 4.4.0 of the Anaconda3 Python distribution and can run Python in the command line or through a Jupyter notebook from the browser.  MUST READ: Python is eating the world: How one developer’s side project became the hottest programming language on the planet Swenson told ZDNet that it was “mostly just curiosity” that motivated him to ask the NSA about its Python training material. He also said the NSA had excluded some course material, but that he’ll keep trying to get more from the agency.  “The response was OK. I can’t say I’m really disappointed with getting almost 400 pages of material,” Swenson said. “There were some course materials they held back in their entirety, though. I’ll continue sending more FOIA requests and appeals to find out what more I can get of similar materials.” Python developer Kushal Das has pulled out some interesting details from the material. He found that the NSA has an internal Python package index, that its GitLab instance is gitlab.coi.nsa.ic.gov, and that it has a Jupyter gallery that runs over HTTPS. NSA also offers git installation instructions for CentOS, Red Hat Enterprise Linux, Ubuntu, and Windows, but not Debian. 

More on Python and programming languages