Made With Mu: Announcing Mu 1.0.0-beta.17
Link: https://madewith.mu/mu/releases/2018/07/09/beta-17.html
We’re pleased to announce the availability of Mu 1.0.0-beta.17,
a Python code editor for beginner programmers!
This is the final beta version before a release candidate later this week and
the final 1
Link: https://madewith.mu/mu/releases/2018/07/09/beta-17.html
We’re pleased to announce the availability of Mu 1.0.0-beta.17,
a Python code editor for beginner programmers!
This is the final beta version before a release candidate later this week and
the final 1
Made With Mu
Announcing Mu 1.0.0-beta.17
We’re pleased to announce the availability of Mu 1.0.0-beta.17, a Python code editor for beginner programmers! This is the final beta version before a release candidate later this week and the final 1.0 release sometime next week. This version is feature…
Vladimir Iakolev: How I was planning a trip to South America with JavaScript, Python and Google Flights abuse
Link: https://nvbn.github.io/2018/07/10/trip-planner/
I was planning a trip to South America for a while. As I have flexible dates and want to visit
a few places, it was very hard to find proper flights. So I decided to try to automatize everything.
I’ve
Link: https://nvbn.github.io/2018/07/10/trip-planner/
I was planning a trip to South America for a while. As I have flexible dates and want to visit
a few places, it was very hard to find proper flights. So I decided to try to automatize everything.
I’ve
nvbn.github.io
How I was planning a trip to South America with JavaScript, Python and Google Flights abuse
I was planning a trip to South America for a while. As I have flexible dates and want to visit
a few places, it was very hard to find proper flights. So I decided to try to automatize everything.
...
a few places, it was very hard to find proper flights. So I decided to try to automatize everything.
...
Bhishan Bhandari: Flask Essentials – Handling 400 and 404 requests in Flask REST API
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/TwiEntJFyIw/
Flask is a microframework for Python based on Werkzeug, Jinja 2. Flask is simple and straightforward. However less has been discussed in terms of handling non-existent resource request on the Flask AP
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/TwiEntJFyIw/
Flask is a microframework for Python based on Werkzeug, Jinja 2. Flask is simple and straightforward. However less has been discussed in terms of handling non-existent resource request on the Flask AP
The Tara Nights
Flask Essentials - Handling 400 and 404 requests in Flask REST API - The Tara Nights
Flask is a microframework for Python based on Werkzeug, Jinja 2. Flask is simple and straightforward. However less has been discussed in terms of handling non-existent resource request on the Flask API. Since we are talking to and fro using AJAX and what…
Mike Driscoll: My (abridged) Career in Python – Podcast.__init__ Interview
Link: http://www.blog.pythonlibrary.org/2018/07/10/my-abridged-career-in-python-podcast-__init__-interview/
I was recently interviewed by Tobias Macey (@TobiasMacey) on Podcast.__init__ (@Podcast__init__) about some of the things I have done in my career as a Python programmer.
You can listen in here:
And
Link: http://www.blog.pythonlibrary.org/2018/07/10/my-abridged-career-in-python-podcast-__init__-interview/
I was recently interviewed by Tobias Macey (@TobiasMacey) on Podcast.__init__ (@Podcast__init__) about some of the things I have done in my career as a Python programmer.
You can listen in here:
And
Kay Hayen: Nuitka Release 0.5.31
Link: http://nuitka.net/posts/nuitka-release-0531.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler. Please see the page "What is Nuitka?" for an overview.
This release is massive in terms of
Link: http://nuitka.net/posts/nuitka-release-0531.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler. Please see the page "What is Nuitka?" for an overview.
This release is massive in terms of
Nuitka Home
Nuitka Release 0.5.31
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler. Please see the page "What is Nuitka?" for an overview.
This release is massive in terms of
This release is massive in terms of
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…