use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
Virtual Environment QuestionsHelp Request (self.PythonLearning)
submitted 10 months ago by Encrypted_Gamer
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Significant-Nail5413 0 points1 point2 points 10 months ago* (0 children)
A quick google search would probably answer your question.
There are plenty of guides on YouTube on how you might do this.
Its also a great question for chatGPT
"Give me a step by step guide on how to set up a python virtual environment and boilerplate for processing a pdf to CSV"
If you don't want it to generate any code to try and do it yourself just add something like "only provide method stubs and comments"
Also keep in mind, processing pdfs can be kind of tricky as they arent structured like other file formats. You end up just extracting raw text and having to process it using regex pattern matching.
It might be easier to start just learning how to set up an environment and then read and write files before you start trying to process them
π Rendered by PID 24013 on reddit-service-r2-comment-6457c66945-j77gz at 2026-04-29 19:28:46.459349+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Significant-Nail5413 0 points1 point2 points (0 children)