Releasing ptop 1.0 : An awesome task manager written using Python: https://www.reddit.com/r/Python/comments/a0l1ch/releasing_ptop_10_an_awesome_task_manager_written/
reddit
r/Python - Releasing ptop 1.0 : An awesome task manager written using Python
25 votes and 6 comments so far on Reddit
Is Teamtreehouse good for learning Python? If not what are the best ways for a beginner to learn it?: https://www.reddit.com/r/Python/comments/a0lb30/is_teamtreehouse_good_for_learning_python_if_not/
reddit
r/Python - Is Teamtreehouse good for learning Python? If not what are the best ways for a beginner to learn it?
1 vote and 0 comments so far on Reddit
A true real-time chat app in 23 lines of Python and 35 lines of JavaScript (0 dependencies) thanks to the Mercure protocol: https://www.reddit.com/r/Python/comments/a0llv8/a_true_realtime_chat_app_in_23_lines_of_python/
reddit
r/Python - A true real-time chat app in 23 lines of Python and 35 lines of JavaScript (0 dependencies) thanks to the Mercure protocol
1 vote and 0 comments so far on Reddit
Besides Reddit, which are your blogs/website of reference to be updated with news about Python and its different fields (all of them)?: https://www.reddit.com/r/Python/comments/a0cmec/besides_reddit_which_are_your_blogswebsite_of/
reddit
r/Python - Besides Reddit, which are your blogs/website of reference to be updated with news about Python and its different fields…
1 vote and 0 comments so far on Reddit
Would you allow me to share with you something I’m working on?: https://www.reddit.com/r/Python/comments/a0liv8/would_you_allow_me_to_share_with_you_something_im/
reddit
r/Python - Would you allow me to share with you something I’m working on?
2 votes and 0 comments so far on Reddit
Python dataclass from dict: https://stackoverflow.com/questions/53376099/python-dataclass-from-dict
Stack Overflow
Python dataclass from dict
The standard library in 3.7 can recursively convert a dataclass into a dict (example from the docs):
from dataclasses import dataclass, asdict
from typing import List
@dataclass
class Point:
...
from dataclasses import dataclass, asdict
from typing import List
@dataclass
class Point:
...
This weekend, I hacked together an online bot battling platform.: https://www.reddit.com/r/Python/comments/a0lyqp/this_weekend_i_hacked_together_an_online_bot/
reddit
r/Python - This weekend, I hacked together an online bot battling platform.
61 votes and 10 comments so far on Reddit
How do I extract data from a file and place it into a preorder format inside a BST using Python: https://www.reddit.com/r/Python/comments/a0muim/how_do_i_extract_data_from_a_file_and_place_it/
reddit
r/Python - How do I extract data from a file and place it into a preorder format inside a BST using Python
1 vote and 0 comments so far on Reddit
Portable projector plus python - can you display images directly instead of mirroring PC screen?: https://www.reddit.com/r/Python/comments/a0mbzp/portable_projector_plus_python_can_you_display/
reddit
r/Python - Portable projector plus python - can you display images directly instead of mirroring PC screen?
1 vote and 0 comments so far on Reddit
how to outputting to adafruit OLED bonnet using pygame?: https://www.reddit.com/r/Python/comments/a0neh8/how_to_outputting_to_adafruit_oled_bonnet_using/
reddit
r/Python - how to outputting to adafruit OLED bonnet using pygame?
0 votes and 0 comments so far on Reddit
Does anyone know of a good way to compare the values in a list to an integer?: https://www.reddit.com/r/Python/comments/a0obs9/does_anyone_know_of_a_good_way_to_compare_the/
reddit
r/Python - Does anyone know of a good way to compare the values in a list to an integer?
1 vote and 2 comments so far on Reddit
NewReleases - get notified about your dependencies new version releases: https://www.reddit.com/r/Python/comments/a0nlq4/newreleases_get_notified_about_your_dependencies/
reddit
r/Python - NewReleases - get notified about your dependencies new version releases
2 votes and 0 comments so far on Reddit