My first web scraping project || Puts all the short interest data from Wall Street Journal into a spreadsheet: https://www.reddit.com/r/Python/comments/8yn446/my_first_web_scraping_project_puts_all_the_short/
reddit
r/Python - My first web scraping project || Puts all the short interest data from Wall Street Journal into a spreadsheet
2 votes and 0 comments so far on Reddit
Flask Tutorial: Simple User Registration and Login: https://www.reddit.com/r/Python/comments/8yodkw/flask_tutorial_simple_user_registration_and_login/
reddit
Flask Tutorial: Simple User Registration and Login • r/Python
1 points and 0 comments so far on reddit
Has this case around assignment expressions in list comprehensions been discussed?: https://www.reddit.com/r/Python/comments/8yok7q/has_this_case_around_assignment_expressions_in/
reddit
Has this case around assignment expressions in list... • r/Python
``` [x for line in file if (x := line.strip())] # Correct [(x := line.strip()) for line in file if x] # NameError ``` Seems like this would...
Django Ignoring Asynch Tests Completely (Django Channels): https://stackoverflow.com/questions/49396918/django-ignoring-asynch-tests-completely-django-channels
Stack Overflow
Django Ignoring Asynch Tests Completely (Django Channels)
I'm working on a web server running Python3.6, Django 2.0 and Channels 2.0.2. I'd like to build some tests to make sure my websocket consumers are behaving themselves, unfortunately, whenever I run...
PySimpleGUI - An easy to use GUI based on tkinter. My first package: https://www.reddit.com/r/Python/comments/8yqcss/pysimplegui_an_easy_to_use_gui_based_on_tkinter/
reddit
r/Python - PySimpleGUI - An easy to use GUI based on tkinter. My first package
88 votes and 6 comments so far on Reddit
pzGram - Create your own Telegram Bot in a very easy way. My first library: https://www.reddit.com/r/Python/comments/8yrspz/pzgram_create_your_own_telegram_bot_in_a_very/
reddit
r/Python - pzGram - Create your own Telegram Bot in a very easy way. My first library
0 votes and 0 comments so far on Reddit
Can a webscraping framework like scrapy or pyspider be used for Test automation?: https://www.reddit.com/r/Python/comments/8yrxbl/can_a_webscraping_framework_like_scrapy_or/
reddit
r/Python - Can a webscraping framework like scrapy or pyspider be used for Test automation?
0 votes and 0 comments so far on Reddit
Confused about Memory/CPU usage anomaly: https://www.reddit.com/r/Python/comments/8ys13j/confused_about_memorycpu_usage_anomaly/
reddit
Confused about Memory/CPU usage anomaly • r/Python
Hey there, I am currently writing my Bachelors Thesis and am plotting my results (https://imgur.com/a/bqwgwUJ). I am comparing different...
Conditional color for outliers in Seaborn FacetGrid scatterplots: https://www.reddit.com/r/Python/comments/8ys44f/conditional_color_for_outliers_in_seaborn/
reddit
r/Python - Conditional color for outliers in Seaborn FacetGrid scatterplots
1 vote and 0 comments so far on Reddit
Simple program to fetch pictures from reddit for desktop wallpapers.: https://www.reddit.com/r/Python/comments/8ysrx2/simple_program_to_fetch_pictures_from_reddit_for/
reddit
r/Python - Simple program to fetch pictures from reddit for desktop wallpapers.
1 vote and 0 comments so far on Reddit
Python creator Guido van Rossum resigns as ‘Benevolent dictator for life": https://www.reddit.com/r/Python/comments/8ysx4m/python_creator_guido_van_rossum_resigns_as/
reddit
r/Python - Python creator Guido van Rossum resigns as ‘Benevolent dictator for life"
9 votes and 0 comments so far on Reddit
How would you optimize a tensorflow web application?: https://www.reddit.com/r/Python/comments/8yto97/how_would_you_optimize_a_tensorflow_web/
reddit
r/Python - How would you optimize a tensorflow web application?
1 vote and 1 comment so far on Reddit