I made "splitnjoin", simple (and possibly fast) module for splitting/joining binary files: https://www.reddit.com/r/Python/comments/86130y/i_made_splitnjoin_simple_and_possibly_fast_module/
reddit
I made "splitnjoin", simple (and possibly fast) module... • r/Python
1 points and 1 comments so far on reddit
Created a python function that automatically updates Excel dashboards via SQL: https://www.reddit.com/r/Python/comments/861cdp/created_a_python_function_that_automatically/
reddit
Created a python function that automatically updates... • r/Python
I'm fairly new to programming but I was quite impressed with myself. There's a lot more I would like to do with this program such as support other...
Avoid killing children when parent process is killed: https://stackoverflow.com/questions/49351121/avoid-killing-children-when-parent-process-is-killed
Stackoverflow
Avoid killing children when parent process is killed
I use the library multiprocessing in a flask-based web application to start long-running processes. The function that does it is the following:
def execute(self, process_id):
self.__process_i...
def execute(self, process_id):
self.__process_i...
Multi-Class Text Classification with Scikit-Learn (how-to with code): https://www.reddit.com/r/Python/comments/861nsv/multiclass_text_classification_with_scikitlearn/
reddit
Multi-Class Text Classification with Scikit-Learn... • r/Python
1 points and 0 comments so far on reddit
Trying To Write A Comparison Between A Tuple And A Sum Of Two Other Tuples (In A For Loop Of A Tuple Of Tuples)...: https://www.reddit.com/r/Python/comments/861xn9/trying_to_write_a_comparison_between_a_tuple_and/
reddit
Trying To Write A Comparison Between A Tuple And A Sum... • r/Python
Hello, I am writing (well, trying to anyway) a program to check every possible meal that is a combination of a main and a side to see if the...
Web Scraping with Python: Illustration with CIA World Factbook: https://www.reddit.com/r/Python/comments/86264t/web_scraping_with_python_illustration_with_cia/
reddit
Web Scraping with Python: Illustration with CIA World... • r/Python
131 points and 3 comments so far on reddit
Loop in another loop involving input: https://www.reddit.com/r/Python/comments/862mp8/loop_in_another_loop_involving_input/
reddit
Loop in another loop involving input • r/Python
if i take a user's input, and then i want the input to only contain a single word, i used the .count(' ') function. thing is, like how do i make...
Live training loss plot in Jupyter Notebook for Keras, PyTorch and other deep learning models: https://www.reddit.com/r/Python/comments/863d5d/live_training_loss_plot_in_jupyter_notebook_for/
reddit
Live training loss plot in Jupyter Notebook for Keras,... • r/Python
0 points and 0 comments so far on reddit
The Ultimate Guide To Speech Recognition With Python: https://www.reddit.com/r/Python/comments/86440q/the_ultimate_guide_to_speech_recognition_with/
reddit
The Ultimate Guide To Speech Recognition With Python • r/Python
1 points and 0 comments so far on reddit
Where can I learn Python properly from scratch?: https://www.reddit.com/r/Python/comments/864i7u/where_can_i_learn_python_properly_from_scratch/
reddit
Where can I learn Python properly from scratch? • r/Python
I just recently started and I've been using Lynda, but I was wondering what other sites I could use in order to learn Python properly. Thank you!
Django: Selectively Apply CSS Styles to Quiz Radio Buttons: https://stackoverflow.com/questions/49366473/django-selectively-apply-css-styles-to-quiz-radio-buttons
Stackoverflow
Django: Selectively Apply CSS Styles to Quiz Radio Buttons
I have users take a quiz. After each question, I want to show them whether their answer was correct or incorrect. The correct answer should be highlighted in Green, and their answer (if incorrect)
What are for you the most valuable skills to be a "complete" programmer ?: https://www.reddit.com/r/Python/comments/865d9w/what_are_for_you_the_most_valuable_skills_to_be_a/
reddit
What are for you the most valuable skills to be a... • r/Python
Hi ! I'm currently a student and I want to grow my knowledge and all my skills. As well, I will be looking for an internship soon, and I was...
I need help with the sklearn machine learning model: https://www.reddit.com/r/Python/comments/865mnm/i_need_help_with_the_sklearn_machine_learning/
reddit
I need help with the sklearn machine learning model • r/Python
I am developing a website which diagnoses the disease based on the symptoms provided by the user for which the diagnosis is done by the prediction...