Matt Layman: Customer Docs - Building SaaS #85
Link: https://www.mattlayman.com/building-saas/customer-docs/
In this episode, I integrated customer documentation into the app. I showed how to build Sphinx documentation into a Django project, then created a help view to link to the docs. Finally, I added docu
Link: https://www.mattlayman.com/building-saas/customer-docs/
In this episode, I integrated customer documentation into the app. I showed how to build Sphinx documentation into a Django project, then created a help view to link to the docs. Finally, I added docu
Matt Layman
Customer Docs - Building SaaS #85
In this episode, I integrated customer documentation into the app. I showed how to build Sphinx documentation into a Django project, then created a help view to link to the docs. Finally, I added documentation building to the deployment process.
Sumana Harihareswara - Cogito, Ergo Sumana: MOSS Video, BSSw Honorable Mention, and The Maintainership Book I Am Writing
Link: https://www.harihareswara.net/sumana/2020/01/29/0
Video
Mozilla interviewed me about the Python Package Index (PyPI), a USD$170,000 Mozilla Open Source Support award I helped the Python Software Foundation get in 2017, and how we used that money to
Link: https://www.harihareswara.net/sumana/2020/01/29/0
Video
Mozilla interviewed me about the Python Package Index (PyPI), a USD$170,000 Mozilla Open Source Support award I helped the Python Software Foundation get in 2017, and how we used that money to
Israel Fruchter: Taking Github Actions for a walk in the park
Link: http://fruch.github.io/2020/12/29/github-actions
Taking Github Actions for a walk in the park
Travis started to scare me a bit
People were talking about github actions for a while now, lot of hype around it.
I myself was quite happy with the things
Link: http://fruch.github.io/2020/12/29/github-actions
Taking Github Actions for a walk in the park
Travis started to scare me a bit
People were talking about github actions for a while now, lot of hype around it.
I myself was quite happy with the things
fruch.github.io
Taking Github Actions for a walk in the park
Janusworx: My Plan for the New Year
Link: https://janusworx.com/blog/my-plan-for-the-new-year/
My plan for the new year …
A final thought from Atomic Habits as we start the new year:
“Improvements are only temporary until they become part of who you are.
The goal is not to read a book,
Link: https://janusworx.com/blog/my-plan-for-the-new-year/
My plan for the new year …
A final thought from Atomic Habits as we start the new year:
“Improvements are only temporary until they become part of who you are.
The goal is not to read a book,
Janusworx
My Plan for the New Year
My plan for the new year …
A final thought from Atomic Habits as we start the new year:
“Improvements are only temporary until they become part of who you are.
The goal is not to read a book,
A final thought from Atomic Habits as we start the new year:
“Improvements are only temporary until they become part of who you are.
The goal is not to read a book,
Tryton News: Newsletter January 2021
Link: https://discuss.tryton.org/t/newsletter-january-2021/3544
Person Holding A Happy New Year Text On A Black Board1280×1920 352 KB
The Tryton team wishes you a happy new year.
Here are the changes that the team has already prepared for the next version.
Ch
Link: https://discuss.tryton.org/t/newsletter-january-2021/3544
Person Holding A Happy New Year Text On A Black Board1280×1920 352 KB
The Tryton team wishes you a happy new year.
Here are the changes that the team has already prepared for the next version.
Ch
Tryton Discussion
Newsletter January 2021
The Tryton team wishes you a happy new year. Here are the changes that the team has already prepared for the next version. Changes for the User To the marketing email we’ve added the same formatting functions that are available for reports. On the desktop…
Stack Abuse: How to Use Global and Nonlocal Variables in Python
Link: https://stackabuse.com/how-to-use-global-and-nonlocal-variables-in-python/
Introduction
In this article we'll be taking a look at Global and Non-Local Variables in Python and how you to use them to avoid issues when writing code.
We'll be starting off with a brief primer on
Link: https://stackabuse.com/how-to-use-global-and-nonlocal-variables-in-python/
Introduction
In this article we'll be taking a look at Global and Non-Local Variables in Python and how you to use them to avoid issues when writing code.
We'll be starting off with a brief primer on
Stack Abuse
How to Use Global and Nonlocal Variables in Python
In this tutorial, we'll go over how to use global and nonlocal variables in Python functions. We'll cover good practices and what to look out for, with examples.
Evennia: Happy new years 2021! Evennia things to come this year
Link: http://evennia.blogspot.com/2021/01/happy-new-years-2021-evennia-things-to.html
Another year passed with Evennia, the Python MU* creation system. The past year saw a lot of bug fixing and more gradual additions and in September we released version 0.9.5. This was an intermediary
Link: http://evennia.blogspot.com/2021/01/happy-new-years-2021-evennia-things-to.html
Another year passed with Evennia, the Python MU* creation system. The past year saw a lot of bug fixing and more gradual additions and in September we released version 0.9.5. This was an intermediary
Blogspot
Happy new years 2021! Evennia things to come this year
A nother year passed with Evennia, the Python MU* creation system. The past year saw a lot of bug fixing and more gradual additions and in S...
Pythonicity: Hardest Logic Puzzle Ever
Link: https://coady.github.io/posts/hardest-logic-puzzle-ever/
How to solve the Hardest Logic Puzzle Ever programmatically.¶Three gods A, B, and C are called, in no particular order, True, False, and Random. True always speaks truly, False always speaks falsel
Link: https://coady.github.io/posts/hardest-logic-puzzle-ever/
How to solve the Hardest Logic Puzzle Ever programmatically.¶Three gods A, B, and C are called, in no particular order, True, False, and Random. True always speaks truly, False always speaks falsel
Pythonicity
Hardest Logic Puzzle Ever
How to solve the Hardest Logic Puzzle Ever programmatically.¶Three gods A, B, and C are called, in no particular order, True, False, and Random. True always speaks truly, False always speaks falsely,
Weekly Python StackOverflow Report: (cclvii) stackoverflow python report
Link: http://python-weekly.blogspot.com/2021/01/cclvii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2021-01-02 13:52:44 GMTWhat is __peg_parser__ in Python? - [36/3]How do
Link: http://python-weekly.blogspot.com/2021/01/cclvii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2021-01-02 13:52:44 GMTWhat is __peg_parser__ in Python? - [36/3]How do
Blogspot
(cclvii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2021...
Codementor: Create Custom Terminal Command
Link: https://www.codementor.io/anilchaudhary/create-custom-terminal-command-1dr0yhg33s
Custom commands are so prevelant in our day to day work. Let's see how they work and how we can create one in any of our favorite language.
Link: https://www.codementor.io/anilchaudhary/create-custom-terminal-command-1dr0yhg33s
Custom commands are so prevelant in our day to day work. Let's see how they work and how we can create one in any of our favorite language.
www.codementor.io
Create Custom Terminal Command | Codementor
Custom commands are so prevelant in our day to day work. Let's see how they work and how we can create one in any of our favorite language.
Kushal Das: Introducing Tumpa, to make OpenPGP simple with smartcards
Link: https://kushaldas.in/posts/introducing-tumpa-to-make-openpgp-simple-with-smartcards.html
Generating OpenPGP keys in an offline air-gapped system and then moving them
into a smart card is always a difficult task for me. To remember the steps and
command-line options of gpg2 correctly and
Link: https://kushaldas.in/posts/introducing-tumpa-to-make-openpgp-simple-with-smartcards.html
Generating OpenPGP keys in an offline air-gapped system and then moving them
into a smart card is always a difficult task for me. To remember the steps and
command-line options of gpg2 correctly and
Python Pool: How to Convert int to float in Python Implicitly and Explicitly
Link: https://www.pythonpool.com/int-to-float-python/?utm_source=rss&utm_medium=rss&utm_campaign=int-to-float-python
Hello coders!! In this article, we will learn the conversion of int to float data type in python. At first, we should understand the difference between the two.
int – These are the positive or negativ
Link: https://www.pythonpool.com/int-to-float-python/?utm_source=rss&utm_medium=rss&utm_campaign=int-to-float-python
Hello coders!! In this article, we will learn the conversion of int to float data type in python. At first, we should understand the difference between the two.
int – These are the positive or negativ
Python Pool
How to Convert int to float in Python Implicitly and Explicitly - Python Pool
int to float conversion in python can be done both implicitly and explicitly. Explicitly it is done using float() method.
Python Pool: NumPy Kronecker Delta | What is NumPy.kron()?
Link: https://www.pythonpool.com/numpy-kronecker-delta/?utm_source=rss&utm_medium=rss&utm_campaign=numpy-kronecker-delta
Hello geeks and welcome in this article, we will cover the NumPy Kronecker delta function. Along with that, for an overall better understanding, we will also look at its syntax and parameter. Then we
Link: https://www.pythonpool.com/numpy-kronecker-delta/?utm_source=rss&utm_medium=rss&utm_campaign=numpy-kronecker-delta
Hello geeks and welcome in this article, we will cover the NumPy Kronecker delta function. Along with that, for an overall better understanding, we will also look at its syntax and parameter. Then we
Python Pool
NumPy Kronecker Delta | What is NumPy.kron()? - Python Pool
Hello geeks and welcome in this article, we will cover NumPy Kronecker delta function. Along with that, for an overall better understanding
Python Pool: What is Numpy memmap? Explained with examples
Link: https://www.pythonpool.com/numpy-memmap/?utm_source=rss&utm_medium=rss&utm_campaign=numpy-memmap
Hello geeks and welcome in this article, we will cover the NumPy memmap(). Along with that, for an overall better understanding, we will also look at its syntax and parameter. Then we will see the app
Link: https://www.pythonpool.com/numpy-memmap/?utm_source=rss&utm_medium=rss&utm_campaign=numpy-memmap
Hello geeks and welcome in this article, we will cover the NumPy memmap(). Along with that, for an overall better understanding, we will also look at its syntax and parameter. Then we will see the app
Python Pool
What is Numpy memmap? Explained with examples
Hello geeks and welcome in this article, we will cover the NumPy memmap(). Along with that, for an overall better understanding, we will also look at its
Python Pool: Bitonic sort: Algorithm and Implementation in Python
Link: https://www.pythonpool.com/bitonic-sort-python/?utm_source=rss&utm_medium=rss&utm_campaign=bitonic-sort-python
Hello coders!! In this article, we will be learning about the python bitonic sort algorithm and its implementation in Python. Sorting is the way of arranging the elements in a specific order, i.e., ei
Link: https://www.pythonpool.com/bitonic-sort-python/?utm_source=rss&utm_medium=rss&utm_campaign=bitonic-sort-python
Hello coders!! In this article, we will be learning about the python bitonic sort algorithm and its implementation in Python. Sorting is the way of arranging the elements in a specific order, i.e., ei
Python Pool
Bitonic Sort: Algorithm and Implementation in Python
Hello coders!! In this article, we will be learning about the Python bitonic sort algorithm and its implementation in Python. Sorting is the way of
Python Pool: Numpy Pad Explained With Examples in Python
Link: https://www.pythonpool.com/numpy-pad/?utm_source=rss&utm_medium=rss&utm_campaign=numpy-pad
Hello geeks and welcome in this article, we will cover the NumPy pad(). Along with that, for an overall better understanding, we will also look at its syntax and parameter. Then we will see the applic
Link: https://www.pythonpool.com/numpy-pad/?utm_source=rss&utm_medium=rss&utm_campaign=numpy-pad
Hello geeks and welcome in this article, we will cover the NumPy pad(). Along with that, for an overall better understanding, we will also look at its syntax and parameter. Then we will see the applic
Python Pool
Numpy Pad Explained With Examples in Python - Python Pool
NumPy pad is a powerful mathematical library of python. It provides us with a function called pad, which adds padding in the arrays.
Python Pool: Viterbi Algorithm: Implementation in Python
Link: https://www.pythonpool.com/viterbi-algorithm-python/?utm_source=rss&utm_medium=rss&utm_campaign=viterbi-algorithm-python
Hello coders!! In this article, we will be learning about the Viterbi algorithm and its implementation in python. It is a dynamic programming algorithm used to find the most likely sequence of hidden
Link: https://www.pythonpool.com/viterbi-algorithm-python/?utm_source=rss&utm_medium=rss&utm_campaign=viterbi-algorithm-python
Hello coders!! In this article, we will be learning about the Viterbi algorithm and its implementation in python. It is a dynamic programming algorithm used to find the most likely sequence of hidden
Python Pool
Viterbi Algorithm: Implementation in Python
Hello coders!! In this article, we will be learning about the Viterbi algorithm and its implementation in python. It is a dynamic
Thomas Guest: Python maths updates
Link: http://wordaligned.org/articles/python-maths-updates
A quick note on some useful updates made to standard Python maths support. Math.prod does for * what sum does for +. It was added at Python 3.8.
>>> math.prod([3, 4, 5])
60
>>> math.prod([])
1
Add
Link: http://wordaligned.org/articles/python-maths-updates
A quick note on some useful updates made to standard Python maths support. Math.prod does for * what sum does for +. It was added at Python 3.8.
>>> math.prod([3, 4, 5])
60
>>> math.prod([])
1
Add
wordaligned.org
Python maths updates
A Word Aligned article posted 2021-01-03, tagged Python.
Zato Blog: Diving deep into REST API channels
Link: https://zato.io/blog/posts/rest-api-channels.html
We begin in 2021 with a deep dive into Zato REST API channels. What are they? How to use them efficiently? How can they configured for maximum flexibility? Read on to learn all the details.
A sample s
Link: https://zato.io/blog/posts/rest-api-channels.html
We begin in 2021 with a deep dive into Zato REST API channels. What are they? How to use them efficiently? How can they configured for maximum flexibility? Read on to learn all the details.
A sample s
Zato Blog
Diving deep into REST API channels
Mike Driscoll: PyDev of the Week: Froilán Irizarry Rivera
Link: https://www.blog.pythonlibrary.org/2021/01/04/pydev-of-the-week-froilan-irizarry-rivera/
This week we welcome Froilán Irizarry Rivera (@froidotdev) as our PyDev of the Week! Froilán does code live streaming on Twitch. Froilán helped found Fullstack Knights which is a monthly meetup and mo
Link: https://www.blog.pythonlibrary.org/2021/01/04/pydev-of-the-week-froilan-irizarry-rivera/
This week we welcome Froilán Irizarry Rivera (@froidotdev) as our PyDev of the Week! Froilán does code live streaming on Twitch. Froilán helped found Fullstack Knights which is a monthly meetup and mo