What is the best way to interact with an asset database built in VB?: https://www.reddit.com/r/Python/comments/9azfhw/what_is_the_best_way_to_interact_with_an_asset/
reddit
r/Python - What is the best way to interact with an asset database built in VB?
1 vote and 0 comments so far on Reddit
Beginner help with inputs and condintional statements: https://www.reddit.com/r/Python/comments/9azihw/beginner_help_with_inputs_and_condintional/
reddit
r/Python - Beginner help with inputs and condintional statements
1 vote and 2 comments so far on Reddit
Notepad has the ability to launch my .py script by assigning the function to a key. Does Visual Studio Code have the ability to do this? (explanation in description): https://www.reddit.com/r/Python/comments/9azi6s/notepad_has_the_ability_to_launch_my_py_script_by/
reddit
r/Python - Notepad++ has the ability to launch my .py script by assigning the function to a key. Does Visual Studio Code have the…
2 votes and 0 comments so far on Reddit
Animation of Graph DFS(depth first search) Algorithm set to music: https://www.reddit.com/r/Python/comments/9azucc/animation_of_graph_dfsdepth_first_search/
reddit
r/Python - Animation of Graph DFS(depth first search) Algorithm set to music
1 vote and 0 comments so far on Reddit
I hacked a quick script to download books from Humble Bundle in batch. Just wanted to share, I hope it's useful to someone.: https://www.reddit.com/r/Python/comments/9b0gpn/i_hacked_a_quick_script_to_download_books_from/
reddit
I hacked a quick script to download books from Humble... • r/Python
302 points and 42 comments so far on reddit
beautifulsoup how to recombine words: https://stackoverflow.com/questions/52023692/beautifulsoup-how-to-recombine-words
Stack Overflow
beautifulsoup how to recombine words
Some of the words outputted are split when running this code. Like the word "tolerances" is split into "tole rances". I looked at the html source and it seems that's how the page was created.
The...
The...