I created a web app using Flask which allows you to search your saved posts on reddit: https://www.reddit.com/r/Python/comments/a8kqh5/i_created_a_web_app_using_flask_which_allows_you/
reddit
r/Python - I created a web app using Flask which allows you to search your saved posts on reddit
5 votes and 0 comments so far on Reddit
[Question] How do I install and run beautiful soup on my mac?: https://www.reddit.com/r/Python/comments/a8leuk/question_how_do_i_install_and_run_beautiful_soup/
reddit
r/Python - [Question] How do I install and run beautiful soup on my mac?
0 votes and 1 comment so far on Reddit
Retiring from Active Duty in just over 4 years and need some wisdom and guidance on career paths involving Python.: https://www.reddit.com/r/Python/comments/a8li15/retiring_from_active_duty_in_just_over_4_years/
reddit
r/Python - Retiring from Active Duty in just over 4 years and need some wisdom and guidance on career paths involving Python.
8 votes and 23 comments so far on Reddit
Use the Eigen library with cppyy: https://stackoverflow.com/questions/53818771/use-the-eigen-library-with-cppyy
Stack Overflow
Use the Eigen library with cppyy
I've been successfully using cppyy for automatic python bindings for a C++ project I'm working on. I recently included the Eigen library, but I'm having trouble using this together with cppyy. Does
How do I uninstall Python 3.7 and re install 3.6.1: https://www.reddit.com/r/Python/comments/a8marw/how_do_i_uninstall_python_37_and_re_install_361/
reddit
How do I uninstall Python 3.7 and re install 3.6.1
I have tried numerous amount of times to delete python 3.7.1. It still keeps popping up and when I try to install 3.6.1 because that's the...
Best python libraries to manage XML files: https://www.reddit.com/r/Python/comments/a8m3zw/best_python_libraries_to_manage_xml_files/
Using Jupyter within a virtual environment on macOS: https://www.reddit.com/r/Python/comments/a8mtnp/using_jupyter_within_a_virtual_environment_on/
reddit
r/Python - Using Jupyter within a virtual environment on macOS
2 votes and 0 comments so far on Reddit
Duck typing, mixins and monkey-patching in python: https://www.reddit.com/r/Python/comments/a8n6l4/duck_typing_mixins_and_monkeypatching_in_python/
reddit
r/Python - Duck typing, mixins and monkey-patching in python
1 vote and 0 comments so far on Reddit
django rest framework - backward serialization to avoid prefetch_related: https://stackoverflow.com/questions/53874174/django-rest-framework-backward-serialization-to-avoid-prefetch-related
Stack Overflow
django rest framework - backward serialization to avoid prefetch_related
I have two models, Item and ItemGroup:
class ItemGroup(models.Model):
group_name = models.CharField(max_length=50)
# fields..
class Item(models.Model):
item_name = models.CharField(max_l...
class ItemGroup(models.Model):
group_name = models.CharField(max_length=50)
# fields..
class Item(models.Model):
item_name = models.CharField(max_l...
Adventures in Unicode: Parsing and evaluating superscript exponents in expressions like '2³²': https://www.reddit.com/r/Python/comments/a8ofhw/adventures_in_unicode_parsing_and_evaluating/
reddit
r/Python - Adventures in Unicode: Parsing and evaluating superscript exponents in expressions like '2³²'
1 vote and 0 comments so far on Reddit
Any libraries out there that can access audio in/out from running programs?: https://www.reddit.com/r/Python/comments/a8okjb/any_libraries_out_there_that_can_access_audio/
reddit
r/Python - Any libraries out there that can access audio in/out from running programs?
0 votes and 0 comments so far on Reddit
Using Python to convert poetry from text to music, so that every letter is played as a note on the piano: https://www.reddit.com/r/Python/comments/a8ot4x/using_python_to_convert_poetry_from_text_to_music/
reddit
r/Python - Using Python to convert poetry from text to music, so that every letter is played as a note on the piano
1 vote and 1 comment so far on Reddit