f-strings in Python 3.6 are awesome: https://www.reddit.com/r/Python/comments/62kt64/fstrings_in_python_36_are_awesome/
reddit
f-strings in Python 3.6 are awesome
When f-strings were announced I was dubious - .format() is pretty neat, why bother with anything else? Turns out they are awesome. There's not...
Learn Python Programming From Scratch (A Complete Guide): https://www.reddit.com/r/Python/comments/62l1za/learn_python_programming_from_scratch_a_complete/
reddit
Learn Python Programming From Scratch (A Complete Guide) • r/Python
1 points and 0 comments so far on reddit
pyet - A MacOS menubar application to display Spotify track information and lyrics.: https://www.reddit.com/r/Python/comments/62l9tp/pyet_a_macos_menubar_application_to_display/
reddit
pyet - A MacOS menubar application to display Spotify... • r/Python
3 points and 0 comments so far on reddit
How to turn Django Admin into a lightweight dashboard: https://www.reddit.com/r/Python/comments/62l5f9/how_to_turn_django_admin_into_a_lightweight/
reddit
How to turn Django Admin into a lightweight dashboard • r/Python
1 points and 0 comments so far on reddit
Tensorflow: Using neural network to classify positive or negative phrases: http://stackoverflow.com/questions/42950991/tensorflow-using-neural-network-to-classify-positive-or-negative-phrases
Stack Overflow
Tensorflow: Using neural network to classify positive or negative phrases
I am following through the tutorial here:
https://pythonprogramming.net/train-test-tensorflow-deep-learning-tutorial/
I can get the Neural Network trained and print out the accuracy.
However, I d...
https://pythonprogramming.net/train-test-tensorflow-deep-learning-tutorial/
I can get the Neural Network trained and print out the accuracy.
However, I d...
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...