Scraping data from PDF table: https://www.reddit.com/r/Python/comments/7tia9z/scraping_data_from_pdf_table/
reddit
Scraping data from PDF table • r/Python
Hi guys, tryna scrape data from a PDF table using PyPDF2, i don't get the numbers in my output, what other module would you advise to scrape data...
Script to add bookmarks to a PDF (Need review and suggestions): https://www.reddit.com/r/Python/comments/7tih40/script_to_add_bookmarks_to_a_pdf_need_review_and/
reddit
Script to add bookmarks to a PDF (Need review and... • r/Python
Hello guys, So i made this little script that adds bookmarks to PDFs using Py2PDF module. It's not really a full automation of the process of...
What's a good but "easy" Python Program idea for High School?: https://www.reddit.com/r/Python/comments/7tih6w/whats_a_good_but_easy_python_program_idea_for/
reddit
What's a good but "easy" Python Program idea for High... • r/Python
It's kinda dumb to ask this, especially for me since I usually like to do my own stuff, but I'm a little bit stuck here. I have a project to do...
Bcrypt hashing utilities for `Flask/Sanic/Quart/Eve` application.: https://www.reddit.com/r/Python/comments/7tilme/bcrypt_hashing_utilities_for_flasksanicquarteve/
reddit
Bcrypt hashing utilities for `Flask/Sanic/Quart/Eve`... • r/Python
2 points and 0 comments so far on reddit
Is there any possibility to implement python code to display in html ?: https://www.reddit.com/r/Python/comments/7tiruo/is_there_any_possibility_to_implement_python_code/
reddit
Is there any possibility to implement python code to... • r/Python
Is there any possibility to implement python code to display in html ? Anybody give me some way of implement python code to display in webbrowser
AutoCreate Folders in Chrome's Bookmarks: https://www.reddit.com/r/Python/comments/7tj2hn/autocreate_folders_in_chromes_bookmarks/
reddit
AutoCreate Folders in Chrome's Bookmarks • r/Python
I want an extension, or something like that, that can add a folder to a subfolder (Read Later>[Current Year]>[Month]/[Day]). Is this possible?
Question about python work place: https://www.reddit.com/r/Python/comments/7tjpg3/question_about_python_work_place/
reddit
Question about python work place • r/Python
Hey im a student who lerns python in school Currently we code in pycharm Edu, Which is a closed environment. But i want to program a script that...
dump-env takes an .env.template file and some optional environmental variables to create a new .env file from these two sources.: https://www.reddit.com/r/Python/comments/7tjqys/dumpenv_takes_an_envtemplate_file_and_some/
reddit
dump-env takes an .env.template file and some optional... • r/Python
1 points and 0 comments so far on reddit
Found a tip on scraping Google's JS-heavy search results pages: https://www.reddit.com/r/Python/comments/7tjzci/found_a_tip_on_scraping_googles_jsheavy_search/
reddit
Found a tip on scraping Google's JS-heavy search... • r/Python
Google wraps its search results in Javascript, so your requests.response.text ends up having an empty list or None as its value. This makes using...
Having issues with Kattis submission: https://www.reddit.com/r/Python/comments/7tk1si/having_issues_with_kattis_submission/
reddit
Having issues with Kattis submission • r/Python
https://open.kattis.com/problems/averagespeed I have this problem to solve and when i submit it on the kattis webpage its says RunTimeError -...
Help with BeautifulSoup and formatting calendar events: https://www.reddit.com/r/Python/comments/7tk3kr/help_with_beautifulsoup_and_formatting_calendar/
reddit
Help with BeautifulSoup and formatting calendar events • r/Python
So, we have a small organisation in my neighbourhood, that is uploading their events to a website once per semester...
Creating a minimal graph representing all combinations of 3-bit binary strings (Multiprocessing): https://stackoverflow.com/questions/48250410/creating-a-minimal-graph-representing-all-combinations-of-3-bit-binary-strings
Stackoverflow
Creating a minimal graph representing all combinations of 3-bit binary strings (Multiprocessing)
I have an algorithm that creates a graph that has all representations of 3-bit binary strings encoded in the form of the shortest graph paths, where an even number in the path means 0, while an odd
Ivy: a 'buy it for life' static website generator in Python: http://mulholland.xyz/docs/ivy/
mulholland.xyz
Ivy — a minimalist static website generator
Ivy is a static website generator built in Python. It's small, elegant, and easy to use.
Having trouble installing ephem for Python 3.6: https://www.reddit.com/r/Python/comments/7tkvko/having_trouble_installing_ephem_for_python_36/
reddit
Having trouble installing ephem for Python 3.6 • r/Python
Downloaded the .whl from www.lfd.uci.edu/pythonlibs, and completed the install with pip with no errors. The code successfully imports ephem, but...
[need suggestion]Super light weight web framework: https://www.reddit.com/r/Python/comments/7tkymu/need_suggestionsuper_light_weight_web_framework/
reddit
[need suggestion]Super light weight web framework • r/Python
I am a absolute noob about python which for the most part I could read the syntax and run hello world on powershell. I would like to properly...
Best modules for making games in python?: https://www.reddit.com/r/Python/comments/7tks8k/best_modules_for_making_games_in_python/
reddit
Best modules for making games in python? • r/Python
Hi everyone, Im interested in creating a python game, maybe one similar to the game fire rides where basically the screen is moving to the right...