Adventures in Unicode: Parsing and evaluating superscript exponents in expressions like '2³²': https://www.reddit.com/r/Python/comments/a8ofhw/adventures_in_unicode_parsing_and_evaluating/
reddit
r/Python - Adventures in Unicode: Parsing and evaluating superscript exponents in expressions like '2³²'
1 vote and 0 comments so far on Reddit
Any libraries out there that can access audio in/out from running programs?: https://www.reddit.com/r/Python/comments/a8okjb/any_libraries_out_there_that_can_access_audio/
reddit
r/Python - Any libraries out there that can access audio in/out from running programs?
0 votes and 0 comments so far on Reddit
Using Python to convert poetry from text to music, so that every letter is played as a note on the piano: https://www.reddit.com/r/Python/comments/a8ot4x/using_python_to_convert_poetry_from_text_to_music/
reddit
r/Python - Using Python to convert poetry from text to music, so that every letter is played as a note on the piano
1 vote and 1 comment so far on Reddit
Just found out about The Python Institute and its certs, is it recognized?: https://www.reddit.com/r/Python/comments/a8ozir/just_found_out_about_the_python_institute_and_its/
reddit
Just found out about The Python Institute and its certs, is it...
Hi All, I've just found out about [https://pythoninstitute.org](https://pythoninstitute.org) and it looks pretty new as a project. I've...
reader 0.3 released: an Atom/RSS feed aggregator, now with article deduplication: https://www.reddit.com/r/Python/comments/a8ph96/reader_03_released_an_atomrss_feed_aggregator_now/
reddit
r/Python - reader 0.3 released: an Atom/RSS feed aggregator, now with article deduplication
1 vote and 0 comments so far on Reddit
IoT Search Engine - Python CLI wrapper for the Shodan API: https://www.reddit.com/r/Python/comments/a8qa2u/iot_search_engine_python_cli_wrapper_for_the/
reddit
r/Python - IoT Search Engine - Python CLI wrapper for the Shodan API
2 votes and 0 comments so far on Reddit
Save complete web page (incl css, images) using python/selenium: https://stackoverflow.com/questions/53729201/save-complete-web-page-incl-css-images-using-python-selenium
Stack Overflow
Save complete web page (incl css, images) using python/selenium
I am using Python/Selenium to submit genetic sequences to an online database, and want to save the full page of results I get back. Below is the code that gets me to the results I want:
from selen...
from selen...
Pythonista for iOS is on sale now $5 down from $10: https://www.reddit.com/r/Python/comments/a8r4df/pythonista_for_ios_is_on_sale_now_5_down_from_10/
reddit
r/Python - Pythonista for iOS is on sale now $5 down from $10
0 votes and 0 comments so far on Reddit
Its my first site I made with django, it failed but tell me what you think: https://www.reddit.com/r/Python/comments/a8s53n/its_my_first_site_i_made_with_django_it_failed/
reddit
r/Python - Its my first site I made with django, it failed but tell me what you think
6 votes and 1 comment so far on Reddit
Looking for a good book to get started with Python.: https://www.reddit.com/r/Python/comments/a8szh3/looking_for_a_good_book_to_get_started_with_python/
reddit
r/Python - Looking for a good book to get started with Python.
1 vote and 2 comments so far on Reddit
Understanding Python Lambda functions and why they are useful: https://www.reddit.com/r/Python/comments/a8swkw/understanding_python_lambda_functions_and_why/
reddit
r/Python - Understanding Python Lambda functions and why they are useful
436 votes and 51 comments so far on Reddit
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...