Peter Bengtsson: Update to speed comparison for Redis vs PostgreSQL storing blobs of JSON
Link: https://www.peterbe.com/plog/update-to-speed-comparison-for-redis-vs-postgresql-storing-blobs-of-json
Last week, I blogged about "How much faster is Redis at storing a blob of JSON compared to PostgreSQL?". Judging from a lot of comments, people misinterpreted this. (By the way, Redis is persistent).
Link: https://www.peterbe.com/plog/update-to-speed-comparison-for-redis-vs-postgresql-storing-blobs-of-json
Last week, I blogged about "How much faster is Redis at storing a blob of JSON compared to PostgreSQL?". Judging from a lot of comments, people misinterpreted this. (By the way, Redis is persistent).
Peterbe
Update to speed comparison for Redis vs PostgreSQL storing blobs of JSON
Stuff in Peter's head
Mike Driscoll: PyDev of the Week: Marlene Mhangami
Link: http://www.blog.pythonlibrary.org/2019/09/30/pydev-of-the-week-marlene-mhangami/
This week we welcome Marlene Mhangami (@marlene_zw) as our PyDev of the Week! Marlene is the PyCon Africa (@pyconafrica) chair, the co-founder of @zimbopy and a director for the Python Software Founda
Link: http://www.blog.pythonlibrary.org/2019/09/30/pydev-of-the-week-marlene-mhangami/
This week we welcome Marlene Mhangami (@marlene_zw) as our PyDev of the Week! Marlene is the PyCon Africa (@pyconafrica) chair, the co-founder of @zimbopy and a director for the Python Software Founda
The Mouse Vs. The Python
PyDev of the Week: Marlene Mhangami - The Mouse Vs. The Python
This week we welcome Marlene Mhangami (@marlene_zw) as our PyDev of the Week! Marlene is the PyCon Africa (@pyconafrica) chair, the co-founder of @zimbopy and a director for the Python Software Foundation. Let’s spend some time getting to know her!
Codementor: ML with Python: Part-3
Link: https://www.codementor.io/dhananjaykumar/ml-with-python-part-3-zb95wb9pl
In preious post, we saw various steps involved in creating a machine learning (ML) model. You might have noticed in Building ML Model we consider multiple Algorithums in a pipeline and then tune...
Link: https://www.codementor.io/dhananjaykumar/ml-with-python-part-3-zb95wb9pl
In preious post, we saw various steps involved in creating a machine learning (ML) model. You might have noticed in Building ML Model we consider multiple Algorithums in a pipeline and then tune...
www.codementor.io
ML with Python: Part-3 | Codementor
In preious post, we saw various steps involved in creating a machine learning (ML) model. You might have noticed in Building ML Model we consider multiple Algorithums in a pipeline and then tune...
Stack Abuse: Analyzing API Data with MongoDB, Seaborn, and Matplotlib
Link: https://stackabuse.com/analyzing-api-data-with-mongodb-seaborn-and-matplotlib/
Introduction
A commonly requested skill for software development positions is experience with NoSQL databases, including MongoDB. This tutorial will explore collecting data using an API, storing it in
Link: https://stackabuse.com/analyzing-api-data-with-mongodb-seaborn-and-matplotlib/
Introduction
A commonly requested skill for software development positions is experience with NoSQL databases, including MongoDB. This tutorial will explore collecting data using an API, storing it in
Stack Abuse
Analyzing API Data with MongoDB, Seaborn, and Matplotlib
Introduction
A commonly requested skill for software development positions is experience with
NoSQL databases, including MongoDB. This tutorial will explore collecting data
using an API, storing it in a MongoDB database, and doing some analysis of the
data.…
A commonly requested skill for software development positions is experience with
NoSQL databases, including MongoDB. This tutorial will explore collecting data
using an API, storing it in a MongoDB database, and doing some analysis of the
data.…
Python Software Foundation: Grants Awarded for Python in Education
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/f_OZiFUX3q0/grants-awarded-for-python-in-education.html
The Python Software Foundation has been asked about Python in education quite a bit recently. People have asked, “Is there an official curriculum we can use?”, “Are there online resources?”, “Are ther
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/f_OZiFUX3q0/grants-awarded-for-python-in-education.html
The Python Software Foundation has been asked about Python in education quite a bit recently. People have asked, “Is there an official curriculum we can use?”, “Are there online resources?”, “Are ther
Blogspot
Grants Awarded for Python in Education
The Python Software Foundation has been asked about Python in education quite a bit recently. People have asked, “Is there an official curri...
Real Python: Preventing SQL Injection Attacks With Python
Link: https://realpython.com/prevent-python-sql-injection/
Every few years, the Open Web Application Security Project (OWASP) ranks the most critical web application security risks. Since the first report, injection risks have always been on top. Among all in
Link: https://realpython.com/prevent-python-sql-injection/
Every few years, the Open Web Application Security Project (OWASP) ranks the most critical web application security risks. Since the first report, injection risks have always been on top. Among all in
Realpython
Preventing SQL Injection Attacks With Python – Real Python
SQL injection attacks are one of the most common web application security risks. In this step-by-step tutorial, you'll learn how you can prevent Python SQL injection. You'll learn how to compose SQL queries with parameters, as well as how to safely execute…
PyCharm: Webinar: “React+TypeScript+TDD in PyCharm” with Paul Everitt
Link: http://feedproxy.google.com/~r/Pycharm/~3/UdVR8arwlCg/
ReactJS is wildly popular and thus wildly supported. TypeScript is increasingly popular, and thus increasingly supported.
The two together? Not as much. Given that they both change quickly, it’s hard
Link: http://feedproxy.google.com/~r/Pycharm/~3/UdVR8arwlCg/
ReactJS is wildly popular and thus wildly supported. TypeScript is increasingly popular, and thus increasingly supported.
The two together? Not as much. Given that they both change quickly, it’s hard
PyCharm Blog
Webinar: “React+TypeScript+TDD in PyCharm” with Paul Everitt
ReactJS is wildly popular and thus wildly supported. TypeScript is increasingly popular, and thus increasingly supported. The two together? Not as much. Given that they both change quickly, it̵…
Kumar Vipin Yadav: Python Pune Meetup September 2k19
Link:
“If there’s a book that you want to read, but it hasn’t been written yet, then you must write it.” … More
Link:
“If there’s a book that you want to read, but it hasn’t been written yet, then you must write it.” … More
Evennia: Blackifying and fixing bugs
Link: http://evennia.blogspot.com/2019/09/blackifying-and-fixing-bugs.html
Since version 0.9 of Evennia, the MU*-creation framework, was released, work has mainly been focused on bug fixing. But there few new features also already sneaked into master branch, despite technica
Link: http://evennia.blogspot.com/2019/09/blackifying-and-fixing-bugs.html
Since version 0.9 of Evennia, the MU*-creation framework, was released, work has mainly been focused on bug fixing. But there few new features also already sneaked into master branch, despite technica
Blogspot
Blackifying and fixing bugs
S ince version 0.9 of Evennia , the MU*-creation framework, was released, work has mainly been focused on bug fixing. But there few new f...
Podcast.__init__: Building A Modern Discussion Forum In Python To Support Healthy Communities
Link: https://www.pythonpodcast.com/misago-discussion-forum-episode-231/
Building and sustaining a healthy community requires a substantial amount of effort, especially online. The design and user experience of the digital space can impact the overall interactions of the p
Link: https://www.pythonpodcast.com/misago-discussion-forum-episode-231/
Building and sustaining a healthy community requires a substantial amount of effort, especially online. The design and user experience of the digital space can impact the overall interactions of the p
The Python Podcast.__init__
The Python Podcast.__init__: Building A Modern Discussion Forum In Python To Support Healthy Communities
An interview about the history and implementation of the Misago discussion forum platform, and how it can be used to grow healthy online communities.
Codementor: Writing a simple Pytest hook
Link: https://www.codementor.io/adammertz/writing-a-simple-pytest-hook-zc5wvoj5t
Write some basic pytest hooks to capture test failures in a text file.
Link: https://www.codementor.io/adammertz/writing-a-simple-pytest-hook-zc5wvoj5t
Write some basic pytest hooks to capture test failures in a text file.
www.codementor.io
Writing a simple Pytest hook | Codementor
Write some basic pytest hooks to capture test failures in a text file.
Tryton News: Newsletter October 2019
Link: https://discuss.tryton.org/t/newsletter-october-2019/1721
@ced wrote:
pexels-photo-908284.jpeg2247×1500 146 KB
For the last months before the release, we have many improvements for the user experience.
Even if the development is not yet frozen, you can al
Link: https://discuss.tryton.org/t/newsletter-october-2019/1721
@ced wrote:
pexels-photo-908284.jpeg2247×1500 146 KB
For the last months before the release, we have many improvements for the user experience.
Even if the development is not yet frozen, you can al
Tryton Discussion
Newsletter October 2019
For the last months before the release, we have many improvements for the user experience. Even if the development is not yet frozen, you can already help to translate the next release in your language. Contents: Changes for users New modules Changes…
Django Weblog: Django bugfix releases: 2.2.6, 2.1.13 and 1.11.25
Link: https://www.djangoproject.com/weblog/2019/oct/01/bugfix-releases/
Today we've issued the
2.2.6,
2.1.13, and
1.11.25 bugfix
releases.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID us
Link: https://www.djangoproject.com/weblog/2019/oct/01/bugfix-releases/
Today we've issued the
2.2.6,
2.1.13, and
1.11.25 bugfix
releases.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID us
EuroPython: EuroPython 2019 - Videos for Friday available
Link: https://blog.europython.eu/post/188061778527
We are pleased to announce the third and final batch of cut videos from EuroPython 2019 in Basel, Switzerland, with another 49 videos.EuroPython 2019 on our YouTube ChannelIn this batch, we have inclu
Link: https://blog.europython.eu/post/188061778527
We are pleased to announce the third and final batch of cut videos from EuroPython 2019 in Basel, Switzerland, with another 49 videos.EuroPython 2019 on our YouTube ChannelIn this batch, we have inclu
EuroPython Blog
EuroPython 2019 - Videos for Friday available
We are pleased to announce the third and final batch of cut videos from EuroPython 2019 in Basel, Switzerland, with another 49 videos. EuroPython 2019 on our YouTube Channel In this batch, we have...
Stack Abuse: Python for NLP: Deep Learning Text Generation with Keras
Link: https://stackabuse.com/python-for-nlp-deep-learning-text-generation-with-keras/
This is the 21st article in my series of articles on Python for NLP. In the previous article, I explained how to use Facebook's FastText library for finding semantic similarity and to perform text cla
Link: https://stackabuse.com/python-for-nlp-deep-learning-text-generation-with-keras/
This is the 21st article in my series of articles on Python for NLP. In the previous article, I explained how to use Facebook's FastText library for finding semantic similarity and to perform text cla
Stack Abuse
Python for NLP: Deep Learning Text Generation with Keras
Text generation is one of the state-of-the-art applications of NLP. In this article, you will see how to generate text via deep learning techniques in Python using the Keras library.
Codementor: Test Driven Development with PyTest - Part 1
Link: https://www.codementor.io/maxongzb/test-driven-development-with-pytest-part-1-zcrqdpvs5
A 3 part series on how to get started with pytest and test-driven development practices.
Link: https://www.codementor.io/maxongzb/test-driven-development-with-pytest-part-1-zcrqdpvs5
A 3 part series on how to get started with pytest and test-driven development practices.
www.codementor.io
Test Driven Development with PyTest - Part 1 | Codementor
A 3 part series on how to get started with pytest and test-driven development practices.
PythonClub - A Brazilian collaborative blog about Python: Criando dicts a partir de outros dicts
Link: http://pythonclub.com.br/crie_dict-a-partir-de-outros-dicts.html
Neste tutorial, será abordado o processo de criação de um dict ou dicionário, a partir de um ou mais dicts em Python.
Como já é de costume da linguagem, isso pode ser feito de várias maneiras diferen
Link: http://pythonclub.com.br/crie_dict-a-partir-de-outros-dicts.html
Neste tutorial, será abordado o processo de criação de um dict ou dicionário, a partir de um ou mais dicts em Python.
Como já é de costume da linguagem, isso pode ser feito de várias maneiras diferen
PythonClub
Criando dicts a partir de outros dicts
Crie dicts a partir de outros dicts
Rene Dudfield: post modern C tooling - draft 2
Link: http://renesd.blogspot.com/2019/09/post-modern-c-tooling.html
DRAFT 1 - 9/16/19, 7:19 PM, I'm still working on this, but it's already useful and I'd like some feedback - so I decided to share it early. DRAFT 2 - 10/1/19 This is a post about contemporary C to
Link: http://renesd.blogspot.com/2019/09/post-modern-c-tooling.html
DRAFT 1 - 9/16/19, 7:19 PM, I'm still working on this, but it's already useful and I'd like some feedback - so I decided to share it early. DRAFT 2 - 10/1/19 This is a post about contemporary C to
Blogspot
post modern C tooling - draft 6
Contemporary C tooling for making higher quality C, faster or more safely. DRAFT 0 - 10/11/18, DRAFT 1 - 9/16/19, 7:19 PM, I'm still...
Real Python: Strings and Character Data in Python
Link: https://realpython.com/courses/python-strings/
In this course, you’ll learn about working with strings, which are objects that contain sequences of character data. Processing character data is integral to programming. It is a rare application that
Link: https://realpython.com/courses/python-strings/
In this course, you’ll learn about working with strings, which are objects that contain sequences of character data. Processing character data is integral to programming. It is a rare application that
Realpython
Strings and Character Data in Python – Real Python
In this course, you'll learn how to use Python's rich set of operators, functions, and methods for working with strings. You'll learn how to access and extract portions of strings, and also become familiar with the methods that are available to manipulate…
Dataquest: Tutorial: Transforming Data with Python Scripts and the Command Line
Link: https://www.dataquest.io/blog/tutorial-python-scripts-command-line/
Learn to create Python scripts for data analysis using the Command Line in this intermediate Python tutorial digging into Hacker News headlines.
The post Tutorial: Transforming Data with Python Script
Link: https://www.dataquest.io/blog/tutorial-python-scripts-command-line/
Learn to create Python scripts for data analysis using the Command Line in this intermediate Python tutorial digging into Hacker News headlines.
The post Tutorial: Transforming Data with Python Script
Dataquest
Tutorial: Python Scripts for Data Analysis Using the Command Line
Learn to create Python scripts for data analysis using the Command Line in this intermediate Python tutorial digging into Hacker News headlines.