khoivan88
khoivan88
Hi, Thank you very much for this useful library. I have a quick question on the use of copy rich text format of DOM nodes, it seems that this library...
I thought adding CAS number lookup would be a useful addition for this library!
Hi, thank you for this very useful library. I have been using this plugin for a while in a project and it is working really well. On a new project...
Hi, thank you for a very useful plugin. I was wondering of something like Prev/Next button is possible for items that prepared by eleventyNavigation? Some think like: ```njk {% set...
Hi, first of all, thank you very much for an awesome tool. I have only been using 11ty for about 2 weeks now but it has been great. I ran...
Hi, thank you for the tutorial. I just have a suggestion on the use of `elif` clause instead of just `if` clause in this block: https://github.com/MolSSI-Education/python_scripting_cms/edit/gh-pages/_episodes/02-file_parsing.md#L256-L268 ```python ... for line...
1. Use context-manager to open and read file. 2. Add `break` for breaking out of the loop while reading a file to no wasting computer resources.
Hi, I would like to suggest the use of context-manager (`with` statement) for the open, read and write file, specifically for this [03-multiple_files.md](https://github.com/MolSSI-Education/python_scripting_cms/pull/53/files#diff-e40f9e8cf14e764cdf233ef93464ff60) Khoi Van
Hi, I am a newbie with Python and pdfquery . I am writing a python program to extract info from pdf files and then insert into a word document. I...