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
Ivy: a simple static site generator for Python programmers: https://www.reddit.com/r/Python/comments/aciu3h/ivy_a_simple_static_site_generator_for_python/
reddit
r/Python - Ivy: a simple static site generator for Python programmers
2 votes and 0 comments so far on Reddit
Show HN: Matrixprofile-ts, a Python library for time series motifs and discords: https://github.com/target/matrixprofile-ts/stargazers
GitHub
target/matrixprofile-ts
A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile - target/matrixprofile-ts
Anyone using the python implementation of tidyverse? What do you think of it? How is it progressing relative to tidyverse in R?: https://www.reddit.com/r/Python/comments/acjavb/anyone_using_the_python_implementation_of/
reddit
r/Python - Anyone using the python implementation of tidyverse? What do you think of it? How is it progressing relative to tidyverse…
1 vote and 0 comments so far on Reddit
Python API Framework Roundup (podcast, nsfw language): https://www.reddit.com/r/Python/comments/acjcld/python_api_framework_roundup_podcast_nsfw_language/
reddit
r/Python - Python API Framework Roundup (podcast, nsfw language)
2 votes and 0 comments so far on Reddit
Trying to use ciscoconfparse to read txt files in a directory: https://www.reddit.com/r/Python/comments/acjj44/trying_to_use_ciscoconfparse_to_read_txt_files_in/
reddit
r/Python - Trying to use ciscoconfparse to read txt files in a directory
2 votes and 0 comments so far on Reddit
Looking for recommendations of the best paid online resources to get back into Python: https://www.reddit.com/r/Python/comments/acjwkt/looking_for_recommendations_of_the_best_paid/
reddit
r/Python - Looking for recommendations of the best paid online resources to get back into Python
2 votes and 0 comments so far on Reddit
A command line client for SQLite with auto-completion and syntax highlighting (written in Python): https://www.reddit.com/r/Python/comments/ackg34/a_command_line_client_for_sqlite_with/
reddit
r/Python - A command line client for SQLite with auto-completion and syntax highlighting (written in Python)
2 votes and 0 comments so far on Reddit
Show HN: Matrixprofile-ts – A Python library for timeseries motifs and discords: https://github.com/target/matrixprofile-ts
GitHub
GitHub - target/matrixprofile-ts: A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile
A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile - target/matrixprofile-ts