This post was originally published hereIn this short post we are going to revisit the topic on how to carry out summary/descriptive statistics in Python. In the previous post, I used Pandas (but also SciPy and Numpy, see Descriptive Statistics Using Pytho... (more…)
Read more »
In this tutorial, you'll gain a working knowledge of the various factors that combine to keep communications over the Internet safe. You'll see concrete examples of how to keep information secure and use cryptography to build your own Python HTTPS applica... (more…)
Read more »
I was recently asked this question by a new subscriber: Why are a lot of tools for pen testing are written in Python? While my knowledge in that area is pathetic, I would assume that the speed of e… (more…)
Read more »
While grokking the source code of http.HTTPStatus module, I came across this technique to add additional attributes to the values of enum members. Now, to understand what do I mean by adding attributes, let's consider the following example: # src.py from ... (more…)
Read more »
Generating Python docstrings with OpenAI ChatGPT!! - GitHub - MichaelisTrofficus/gpt4docstrings: Generating Python docstrings with OpenAI ChatGPT!! (more…)
Read more »