Gocept Weblog: Undo transactions by truncating ZODB Data.fs
Link: https://blog.gocept.com/2019/06/14/undo-transactions-by-truncating-zodb-data-fs/
Sometimes I break the Data.fs of my ZODB in a way that the Zope instance cannot start any more or I want to try again a migration. In such situations it is handy that writing to a Data.fs means extend
Link: https://blog.gocept.com/2019/06/14/undo-transactions-by-truncating-zodb-data-fs/
Sometimes I break the Data.fs of my ZODB in a way that the Zope instance cannot start any more or I want to try again a migration. In such situations it is handy that writing to a Data.fs means extend
gocept blog
Undo transactions by truncating ZODB Data.fs
truncate can be used to permanently set back a ZODB Data.fs to a certain point in transaction history.
Stack Abuse: Run-Length Encoding
Link: https://stackabuse.com/run-length-encoding/
In this article we'll go over how the run-length encoding algorithm works, what it's used for, and how to implement its encode and decode functions in Python.
Run-length encoding (RLE) is a very simpl
Link: https://stackabuse.com/run-length-encoding/
In this article we'll go over how the run-length encoding algorithm works, what it's used for, and how to implement its encode and decode functions in Python.
Run-length encoding (RLE) is a very simpl
Stack Abuse
Run-Length Encoding
In this article we'll go over how the run-length encoding algorithm works, what it's used for, and how to implement its encode and decode functions in Python....
Python Anywhere: Using MongoDB on PythonAnywhere with MongoDB Atlas
Link: https://blog.pythonanywhere.com/178/
.jab-post img {
border: 2px solid #eeeeee;
padding: 5px;
}
This requires a paid PythonAnywhere account
Lots of people want to use MongoDB with PythonAnywhere; we don't have support for it
Link: https://blog.pythonanywhere.com/178/
.jab-post img {
border: 2px solid #eeeeee;
padding: 5px;
}
This requires a paid PythonAnywhere account
Lots of people want to use MongoDB with PythonAnywhere; we don't have support for it
Talk Python to Me: #216 Digging into Visual Studio Code
Link: https://talkpython.fm/episodes/show/216/digging-into-visual-studio-code
One of the questions I often ask at the end of the show is "When you write some Python code, what editor do you use?" Increasingly the most common answer is Visual Studio Code. Despite it's Windows on
Link: https://talkpython.fm/episodes/show/216/digging-into-visual-studio-code
One of the questions I often ask at the end of the show is "When you write some Python code, what editor do you use?" Increasingly the most common answer is Visual Studio Code. Despite it's Windows on
talkpython.fm
Digging into Visual Studio Code
One of the questions I often ask at the end of the show is 'When you write some Python code, what editor do you use?' Increasingly the most common answer is Visual Studio Code. Despite it's Windows only namesake, Visual Studio Code is cross-platform and has…
Doug Hellmann: sphinxcontrib-spelling 4.3.0
Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/Y8SHpGzRXcM/
sphinxcontrib-spelling is a spelling checker for Sphinx-based documentation. It uses PyEnchant to produce a report showing misspelled words. What’s new in 4.3.0? Logging: use warning() instead of its
Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/Y8SHpGzRXcM/
sphinxcontrib-spelling is a spelling checker for Sphinx-based documentation. It uses PyEnchant to produce a report showing misspelled words. What’s new in 4.3.0? Logging: use warning() instead of its
NumFOCUS: NumFOCUS Hires First Ever Development Director
Link: https://numfocus.org/blog/numfocus-hires-first-ever-development-director
The post NumFOCUS Hires First Ever Development Director appeared first on NumFOCUS.
Link: https://numfocus.org/blog/numfocus-hires-first-ever-development-director
The post NumFOCUS Hires First Ever Development Director appeared first on NumFOCUS.
NumFOCUS
NumFOCUS Hires First Ever Development Director - NumFOCUS
J. Pablo Fernández: Converting a Python data into a ReStructured Text table
Link:
This probably exist but I couldn’t find it. I wanted to export a bunch of data from a Python/Django application into something a non-coder could understand. The data was not going to be a plain CSV, b
Link:
This probably exist but I couldn’t find it. I wanted to export a bunch of data from a Python/Django application into something a non-coder could understand. The data was not going to be a plain CSV, b
Ian Ozsvald: “On the Delivery of Data Science Projects” – talk at PyDataCambridge meetup
Link: https://ianozsvald.com/2019/06/15/on-the-delivery-of-data-science-projects-talk-at-pydatacambridge-meetup/
A few weeks I got to speak at PyDataCambridge (thanks for having me!), slides are here for “On The Delivery of Data Science Projects“.
This talk is based on my experiences coaching teams (whilst build
Link: https://ianozsvald.com/2019/06/15/on-the-delivery-of-data-science-projects-talk-at-pydatacambridge-meetup/
A few weeks I got to speak at PyDataCambridge (thanks for having me!), slides are here for “On The Delivery of Data Science Projects“.
This talk is based on my experiences coaching teams (whilst build
Entrepreneurial Geekiness
“On the Delivery of Data Science Projects” – talk at PyDataCambridge meetup
A few weeks I got to speak at PyDataCambridge (thanks for having me!), slides are here for "On The Delivery of Data Science Projects".This talk is based on my experiences coaching teams (whilst building IP for clients) to help them derisk, design and deliver…
Codementor: How I learned that a lambda can't be stopped
Link: https://www.codementor.io/nadaj/how-i-learned-that-a-lambda-can-t-be-stopped-vyu3dp9dy
AWS tips and tricks!
Link: https://www.codementor.io/nadaj/how-i-learned-that-a-lambda-can-t-be-stopped-vyu3dp9dy
AWS tips and tricks!
www.codementor.io
How I learned that a lambda can't be stopped | Codementor
AWS tips and tricks!
Learn PyQt: PyQt5/PySide2 custom Graphic Equalizer visualisation widget
Link: https://www.learnpyqt.com/widgets/equalizerbar/
This custom PyQt5/PySide2-compatible widget provides a frequency visualizer output for audio applications. It is completely configurable from the number of bars, the number of segments and colours to
Link: https://www.learnpyqt.com/widgets/equalizerbar/
This custom PyQt5/PySide2-compatible widget provides a frequency visualizer output for audio applications. It is completely configurable from the number of bars, the number of segments and colours to
Learn PyQt
Graphic Equalizer, a custom PyQt5/PySide2 visualization widget
Visualize audio frequency changes This custom PyQt5/PySide2-compatible widget provides a frequency visualizer output for audio applications.
Ian Ozsvald: “A starter data science process for software engineers” – talk at PyLondinium 2019
Link: https://ianozsvald.com/2019/06/15/a-starter-data-science-process-for-software-engineers-talk-at-pylondinium-2019/
I’ve just spoken on “A starter data science process for software engineers” (slides linked) at PyLondinium 2019, this talk is aimed at software engineers who are starting to ask data related questions
Link: https://ianozsvald.com/2019/06/15/a-starter-data-science-process-for-software-engineers-talk-at-pylondinium-2019/
I’ve just spoken on “A starter data science process for software engineers” (slides linked) at PyLondinium 2019, this talk is aimed at software engineers who are starting to ask data related questions
Entrepreneurial Geekiness
“A starter data science process for software engineers” – talk at PyLondinium 2019
I've just spoken on "A starter data science process for software engineers" (slides linked) at PyLondinium 2019, this talk is aimed at software engineers who are starting to ask data related questions and who are starting a data science journey. I've noted…
Doug Hellmann: sphinxcontrib.sqltable 1.1.0
Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/llK8mwvBV5U/
sphinxcontrib-sqltable is a Sphinx extension for embedding database contents in documents Update packaging metadata to use pbr for building packages.
Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/llK8mwvBV5U/
sphinxcontrib-sqltable is a Sphinx extension for embedding database contents in documents Update packaging metadata to use pbr for building packages.
Doug Hellmann: sphinxcontrib.sqltable 2.0.0
Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/2AtDwL3k6FA/
sphinxcontrib-sqltable is a Sphinx extension for embedding database contents in documents What’s new in 2.0.0? drop python 2 support fix documentation build fix flake8 errors add tox and travis config
Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/2AtDwL3k6FA/
sphinxcontrib-sqltable is a Sphinx extension for embedding database contents in documents What’s new in 2.0.0? drop python 2 support fix documentation build fix flake8 errors add tox and travis config
Weekly Python StackOverflow Report: (clxxxii) stackoverflow python report
Link: http://python-weekly.blogspot.com/2019/06/clxxxii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-06-15 20:04:06 GMTHow to use random to choose colors - [11/3]Condi
Link: http://python-weekly.blogspot.com/2019/06/clxxxii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-06-15 20:04:06 GMTHow to use random to choose colors - [11/3]Condi
Blogspot
(clxxxii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2019...
Codementor: HackerRank: Circular Array Rotation in Python
Link: https://www.codementor.io/mikebell66/hackerrank-circular-array-rotation-in-python-vz6000kp8
How I solved my daily recommended HackerRank challenge problem and a small rant on problem specificity
Link: https://www.codementor.io/mikebell66/hackerrank-circular-array-rotation-in-python-vz6000kp8
How I solved my daily recommended HackerRank challenge problem and a small rant on problem specificity
www.codementor.io
HackerRank: Circular Array Rotation in Python | Codementor
How I solved my daily recommended HackerRank challenge problem and a small rant on problem specificity
Catalin George Festila: Python 3.7.3 : Using the pycryptodome python module.
Link: http://python-catalin.blogspot.com/2019/06/python-373-using-pycryptodome-python.html
This python module can be used with python 3.
More information can be found here.
PyCryptodome is a self-contained Python package of low-level cryptographic primitives.
It supports Python 2.6 and 2.7,
Link: http://python-catalin.blogspot.com/2019/06/python-373-using-pycryptodome-python.html
This python module can be used with python 3.
More information can be found here.
PyCryptodome is a self-contained Python package of low-level cryptographic primitives.
It supports Python 2.6 and 2.7,
Blogspot
Python 3.7.3 : Using the pycryptodome python module.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Podcast.__init__: Algorithmic Trading In Python Using Open Tools And Open Data
Link: https://www.pythonpodcast.com/quantconnect-algorithmic-trading-episode-216/
Algorithmic trading is a field that has grown in recent years due to the availability of cheap computing and platforms that grant access to historical financial data. QuantConnect is a business that h
Link: https://www.pythonpodcast.com/quantconnect-algorithmic-trading-episode-216/
Algorithmic trading is a field that has grown in recent years due to the availability of cheap computing and platforms that grant access to historical financial data. QuantConnect is a business that h
The Python Podcast.__init__
The Python Podcast.__init__: Algorithmic Trading In Python Using Open Tools And Open Data
An interview about building an open source engine and an open data platform for algorithmic trading and the power of community at QuantConnect
Kushal Das: DMARC, mailing list, yahoo and gmail
Link: https://kushaldas.in/posts/dmarc-mailing-list-yahoo-and-gmail.html
Last Friday late night, I suddenly started getting a lot of bounced emails from
the dgplug mailing list. Within a few minutes, I received more than a thousand
emails. A quick look inside of the bounc
Link: https://kushaldas.in/posts/dmarc-mailing-list-yahoo-and-gmail.html
Last Friday late night, I suddenly started getting a lot of bounced emails from
the dgplug mailing list. Within a few minutes, I received more than a thousand
emails. A quick look inside of the bounc
Mike Driscoll: PyDev of the Week: Meredydd Luff
Link: http://www.blog.pythonlibrary.org/2019/06/17/pydev-of-the-week-meredydd-luff/
This week we welcome Meredydd Luff (@meredydd) as our PyDev of the Week! Meredydd is the co-founder of Anvil and a core developer for the Skulpt package. You can learn more about Meredydd on his websi
Link: http://www.blog.pythonlibrary.org/2019/06/17/pydev-of-the-week-meredydd-luff/
This week we welcome Meredydd Luff (@meredydd) as our PyDev of the Week! Meredydd is the co-founder of Anvil and a core developer for the Skulpt package. You can learn more about Meredydd on his websi
The Mouse Vs. The Python
PyDev of the Week: Meredydd Luff - The Mouse Vs. The Python
This week we welcome Meredydd Luff (@meredydd) as our PyDev of the Week! Meredydd is the co-founder of Anvil and a core developer for the Skulpt package. You can learn more about Meredydd on his website. Let’s take a few moments to get to know him better!…
Learn PyQt: Gradient
Link: https://www.learnpyqt.com/widgets/gradient/
This custom PyQt5/PySide2-compatible widget provides a gradient designer providing a handy interface to design linear gradients in your applications. A new gradient can be created simply by creating
Link: https://www.learnpyqt.com/widgets/gradient/
This custom PyQt5/PySide2-compatible widget provides a gradient designer providing a handy interface to design linear gradients in your applications. A new gradient can be created simply by creating