**vbuild** let you use python components in vuejs app !: https://www.reddit.com/r/Python/comments/9lewx1/vbuild_let_you_use_python_components_in_vuejs_app/
reddit
r/Python - **vbuild** let you use python components in vuejs app !
2 votes and 0 comments so far on Reddit
How can I stream a radio website to my raspberry bluetooth speakers?: https://www.reddit.com/r/Python/comments/9lcr48/how_can_i_stream_a_radio_website_to_my_raspberry/
reddit
r/Python - How can I stream a radio website to my raspberry bluetooth speakers?
1 vote and 0 comments so far on Reddit
How to create a text annotation template in Pybossa?: https://stackoverflow.com/questions/52339138/how-to-create-a-text-annotation-template-in-pybossa
Stack Overflow
How to create a text annotation template in Pybossa?
I'd like to annotate text (aka. highlight and add a label) for the purpose of training NER (named entity recognition) models.
But it looks like none of the default templates can do this. And I've...
But it looks like none of the default templates can do this. And I've...
I created a quick python class to help me manage my SQLite3 databases: https://www.reddit.com/r/Python/comments/9lgosh/i_created_a_quick_python_class_to_help_me_manage/
reddit
r/Python - I created a quick python class to help me manage my SQLite3 databases
2 votes and 1 comment so far on Reddit
Python, NLTK, and the Digital Humanities: Finding Patterns in Gothic Literature: https://www.reddit.com/r/Python/comments/9lgf0n/python_nltk_and_the_digital_humanities_finding/
reddit
r/Python - Python, NLTK, and the Digital Humanities: Finding Patterns in Gothic Literature
2 votes and 0 comments so far on Reddit
I built this thing to make coding interviews suck less: https://www.reddit.com/r/Python/comments/9lgjvk/i_built_this_thing_to_make_coding_interviews_suck/
reddit
r/Python - I built this thing to make coding interviews suck less
210 votes and 45 comments so far on Reddit
Tweecon - Twitter Recon Script Used To Track Keywords in Real Time on Twitter Using Tweepy: https://www.reddit.com/r/Python/comments/9liboe/tweecon_twitter_recon_script_used_to_track/
reddit
r/Python - Tweecon - Twitter Recon Script Used To Track Keywords in Real Time on Twitter Using Tweepy
1 vote and 0 comments so far on Reddit
Generating an image containing all possible colors (in 24-bit) using hilbert curves in python: https://www.reddit.com/r/Python/comments/9liqbe/generating_an_image_containing_all_possible/
reddit
r/Python - Generating an image containing all possible colors (in 24-bit) using hilbert curves in python
2 votes and 1 comment so far on Reddit
Python OOP Concept - Construct Classes and define Objects: https://www.reddit.com/r/Python/comments/9lk0sv/python_oop_concept_construct_classes_and_define/
reddit
r/Python - Python OOP Concept - Construct Classes and define Objects
1 vote and 0 comments so far on Reddit
How to build your own Neural Network from scratch in Python: https://www.reddit.com/r/Python/comments/9lk33d/how_to_build_your_own_neural_network_from_scratch/
reddit
r/Python - How to build your own Neural Network from scratch in Python
1 vote and 0 comments so far on Reddit
pygame multithread client socket GUI Blocking: https://stackoverflow.com/questions/52607405/pygame-multithread-client-socket-gui-blocking
Stack Overflow
pygame multithread client socket GUI Blocking
I wanna write a gomoku game with server and client, the terminal version works good, but pygame version just blocked and can't rend anything
Here is the game execute function
First it start a soc...
Here is the game execute function
First it start a soc...
I have made a package to render LineCharts and Spreadsheets on terminal.: https://www.reddit.com/r/Python/comments/9lkfsq/i_have_made_a_package_to_render_linecharts_and/
reddit
r/Python - I have made a package to render LineCharts and Spreadsheets on terminal.
1 vote and 0 comments so far on Reddit
jinja2: can i indent in the template, but lose the indents in the rendered template?: https://www.reddit.com/r/Python/comments/9lkifp/jinja2_can_i_indent_in_the_template_but_lose_the/
reddit
jinja2: can i indent in the template, but lose the... • r/Python
Hi, i have a jinja2 template in which there are a couple of nested for loops plus various if-else statements. Without some indentation, it gets...