Years ago, NSA released their own NSA Python training PDF . Today I created a curriculum around it
Posted by Notalabel_4566@reddit | Python | View on Reddit | 19 comments
The folder contains the PDF itself along with multiple document which could be interesting on how the pdf is different from other standard python course learning structure
Here is the folder
RedEyed__@reddit
Outdated: it mentions
conda, I believe everyone should useuv.Also, docx, really? Why not GitHub repo with markdowns?
johnnymo1@reddit
uv and conda are not the same use case. Conda also packages non-python dependencies.
_Denizen_@reddit
True. But I'm unsure in what context that's actually beneficial. Been doing analysis, data science, and internal business app and website development for 12 years now and have never need the extra features that conda delivers. And switching to uv has sped up processes a lot.
johnnymo1@reddit
I love uv for pure Python projects and prefer it if possible, but I work in remote sensing/geospatial and installing stuff like GDAL or AROSICS is a nightmare without conda. AROSICS straight up has conda as the only installation option they recommend.
I've been playing around with pixi lately and it seems nice. It feels like "conda's uv".
Erika_bomber@reddit
Everyone around me still uses conda and pip.
mfarahmand98@reddit
uv is cool
RevRagnarok@reddit
Yes, but now owned by tech bros.
mfarahmand98@reddit
Not sure what you mean by that. Do I actually need to avoid it?
RedEyed__@reddit
uv was acquired by OpenAI. It has MIT license.
Some folks out there live in a black white word and believe that OpenAI id bad, therefore uv.
ThePurpleOne_@reddit
But shouldn't 🙂
Python-ModTeam@reddit
Your post or comment appears to be generated through AI. We like humans, not robots, and as you are a robot your post or comment must be removed.
RevRagnarok@reddit
You "created" a curriculum, or you just posted AI slop again?
I'm asking because I'm not clicking a random Google Drive link, and I have you tagged as an AI slop propagator.
BogdanPradatu@reddit
How do you have him tagged?
RevRagnarok@reddit
/r/Enhancement
Disgusting_Slime666@reddit
Reddit Enhancement Suite.
AverageComet250@reddit
Any chance you can share your list?
RevRagnarok@reddit
Sorry, I don't think it exports - /r/Enhancement
wayfaast@reddit
lol! Click this blind link to a pdf that originated from the nsa via a stranger on the internet.
_Denizen_@reddit
Here's a repo version of the training from 6 years ago , in case people prefer this delivery mechanism https://github.com/0xfaust/NSA_COMP3321/tree/master/Lesson_01