Interesting story about how company made interactive data science platform, especially the part with code reloading: https://www.reddit.com/r/Python/comments/a0yb9p/interesting_story_about_how_company_made/
reddit
r/Python - Interesting story about how company made interactive data science platform, especially the part with code reloading
1 vote and 0 comments so far on Reddit
how would you create a programme that allows a user to locate records that match a search string in a dictionary you made and allow them to sort it by name?: https://www.reddit.com/r/Python/comments/a0yffd/how_would_you_create_a_programme_that_allows_a/
reddit
r/Python - how would you create a programme that allows a user to locate records that match a search string in a dictionary you…
0 votes and 1 comment so far on Reddit
A warning to the person who ruins my test coverage: https://www.reddit.com/r/Python/comments/a0ykv2/a_warning_to_the_person_who_ruins_my_test_coverage/
reddit
r/Python - A warning to the person who ruins my test coverage
1 vote and 0 comments so far on Reddit
Best Practices for Using Functional Programming in Python: https://www.reddit.com/r/Python/comments/a0yl50/best_practices_for_using_functional_programming/
reddit
r/Python - Best Practices for Using Functional Programming in Python
1 vote and 0 comments so far on Reddit
Proposal to reduce noise from easy questions here: https://www.reddit.com/r/Python/comments/a0zje3/proposal_to_reduce_noise_from_easy_questions_here/
reddit
r/Python - Proposal to reduce noise from easy questions here
1 vote and 0 comments so far on Reddit
How to dynamically import an unsafe Python module with a timeout?: https://stackoverflow.com/questions/53472550/how-to-dynamically-import-an-unsafe-python-module-with-a-timeout
Stack Overflow
How to dynamically import an unsafe Python module with a timeout?
I need to dynamically load several potentially unsafe modules for testing purpose.
Regarding security, my script is executed by a low-access user.
Although, I still need a way to elegantly make the
Regarding security, my script is executed by a low-access user.
Although, I still need a way to elegantly make the
Python not recognizing modules unless I run idle as an admin: https://www.reddit.com/r/Python/comments/a10dr5/python_not_recognizing_modules_unless_i_run_idle/
reddit
r/Python - Python not recognizing modules unless I run idle as an admin
1 vote and 0 comments so far on Reddit
I just completed "Corruption Checksum" - Day 2 - Advent of Code 2017: https://www.reddit.com/r/Python/comments/a11052/i_just_completed_corruption_checksum_day_2_advent/
reddit
r/Python - I just completed "Corruption Checksum" - Day 2 - Advent of Code 2017
1 vote and 0 comments so far on Reddit
Can anybody help me with my English to braille translator?: https://www.reddit.com/r/Python/comments/a11fbj/can_anybody_help_me_with_my_english_to_braille/
reddit
r/Python - Can anybody help me with my English to braille translator?
1 vote and 1 comment so far on Reddit
Possible for Discord bot that can send out tasks to users and save each users entry to a spreadsheet?: https://www.reddit.com/r/Python/comments/a13yd8/possible_for_discord_bot_that_can_send_out_tasks/
reddit
r/Python - Possible for Discord bot that can send out tasks to users and save each users entry to a spreadsheet?
1 vote and 0 comments so far on Reddit
Python selenium multiprocessing: https://stackoverflow.com/questions/53475578/python-selenium-multiprocessing
Stack Overflow
Python selenium multiprocessing
I've written a script in python in combination with selenium to scrape the links of different posts from its landing page and finally get the title of each post by tracking the url leading to its i...