Kushal Das: Using podman for containers
Link: https://kushaldas.in/posts/using-podman-for-containers.html
Podman is one of the newer tool in
the container world, it can help you to run OCI containers in pods. It uses
Buildah to build containers, and
runc or any other OCI compliant runtime. Podman is bei
Link: https://kushaldas.in/posts/using-podman-for-containers.html
Podman is one of the newer tool in
the container world, it can help you to run OCI containers in pods. It uses
Buildah to build containers, and
runc or any other OCI compliant runtime. Podman is bei
Stack Abuse: The Naive Bayes Algorithm in Python with Scikit-Learn
Link: http://stackabuse.com/the-naive-bayes-algorithm-in-python-with-scikit-learn/
When studying Probability & Statistics, one of the first and most important theorems students learn is the Bayes' Theorem. This theorem is the foundation of deductive reasoning, which focuses on deter
Link: http://stackabuse.com/the-naive-bayes-algorithm-in-python-with-scikit-learn/
When studying Probability & Statistics, one of the first and most important theorems students learn is the Bayes' Theorem. This theorem is the foundation of deductive reasoning, which focuses on deter
Stack Abuse
The Naive Bayes Algorithm in Python with Scikit-Learn
When studying Probability & Statistics, one of the first and most important theorems students learn is the Bayes' Theorem. This theorem is the foundation of...
A. Jesse Jiryu Davis: Motor 2.0
Link: https://emptysqua.re/blog/motor-2-0/
To support multi-document transactions, I had to make breaking changes to Motor’s session API and release a major version bump, Motor 2.0. Since this is a major release I also deleted many helper meth
Link: https://emptysqua.re/blog/motor-2-0/
To support multi-document transactions, I had to make breaking changes to Motor’s session API and release a major version bump, Motor 2.0. Since this is a major release I also deleted many helper meth
emptysqua.re
Motor 2.0
Add multi-document transactions, delete a bunch of old methods and drop MongoDB 2.6.
Bhishan Bhandari: How to mess up a Python codebase coming from Java Background.
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/tqMsxaT6bfA/
In python, you can make use of the augmented assignment operator to increase or decrease the value of a variable by 1. An augmented assignment is generally used to replace a statement where an operato
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/tqMsxaT6bfA/
In python, you can make use of the augmented assignment operator to increase or decrease the value of a variable by 1. An augmented assignment is generally used to replace a statement where an operato
The Tara Nights
How to mess up a Python codebase coming from Java Background. - The Tara Nights
In python, you can make use of the augmented assignment operator to increase or decrease the value of a variable by 1. An augmented assignment is generally used to replace a statement where an operator takes a variable as one of its arguments and then assigns…
Real Python: Generating Random Data in Python (Guide)
Link: https://realpython.com/python-random/
How random is random? This is a weird question to ask, but it is one of paramount importance in cases where information security is concerned. Whenever you’re generating random data, strings, or num
Link: https://realpython.com/python-random/
How random is random? This is a weird question to ask, but it is one of paramount importance in cases where information security is concerned. Whenever you’re generating random data, strings, or num
Realpython
Generating Random Data in Python (Guide) – Real Python
You'll cover a handful of different options for generating random data in Python, and then build up to a comparison of each in terms of its level of security, versatility, purpose, and speed.
PyCharm: PyCharm 2018.2 EAP 7
Link: http://feedproxy.google.com/~r/Pycharm/~3/hp-scVZxZSQ/
PyCharm 2018.2 EAP 7 is out! Get it now from the JetBrains website.
In this EAP we fixed lots of bugs in various subsystems and integrated features and bug-fixes recently added to WebStorm and DataGri
Link: http://feedproxy.google.com/~r/Pycharm/~3/hp-scVZxZSQ/
PyCharm 2018.2 EAP 7 is out! Get it now from the JetBrains website.
In this EAP we fixed lots of bugs in various subsystems and integrated features and bug-fixes recently added to WebStorm and DataGri
PyCharm Blog
PyCharm 2018.2 EAP 7
PyCharm 2018.2 EAP 7 is out! Get it now from the JetBrains website. In this EAP we fixed lots of bugs in various subsystems and integrated features and bug-fixes recently added to WebStorm and Data…
qutebrowser development blog: CVE-2018-10895: Remote code execution due to CSRF in qutebrowser
Link: https://blog.qutebrowser.org/cve-2018-10895-remote-code-execution-due-to-csrf-in-qutebrowser.html
Description
Due to a CSRF vulnerability affecting the qute://settings page, it was
possible for websites to modify qutebrowser settings. Via settings like
editor.command, this possibly allowed websit
Link: https://blog.qutebrowser.org/cve-2018-10895-remote-code-execution-due-to-csrf-in-qutebrowser.html
Description
Due to a CSRF vulnerability affecting the qute://settings page, it was
possible for websites to modify qutebrowser settings. Via settings like
editor.command, this possibly allowed websit
Michael Foord: Hello World
Link: https://agileabstractions.com/Hello-World/
It feels funny to be writing a “Hello World” blog entry in a new technical blog so far into my adventures with Python. January 2005 and my first entry in my Python technical blog, which marked the ve
Link: https://agileabstractions.com/Hello-World/
It feels funny to be writing a “Hello World” blog entry in a new technical blog so far into my adventures with Python. January 2005 and my first entry in my Python technical blog, which marked the ve
Techiediaries - Django: Web Development Tutorial: PHP vs. Python & Django
Link: https://www.techiediaries.com/php-tutorial/
In this tutorial, we'll compare PHP and Python (Django) for web development then we'll see how to create simple demo apps with PHP and Python (using Django one of the most popular frameworks for Pytho
Link: https://www.techiediaries.com/php-tutorial/
In this tutorial, we'll compare PHP and Python (Django) for web development then we'll see how to create simple demo apps with PHP and Python (using Django one of the most popular frameworks for Pytho
Techiediaries
PHP Tutorial: Introducing PHP for Angular 8 developers | Techiediaries
py.CheckIO: Design Patterns. Part 3
Link: http://py.checkio.org/blog/design-patterns-part-3/
This article continues the series about design patterns in relation to the Python language. In the first part, we've described Abstract Factory and Strategy, in the second - Observer and Mediator,
Link: http://py.checkio.org/blog/design-patterns-part-3/
This article continues the series about design patterns in relation to the Python language. In the first part, we've described Abstract Factory and Strategy, in the second - Observer and Mediator,
Py.CheckiO - games for coders
Design Patterns. Part 3. python coding challenges - Py.CheckiO
Surely you’re using GitHub or a similar service to store your code. And, most likely, you’ve had an idea to figure out how everything works or even try to implement your own version of the control system. If this is the case, then by using the Memento pattern…
EuroPython: EuroPython 2018: Call for On-site Volunteers
Link: https://blog.europython.eu/post/175814086737
Ever wanted to help out during Europython ? Do you want to *really* take
part in EuroPython, meet new people and help them at the same time ?We
have just the right thing for you: apply as EuroPytho
Link: https://blog.europython.eu/post/175814086737
Ever wanted to help out during Europython ? Do you want to *really* take
part in EuroPython, meet new people and help them at the same time ?We
have just the right thing for you: apply as EuroPytho
EuroPython Blog
EuroPython 2018: Call for On-site Volunteers
Ever wanted to help out during Europython ? Do you want to *really* take part in EuroPython, meet new people and help them at the same time ?
We have just the right thing for you: apply as EuroPython...
We have just the right thing for you: apply as EuroPython...
Stack Abuse: Hierarchical Clustering with Python and Scikit-Learn
Link: http://stackabuse.com/hierarchical-clustering-with-python-and-scikit-learn/
Hierarchical clustering is a type of unsupervised machine learning algorithm used to cluster unlabeled data points. Like K-means clustering, hierarchical clustering also groups together the data point
Link: http://stackabuse.com/hierarchical-clustering-with-python-and-scikit-learn/
Hierarchical clustering is a type of unsupervised machine learning algorithm used to cluster unlabeled data points. Like K-means clustering, hierarchical clustering also groups together the data point
Stack Abuse
Definitive Guide to Hierarchical Clustering with Python and Scikit-Learn
In this definitive guide, learn everything you need to know about agglomeration hierarchical clustering with Python, Scikit-Learn and Pandas, with practical code samples, tips and tricks from professionals, as well as PCA, DBSCAN and other applied techniques.
Wallaroo Labs: Detecting Spam as it happens: Getting Erlang and Python working together with Wallaroo
Link: https://blog.wallaroolabs.com/2018/07/detecting-spam-as-it-happens-getting-erlang-and-python-working-together-with-wallaroo/
Suppose your social network for chinchilla owners has taken off. Your flagship app contains an embedded chat client, where community members discuss chinchilla-related topics in real-time. As your use
Link: https://blog.wallaroolabs.com/2018/07/detecting-spam-as-it-happens-getting-erlang-and-python-working-together-with-wallaroo/
Suppose your social network for chinchilla owners has taken off. Your flagship app contains an embedded chat client, where community members discuss chinchilla-related topics in real-time. As your use
Wallaroolabs
Detecting Spam as it happens: Getting Erlang and Python working together with Wallaroo
Official blog of the Wallaroo Labs Engineering team
EuroPython: EuroPython 2018: Conference App available
Link: https://blog.europython.eu/post/175817504647
We are pleased to announce the conference app for EuroPython 2018, again hosted on the Attendify platform:EuroPython 2018 Conference AppEngage with the conference and its attendeesThe
mobile app give
Link: https://blog.europython.eu/post/175817504647
We are pleased to announce the conference app for EuroPython 2018, again hosted on the Attendify platform:EuroPython 2018 Conference AppEngage with the conference and its attendeesThe
mobile app give
EuroPython Blog
EuroPython 2018: Conference App available
We are pleased to announce the conference app for EuroPython 2018, again hosted on the Attendify platform:
EuroPython 2018 Conference App
Engage with the conference and its attendees
The mobile app...
EuroPython 2018 Conference App
Engage with the conference and its attendees
The mobile app...
Bhishan Bhandari: When the argument default value is mutable
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/lImGzry_Mfc/
Python offers us to specify that a function argument is optional by providing a default value to it. While this is widely used and one of the major features of the language, it can lead to confusions
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/lImGzry_Mfc/
Python offers us to specify that a function argument is optional by providing a default value to it. While this is widely used and one of the major features of the language, it can lead to confusions
The Tara Nights
When the argument default value is mutable - The Tara Nights
Python offers us to specify that a function argument is optional by providing a default value to it. While this is widely used and one of the major features of the language, it can lead to confusions when enough thought is not given to the implementation…
Armin Ronacher: Python
Link: http://lucumr.pocoo.org/2018/7/13/python
Guido van Rossum announced that he's stepping down as BDFL.
It made me think. The Python programming language has left a profound
impact on my life. It's my home, it gave me many of my friendships a
Link: http://lucumr.pocoo.org/2018/7/13/python
Guido van Rossum announced that he's stepping down as BDFL.
It made me think. The Python programming language has left a profound
impact on my life. It's my home, it gave me many of my friendships a
Mike Driscoll: Python 101 Screencast: Episode #15 – The logging module
Link: http://www.blog.pythonlibrary.org/2018/07/12/python-101-screencast-episode-15-the-logging-module/
In this screencast, you will learn the basics of using Python’s logging module.
Check out the book this video is based on for free online: http://python101.pythonlibrary.org/
Link: http://www.blog.pythonlibrary.org/2018/07/12/python-101-screencast-episode-15-the-logging-module/
In this screencast, you will learn the basics of using Python’s logging module.
Check out the book this video is based on for free online: http://python101.pythonlibrary.org/
Made With Mu: Shhh! Hunting micro:bits in a Library with Mu
Link: https://madewith.mu/mu/users/2018/07/13/library-mu.html
I had a stonking time yesterday afternoon with Harvey Sharman,
who runs workshops for young coders in a library close to where I live. This
particular afternoon was spent in the company of a group of
Link: https://madewith.mu/mu/users/2018/07/13/library-mu.html
I had a stonking time yesterday afternoon with Harvey Sharman,
who runs workshops for young coders in a library close to where I live. This
particular afternoon was spent in the company of a group of
Made With Mu
Shhh! Hunting micro:bits in a Library with Mu
I had a stonking time yesterday afternoon with Harvey Sharman, who runs workshops for young coders in a library close to where I live. This particular afternoon was spent in the company of a group of eager eleven-year-olds. Harvey’s learning activity? Use…
Continuum Analytics Blog: Deep Learning with GPUs in Anaconda Enterprise
Link: https://www.anaconda.com/blog/developer-blog/deep-learning-with-gpus-in-anaconda-enterprise/
AI is a hot topic right now. While a lot of the conversation surrounding advanced AI techniques such as deep learning and machine learning can be chalked up to hype, the underlying tools have been pro
Link: https://www.anaconda.com/blog/developer-blog/deep-learning-with-gpus-in-anaconda-enterprise/
AI is a hot topic right now. While a lot of the conversation surrounding advanced AI techniques such as deep learning and machine learning can be chalked up to hype, the underlying tools have been pro
Anaconda
Deep Learning with GPUs in Anaconda Enterprise - Anaconda
AI is a hot topic right now. While a lot of the conversation surrounding advanced AI techniques such as deep learning and machine learning can be chalked up to hype, the underlying tools have been proven to provide real value. Even better, the tools aren’t…
EuroPython: EuroPython 2018: Late Bird Rates and Day Passes
Link: https://blog.europython.eu/post/175849791367
We will be switching to the late bird rates for tickets on Monday next week (July 16), so this is your last chance to get tickets at the regular rate, which is about 30% less than the late bird rate.E
Link: https://blog.europython.eu/post/175849791367
We will be switching to the late bird rates for tickets on Monday next week (July 16), so this is your last chance to get tickets at the regular rate, which is about 30% less than the late bird rate.E
EuroPython Blog
EuroPython 2018: Late Bird Rates and Day Passes
We will be switching to the late bird rates for tickets on Monday next week (July 16), so this is your last chance to get tickets at the regular rate, which is about 30% less than the late bird...