Question about using excel and matplotlib in my python app: https://www.reddit.com/r/Python/comments/acdquv/question_about_using_excel_and_matplotlib_in_my/
reddit
r/Python - Question about using excel and matplotlib in my python app
1 vote and 0 comments so far on Reddit
HTTPhish.py - Quickly clone a website and launch an HTTP server to phish information with Python 🐍: https://www.reddit.com/r/Python/comments/acdzdk/httphishpy_quickly_clone_a_website_and_launch_an/
reddit
r/Python - HTTPhish.py - Quickly clone a website and launch an HTTP server to phish information with Python 🐍
1 vote and 0 comments so far on Reddit
For deploying your rest flask api which App hosting service is better ? What's the difference between Aws elastic beanstalk Vs Aws Lambda Vs API gateway ?: https://www.reddit.com/r/Python/comments/acecol/for_deploying_your_rest_flask_api_which_app/
reddit
r/Python - For deploying your rest flask api which App hosting service is better ? What's the difference between Aws elastic beanstalk…
1 vote and 0 comments so far on Reddit
What is the best console for python3 programming ?: https://www.reddit.com/r/Python/comments/acfm1y/what_is_the_best_console_for_python3_programming/
reddit
r/Python - What is the best console for python3 programming ?
1 vote and 1 comment so far on Reddit
Why should I stay away from IDE's if I am new to programming?: https://www.reddit.com/r/Python/comments/acfoww/why_should_i_stay_away_from_ides_if_i_am_new_to/
reddit
r/Python - Why should I stay away from IDE's if I am new to programming?
0 votes and 2 comments so far on Reddit
Python CSP style concurrency library programming recommendation?: https://www.reddit.com/r/Python/comments/acgs9c/python_csp_style_concurrency_library_programming/
reddit
r/Python - Python CSP style concurrency library programming recommendation?
1 vote and 0 comments so far on Reddit
Strange behavior when appending a list / updating a dictionary: https://www.reddit.com/r/Python/comments/acgymg/strange_behavior_when_appending_a_list_updating_a/
reddit
r/Python - Strange behavior when appending a list / updating a dictionary
1 vote and 0 comments so far on Reddit
Why does `if None.__eq__("a")` evaluate to True?: https://stackoverflow.com/questions/53984116/why-does-if-none-eq-a-evaluate-to-true
Stack Overflow
Why does `if None.__eq__("a")` evaluate to True?
If you execute the following statement in Python 3.7, it will (from my testing) print b:
if None.__eq__("a"):
print("b")
However, None.__eq__("a") evaluates to NotImplemented.
Naturally, "a".
if None.__eq__("a"):
print("b")
However, None.__eq__("a") evaluates to NotImplemented.
Naturally, "a".
Experiments with new low latency PyPy garbage collector in a thread.: https://www.reddit.com/r/Python/comments/achbck/experiments_with_new_low_latency_pypy_garbage/
reddit
r/Python - Experiments with new low latency PyPy garbage collector in a thread.
3 votes and 0 comments so far on Reddit
[First Project] Questions about parallelism and redundancy in chat app. (tornado, aiohttp): https://www.reddit.com/r/Python/comments/achyxo/first_project_questions_about_parallelism_and/
reddit
r/Python - [First Project] Questions about parallelism and redundancy in chat app. (tornado, aiohttp)
1 vote and 0 comments so far on Reddit
Creating a scaling timeline in tkinter without matplotlib: https://stackoverflow.com/questions/53999438/creating-a-scaling-timeline-in-tkinter-without-matplotlib
Stack Overflow
Creating a scaling timeline in tkinter without matplotlib
I'm trying to create a timeline in tkinter to plot datetime objects. The dates may be years apart, but there won't be a great deal of them (20 max). I'd like the line to scale, so the first date is...
what projects should i work on? (automating tasks): https://www.reddit.com/r/Python/comments/acis1w/what_projects_should_i_work_on_automating_tasks/
reddit
r/Python - what projects should i work on? (automating tasks)
0 votes and 0 comments so far on Reddit
How to Detect Circles in Images using Circle Hough Transform in Python: https://www.reddit.com/r/Python/comments/aciwdf/how_to_detect_circles_in_images_using_circle/
reddit
r/Python - How to Detect Circles in Images using Circle Hough Transform in Python
1 vote and 1 comment so far on Reddit