Scraping Data and Colors from PDF Using Python: https://www.reddit.com/r/Python/comments/62lo9o/scraping_data_and_colors_from_pdf_using_python/
reddit
Scraping Data and Colors from PDF Using Python • r/Python
I have a calendar pdf where some dates are highlighted in a certain color. I need to get these highlighted dates. I tried using pdfminer, but it...
Data aware jit/blit - drawing 1.25 to 1.45 times faster.: https://www.reddit.com/r/Python/comments/62lwyv/data_aware_jitblit_drawing_125_to_145_times_faster/
reddit
Data aware jit/blit - drawing 1.25 to 1.45 times faster. • r/Python
1 points and 0 comments so far on reddit
Accurately testing Pypy vs CPython performance: http://stackoverflow.com/questions/42095793/accurately-testing-pypy-vs-cpython-performance
Stackoverflow
Accurately testing Pypy vs CPython performance
The Problem Description:
I have this custom "checksum" function:
NORMALIZER = 0x10000
def get_checksum(part1, part2, salt="trailing"):
"""Returns a checksum of two strings."""
combined_...
I have this custom "checksum" function:
NORMALIZER = 0x10000
def get_checksum(part1, part2, salt="trailing"):
"""Returns a checksum of two strings."""
combined_...
Can I make the code say something and let the user try again if their input is not recognized?: https://www.reddit.com/r/Python/comments/62mzt4/can_i_make_the_code_say_something_and_let_the/
reddit
Can I make the code say something and let the user try... • r/Python
I am making a simple text adventure game and was wondering how to code something for this following situation. Code asks if user wants to do this,...
Any tips for your first software engineer interview?: https://www.reddit.com/r/Python/comments/62n6xc/any_tips_for_your_first_software_engineer/
reddit
Any tips for your first software engineer interview? • r/Python
Back ground: i have been working the last decade in technical roles in Television, last year i got really into writing code (ruby then moved over...
Program uses twice as much memory in Python 3.6 than in Python 3.5: https://www.reddit.com/r/Python/comments/62ncfa/program_uses_twice_as_much_memory_in_python_36/
reddit
Program uses twice as much memory in Python 3.6 than in... • r/Python
1 points and 0 comments so far on reddit
Help with animating data generated during a while loop.: https://www.reddit.com/r/Python/comments/62nydl/help_with_animating_data_generated_during_a_while/
reddit
Help with animating data generated during a while loop. • r/Python
I am using a python script to generate a 2row x 3800column array 35 times per second over a variable time interval. Only the second row is...
[Question] Need help running multiple spiders in scrapy: https://www.reddit.com/r/Python/comments/62o0po/question_need_help_running_multiple_spiders_in/
reddit
[Question] Need help running multiple spiders in scrapy • r/Python
So i've been using scrapy to scrape some websites and it has been working well. But I keep running into a problem where i cant run one spider...
Open source project that a beginner could contribute to?: https://www.reddit.com/r/Python/comments/62oou3/open_source_project_that_a_beginner_could/
reddit
Open source project that a beginner could contribute to? • r/Python
I'm an experienced programmer but I'm new to python. I'd like to get more experience in Python by working on an open source project, particularly...
List of 4chan clones, there's a few Python scripts in there: https://www.reddit.com/r/Python/comments/62ozjn/list_of_4chan_clones_theres_a_few_python_scripts/
reddit
List of 4chan clones, there's a few Python scripts in there • r/Python
0 points and 0 comments so far on reddit
"Python Programming for Absolute Beginners, Edition 3" Good or bad?: https://www.reddit.com/r/Python/comments/62pghj/python_programming_for_absolute_beginners_edition/
reddit
"Python Programming for Absolute Beginners, Edition 3"... • r/Python
Hey everyone, Im currently a college student and I was looking for a simple, easy to understand book to revise my Python concepts etc, and I...
Announcing pycorrect, is the world's first politically-correct linter for Python (not Scala) code, designed to result in sensitive and unoffensive code: https://www.reddit.com/r/Python/comments/62pl8y/announcing_pycorrect_is_the_worlds_first/
reddit
Announcing pycorrect, is the world's first... • r/Python
1 points and 0 comments so far on reddit
Is something wrong here, this board now has the Scala logo?: https://www.reddit.com/r/Python/comments/62pni4/is_something_wrong_here_this_board_now_has_the/
reddit
Is something wrong here, this board now has the Scala logo? • r/Python
Nothing wrong with Scala but did things get mixed up?
Help with minor code in Python 3.6, please.: https://www.reddit.com/r/Python/comments/62pu5u/help_with_minor_code_in_python_36_please/
reddit
Help with minor code in Python 3.6, please. • r/Python
def createBoard(): row = [".",".",".",".","."] row1 = [0,1,2,3,4] row2 = [5,6,7,8,9] row3 = [10,11,12,13,14] ...