Python programming resources for learners - Some of the best tools: https://www.reddit.com/r/Python/comments/9ke9ec/python_programming_resources_for_learners_some_of/
reddit
r/Python - Python programming resources for learners - Some of the best tools
1 vote and 0 comments so far on Reddit
"Fullstack" framework for a guy that comes from a Javascript background ?: https://www.reddit.com/r/Python/comments/9keylx/fullstack_framework_for_a_guy_that_comes_from_a/
reddit
r/Python - "Fullstack" framework for a guy that comes from a Javascript background ?
1 vote and 2 comments so far on Reddit
Reminiscence v0.2: A self-hosted bookmark and archive manager: https://www.reddit.com/r/Python/comments/9kfndr/reminiscence_v02_a_selfhosted_bookmark_and/
reddit
r/Python - Reminiscence v0.2: A self-hosted bookmark and archive manager
2 votes and 0 comments so far on Reddit
Flake8 plugin to validate type annotations style: https://www.reddit.com/r/Python/comments/9kfxa0/flake8_plugin_to_validate_type_annotations_style/
reddit
r/Python - Flake8 plugin to validate type annotations style
1 vote and 0 comments so far on Reddit
Logorain-ASCII-Art: a simple python script that convert image to ASCII Art :): https://www.reddit.com/r/Python/comments/9kgcjc/logorainasciiart_a_simple_python_script_that/
reddit
r/Python - Logorain-ASCII-Art: a simple python script that convert image to ASCII Art :)
1 vote and 0 comments so far on Reddit
PyCM : Multi-class confusion matrix library in Python: https://www.reddit.com/r/Python/comments/9kggwx/pycm_multiclass_confusion_matrix_library_in_python/
reddit
r/Python - PyCM : Multi-class confusion matrix library in Python
1 vote and 0 comments so far on Reddit
Support both encrypted and non encrypted configuration with aumbry: https://stackoverflow.com/questions/52522959/support-both-encrypted-and-non-encrypted-configuration-with-aumbry
Stack Overflow
Support both encrypted and non encrypted configuration with aumbry
We have a python application that loads a config.yml with aumbry. For production purpose we need to encrypt this configuration with fernet, which aumbry can load seamlessly.
We want to be able to ...
We want to be able to ...
Students learning Python, what are the big issues for you?: https://www.reddit.com/r/Python/comments/9khlsy/students_learning_python_what_are_the_big_issues/
reddit
r/Python - Students learning Python, what are the big issues for you?
1 vote and 0 comments so far on Reddit
PyQt5 tutorial – Python GUI programming examples: https://www.reddit.com/r/Python/comments/9khai0/pyqt5_tutorial_python_gui_programming_examples/
reddit
r/Python - PyQt5 tutorial – Python GUI programming examples
325 votes and 24 comments so far on Reddit
My Tutorial Book on Anaconda, NumPy and Pandas Is Out: Hands-On Data Analysis with NumPy and Pandas: https://www.reddit.com/r/Python/comments/9kh94c/my_tutorial_book_on_anaconda_numpy_and_pandas_is/
reddit
r/Python - My Tutorial Book on Anaconda, NumPy and Pandas Is Out: Hands-On Data Analysis with NumPy and Pandas
3 votes and 0 comments so far on Reddit
Make a script to automatically modify windows user preferences?: https://www.reddit.com/r/Python/comments/9khnoy/make_a_script_to_automatically_modify_windows/
reddit
r/Python - Make a script to automatically modify windows user preferences?
1 vote and 0 comments so far on Reddit
Hello! I am a beginner trying to figure out how to have my program print just the file extensions in my program. Any help would be greatly appreciated!: https://www.reddit.com/r/Python/comments/9kicrh/hello_i_am_a_beginner_trying_to_figure_out_how_to/
reddit
r/Python - Hello! I am a beginner trying to figure out how to have my program print just the file extensions in my program. Any…
2 votes and 1 comment so far on Reddit
Open Source projects to contribute to on Github for Hacktoberfest!: https://www.reddit.com/r/Python/comments/9kil12/open_source_projects_to_contribute_to_on_github/
reddit
r/Python - Open Source projects to contribute to on Github for Hacktoberfest!
1 vote and 0 comments so far on Reddit
Bluez Profile Registration: https://stackoverflow.com/questions/52558519/bluez-profile-registration
Stack Overflow
Bluez Profile Registration
I'm trying to get a bluetoothe device working in Python on Bluez5. Currently I have the following:
#set up a bluez profile to advertise device capabilities from a loaded service record
def
#set up a bluez profile to advertise device capabilities from a loaded service record
def
Tensoflow Deployed model works with CURL POST but not in python: https://www.reddit.com/r/Python/comments/9kj3tc/tensoflow_deployed_model_works_with_curl_post_but/
reddit
Tensoflow Deployed model works with CURL POST but not... • r/Python
I deployed a Tensorflow Model following the instructions https://www.tensorflow.org/serving/docker I did curl, and it was succesful curl...