Python libraries to make graphics/visualisations?: https://www.reddit.com/r/Python/comments/a8td52/python_libraries_to_make_graphicsvisualisations/
reddit
r/Python - Python libraries to make graphics/visualisations?
0 votes and 0 comments so far on Reddit
Can subpackage from top level package import sybling package?: https://www.reddit.com/r/Python/comments/a8tdrk/can_subpackage_from_top_level_package_import/
reddit
r/Python - Can subpackage from top level package import sybling package?
0 votes and 0 comments so far on Reddit
Structure of package that can also be run as command line script: https://stackoverflow.com/questions/53865866/structure-of-package-that-can-also-be-run-as-command-line-script
Stack Overflow
Structure of package that can also be run as command line script
I have written a package with the 'standard' minimal structure. It looks like this:
my_package/
my_package/
__init__.py
setup.py
__init__.py contains a class and as such can simpl...
my_package/
my_package/
__init__.py
setup.py
__init__.py contains a class and as such can simpl...
To all Data Scientists - The one Graph Algorithm you need to know: https://www.reddit.com/r/Python/comments/a8tr9d/to_all_data_scientists_the_one_graph_algorithm/
reddit
r/Python - To all Data Scientists - The one Graph Algorithm you need to know
0 votes and 0 comments so far on Reddit
Why is there not one single package to download to get going with Cython?: https://www.reddit.com/r/Python/comments/a8vm83/why_is_there_not_one_single_package_to_download/
reddit
r/Python - Why is there not one single package to download to get going with Cython?
1 vote and 0 comments so far on Reddit
Python Runtimes in Serverless Computing of 2018: https://www.reddit.com/r/Python/comments/a8vcbr/python_runtimes_in_serverless_computing_of_2018/
reddit
r/Python - Python Runtimes in Serverless Computing of 2018
1 vote and 0 comments so far on Reddit
beautifultable 0.6 released; with support for coloured and multibyte strings: https://www.reddit.com/r/Python/comments/a8voxh/beautifultable_06_released_with_support_for/
reddit
r/Python - beautifultable 0.6 released; with support for coloured and multibyte strings
1 vote and 0 comments so far on Reddit
Automating the Boring Stuff : I wrote a script that extracts URLs from Images: https://www.reddit.com/r/Python/comments/a8vh0h/automating_the_boring_stuff_i_wrote_a_script_that/
reddit
r/Python - Automating the Boring Stuff : I wrote a script that extracts URLs from Images
1 vote and 0 comments so far on Reddit
Pyautogui and different screen resolution: https://www.reddit.com/r/Python/comments/a8w62s/pyautogui_and_different_screen_resolution/
reddit
Pyautogui and different screen resolution
Hi, I'm writing a script to automate some tasks of my job. The script uses pyautogui and its click function, which relies on screen coordinates. ...
I've written a python script that downloads web pages.: https://www.reddit.com/r/Python/comments/a8y65r/ive_written_a_python_script_that_downloads_web/
reddit
r/Python - I've written a python script that downloads web pages.
1 vote and 4 comments so far on Reddit
Compiling and Deploying Desktop Software (PyQt5): https://www.reddit.com/r/Python/comments/a8yqc8/compiling_and_deploying_desktop_software_pyqt5/
reddit
Compiling and Deploying Desktop Software (PyQt5)
Hello there! For the last few months I've building this desktop software (using **Python 3.x**, **PyQt5**, few **Third Party Libraries**) that...