I made a port scanner using asyncio for Python 3.7: https://www.reddit.com/r/Python/comments/a5k6ah/i_made_a_port_scanner_using_asyncio_for_python_37/
reddit
r/Python - I made a port scanner using asyncio for Python 3.7
17 votes and 0 comments so far on Reddit
Local mathjax with mkdocs: https://stackoverflow.com/questions/52624102/local-mathjax-with-mkdocs
Stack Overflow
Local mathjax with mkdocs
I'd like to use MathJax with Mkdocs on a computer which does not have access to the internet, I can't therefore just call the Mathjax CDN.
Config
mkdocs.yml:
site_name: My Docs
extra_javascript...
Config
mkdocs.yml:
site_name: My Docs
extra_javascript...
How to Grow Neat Software Architecture out of Jupyter Notebooks: https://www.reddit.com/r/Python/comments/a5li5m/how_to_grow_neat_software_architecture_out_of/
reddit
r/Python - How to Grow Neat Software Architecture out of Jupyter Notebooks
1 vote and 0 comments so far on Reddit
Newtonian Gravity Simulator written in Python and VPython: https://www.reddit.com/r/Python/comments/a5lp5q/newtonian_gravity_simulator_written_in_python_and/
reddit
r/Python - Newtonian Gravity Simulator written in Python and VPython
2 votes and 0 comments so far on Reddit
Getting dict of names and values of all properties on object instance: https://www.reddit.com/r/Python/comments/a5m90t/getting_dict_of_names_and_values_of_all/
reddit
r/Python - Getting dict of names and values of all properties on object instance
1 vote and 0 comments so far on Reddit
MySQLdb returns not all arguments converted with "on duplicate key update": https://stackoverflow.com/questions/26337065/mysqldb-returns-not-all-arguments-converted-with-on-duplicate-key-update
Stack Overflow
MySQLdb returns not all arguments converted with "on duplicate key update"
With MySQLdb package in python, I want to insert records with checking some unique keys. The method I used is executemany. The arguments are sql sentence and a tuple. But when I executed it, it rai...
How to make a rotating hypercube(tesseract) using PyOpenGL?: https://www.reddit.com/r/Python/comments/a5nydp/how_to_make_a_rotating_hypercubetesseract_using/
reddit
r/Python - How to make a rotating hypercube(tesseract) using PyOpenGL?
1 vote and 0 comments so far on Reddit
Locating username/password HTML elements/forms automatically: https://www.reddit.com/r/Python/comments/a5objg/locating_usernamepassword_html_elementsforms/
reddit
r/Python - Locating username/password HTML elements/forms automatically
1 vote and 0 comments so far on Reddit
I built a Twitter bot using Python that posts which U.S city has the hottest weather every afternoon!: https://www.reddit.com/r/Python/comments/a5octp/i_built_a_twitter_bot_using_python_that_posts/
reddit
r/Python - I built a Twitter bot using Python that posts which U.S city has the hottest weather every afternoon!
2 votes and 1 comment so far on Reddit
How to get largest possible precision? (Python - Decimal): https://stackoverflow.com/questions/53660036/how-to-get-largest-possible-precision-python-decimal
Stack Overflow
How to get largest possible precision? (Python - Decimal)
I'm using the Decimal class for operations that requires precision.
I would like to use 'largest possible' precision. With this, I mean as precise as the system on which the program runs can handl...
I would like to use 'largest possible' precision. With this, I mean as precise as the system on which the program runs can handl...
Monitoring and debugging AWS Lambda using Sentry and Epsagon (x-post /r/serverless): https://www.reddit.com/r/Python/comments/a5pw5q/monitoring_and_debugging_aws_lambda_using_sentry/
reddit
r/Python - Monitoring and debugging AWS Lambda using Sentry and Epsagon (x-post /r/serverless)
1 vote and 0 comments so far on Reddit