This is the full story of how The One Word Domains blog was built - with 10 lines of Python code, the Flask-Flatpages library, and a bunch of Markdown files. (more…)
Read more »
Two years ago a few colleagues (shoutout to helloarbit, travismcpeak, and coffeetocode) and I were talking about supply chain attacks which led to this work being completed. A supply chain attack is… (more…)
Read more »
You’ve written your Python application—a server, CLI tool, or batch process—and now you need to distribute it to the machines where it will be running. In order to run your application, you will need: Your code. Various Python libraries your code depends ... (more…)
Read more »
When we are implementing Logistic Regression using sklearn, we are calling the sklearn’s methods and not implementing the algorithm from scratch. In this article, I will be implementing a Logistic… (more…)
Read more »
MySQL UDF library that provides access to the python interpreter. - mliezun/mysql-python... (more…)
Read more »