A. Basic Rules of Work Ethics B. Confidentiality, Privacy, and Transparency C. Organization of Working Time: General Provisions D. Organization of Working Time: Daily Provisions
I used DeepLearning4j to train word2vec model. Then I had to save the dictionary to CSV so I can run some clustering algorithms on it. Sounded like a simple task, but it took a while, and here is the code to do…
In the previous tutorial we learning how to parse HTML in Python. In the Python tutorial we are going to learn to to parse dynamic HTML content generated by JavaScript, jQuery, Ajax, Angular or other dynamic pages technology. What’s the problem with…
In this tutorial we are going to get an idea of how to parse emails from HTML using Python. Python is a scripting language easy to get started and is perfect for tasks like parsing emails. So let’s elaborate an approach…
I like python because it’s minimalistic and elegant.Let’s see how to update an XML node using ElementTree. We use CD catalog in XML as a datasource. Here is the python script itself. And the output is the following: