I learned Python's baisics.. now what.: https://www.reddit.com/r/Python/comments/a5ix7l/i_learned_pythons_baisics_now_what/
reddit
I learned Python's baisics.. now what.
I started learning Python, my first programming languege, from [w3schools](https://www.w3schools.com/python/default.asp). I learned everything...
Looking for co-author for my Book on python Pandas: https://www.reddit.com/r/Python/comments/a5j7g3/looking_for_coauthor_for_my_book_on_python_pandas/
reddit
r/Python - Looking for co-author for my Book on python Pandas
1 vote and 0 comments so far on Reddit
Thonny: The Beginner-Friendly Python Editor – Real Python: https://www.reddit.com/r/Python/comments/a5jg9l/thonny_the_beginnerfriendly_python_editor_real/
reddit
r/Python - Thonny: The Beginner-Friendly Python Editor – Real Python
1 vote and 0 comments so far on Reddit
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...