Ned Batchelder: Don’t omit tests from coverage
Link: https://nedbatchelder.com//blog/201908/dont_omit_tests_from_coverage.html
There’s a common idea out there that I want to refute. It’s this: when
measuring coverage, you should omit your tests from measurement.
Searching GitHub shows that lots of people do this.
This is a ba
Link: https://nedbatchelder.com//blog/201908/dont_omit_tests_from_coverage.html
There’s a common idea out there that I want to refute. It’s this: when
measuring coverage, you should omit your tests from measurement.
Searching GitHub shows that lots of people do this.
This is a ba
Nedbatchelder
Don’t omit tests from coverage
There’s a common idea out there that I want to refute. It’s this: when measuring coverage, you should omit your tests from measurement.
Thibauld Nion: 7 years of Django in 7-ish days
Link: https://tibonihoo.net/en/blog/2019/08/7-ans-de-django-en-1-semaine/
Spring was quite an "interesting time" for my personal project: WaterOnMars.
Indeed I started to work on adding a new feature (a first in a while
but maybe the topic of another post) but each time I w
Link: https://tibonihoo.net/en/blog/2019/08/7-ans-de-django-en-1-semaine/
Spring was quite an "interesting time" for my personal project: WaterOnMars.
Indeed I started to work on adding a new feature (a first in a while
but maybe the topic of another post) but each time I w
tlog
7 years of Django in 7-ish days
Spring was quite an "interesting time" for my personal project: WaterOnMars.
Indeed I started to work on adding a new feature (a first in a while
but maybe the topic of another post) but each time I w
Indeed I started to work on adding a new feature (a first in a while
but maybe the topic of another post) but each time I w
Continuum Analytics Blog: Canaries Can Tweet: Preview New Features with Conda Canary
Link: https://www.anaconda.com/preview-new-features-conda-canary/
Conda-canary is the pre-defaults-release channel for conda — it has the most recent version of conda. On occasion it will also have the latest pre-defaults-release of conda-build and other conda depen
Link: https://www.anaconda.com/preview-new-features-conda-canary/
Conda-canary is the pre-defaults-release channel for conda — it has the most recent version of conda. On occasion it will also have the latest pre-defaults-release of conda-build and other conda depen
Anaconda
Canaries Can Tweet: Preview New Features with Conda Canary
Conda-canary is the pre-defaults-release channel for conda - it's where you can get the latest features before they are released to everyone. Here's why you might consider using it and how.
Python Insider: Python 3.8.0b4 is now available for testing
Link: http://feedproxy.google.com/~r/PythonInsider/~3/FTBbItOCE6g/python-380b4-is-now-available-for.html
It's time for the last beta release of Python 3.8. Go find it at:
https://www.python.org/downloads/release/python-380b4/
This
release is the last of four planned beta release previews. Beta
re
Link: http://feedproxy.google.com/~r/PythonInsider/~3/FTBbItOCE6g/python-380b4-is-now-available-for.html
It's time for the last beta release of Python 3.8. Go find it at:
https://www.python.org/downloads/release/python-380b4/
This
release is the last of four planned beta release previews. Beta
re
Blogspot
Python Insider: Python 3.8.0b4 is now available for testing
PyCharm: PyCharm 2019.2.2 Preview
Link: http://feedproxy.google.com/~r/Pycharm/~3/sKj0AmdLh1s/
PyCharm 2019.2.2 Preview is now available!
Fixed in this Version
Some code insight fixes were implemented for Python 3.8:
Now the “continue” and “finally” clauses are allowed to be used.
Support for
Link: http://feedproxy.google.com/~r/Pycharm/~3/sKj0AmdLh1s/
PyCharm 2019.2.2 Preview is now available!
Fixed in this Version
Some code insight fixes were implemented for Python 3.8:
Now the “continue” and “finally” clauses are allowed to be used.
Support for
PyCharm Blog
PyCharm 2019.2.2 Preview
PyCharm 2019.2.2 Preview is now available! Fixed in this Version Some code insight fixes were implemented for Python 3.8: Now the “continue” and “finally” clauses are allowe…
Matt Layman: Celery In A Shiv App - Building SaaS #31
Link: https://www.mattlayman.com/building-saas/celery-in-shiv/
In this episode, we baked the Celery worker and beat scheduler tool into the Shiv app. This is one more step on the path to simplifying the set of tools on the production server.
I started the stream
Link: https://www.mattlayman.com/building-saas/celery-in-shiv/
In this episode, we baked the Celery worker and beat scheduler tool into the Shiv app. This is one more step on the path to simplifying the set of tools on the production server.
I started the stream
Matt Layman
Celery In A Shiv App - Building SaaS #31
In this episode, we baked the Celery worker and beat scheduler tool into the Shiv app. This is one more step on the path to simplifying the set of tools on the production server.
Python Bytes: #145 The Python 3 “Y2K” problem
Link: https://pythonbytes.fm/episodes/show/145/the-python-3-y2k-problem
Link: https://pythonbytes.fm/episodes/show/145/the-python-3-y2k-problem
pythonbytes.fm
The Python 3 “Y2K” problem
News and announcements from the Python community for the week of Aug 31st, 2019
IslandT: Find the maximum value within a string with Python
Link: https://kibiwebgeek.com/find-the-maximum-value-within-a-string-with-python/
In this chapter we are going to solve the above problem with a Python method. Given a string which consists of words and numbers, we are going to extract out the numbers that are within those words fr
Link: https://kibiwebgeek.com/find-the-maximum-value-within-a-string-with-python/
In this chapter we are going to solve the above problem with a Python method. Given a string which consists of words and numbers, we are going to extract out the numbers that are within those words fr
IslandT: Combine two strings with Python method
Link: https://kibiwebgeek.com/combine-two-strings-with-python-method/
In this example, we are going to create a method which will do the followings:-
Extract unique characters from two strings then group them into two separate lists.Create a new list consists of the cha
Link: https://kibiwebgeek.com/combine-two-strings-with-python-method/
In this example, we are going to create a method which will do the followings:-
Extract unique characters from two strings then group them into two separate lists.Create a new list consists of the cha
Kushal Das: Announcing lymworkbook project
Link: https://kushaldas.in/posts/announcing-lymworkbook-project.html
In 2017, I started working on a new
book to teach Linux command line in
our online summer training. The goal was to have the basics covered in the
book, and the same time not to try to explain things
Link: https://kushaldas.in/posts/announcing-lymworkbook-project.html
In 2017, I started working on a new
book to teach Linux command line in
our online summer training. The goal was to have the basics covered in the
book, and the same time not to try to explain things
PyCon: PyCon 2020 Conference Site is here!
Link: https://pycon.blogspot.com/2019/08/pycon-2020-conference-site-is-here.html
After 2 successful years in Cleveland, OH, PyCon 2020 and PyCon 2021 will be moving to Pittsburgh, PA!Head over to us.pycon.org/2020 to check out the look for PyCon 2020.Our bold design includes the R
Link: https://pycon.blogspot.com/2019/08/pycon-2020-conference-site-is-here.html
After 2 successful years in Cleveland, OH, PyCon 2020 and PyCon 2021 will be moving to Pittsburgh, PA!Head over to us.pycon.org/2020 to check out the look for PyCon 2020.Our bold design includes the R
Blogspot
PyCon 2020 Conference Site is here!
After 2 successful years in Cleveland, OH, PyCon 2020 and PyCon 2021 will be moving to Pittsburgh, PA! Head over to us.pycon.org/2...
Weekly Python StackOverflow Report: (cxcii) stackoverflow python report
Link: http://python-weekly.blogspot.com/2019/09/cxcii-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-08-31 22:41:03 GMTFill NaN based on previous value of row - [13/2]
Link: http://python-weekly.blogspot.com/2019/09/cxcii-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-08-31 22:41:03 GMTFill NaN based on previous value of row - [13/2]
Blogspot
(cxcii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2019...
IslandT: Multiply according to the number of times
Link: https://kibiwebgeek.com/multiply-according-to-the-number-of-times/
In this example, a root number and the number which indicates how many numbers of times that root number should get multiplied have been passed into a function which will then return a list of multipl
Link: https://kibiwebgeek.com/multiply-according-to-the-number-of-times/
In this example, a root number and the number which indicates how many numbers of times that root number should get multiplied have been passed into a function which will then return a list of multipl
Tryton News: Newsletter September 2019
Link: https://discuss.tryton.org/t/newsletter-september-2019/1634
@ced wrote:
building-ceiling-classroom-373488.jpg1280×853 133 KB
For this coming back month, Tryton has still improved for the users by simplifying some usage but also for the developers by providi
Link: https://discuss.tryton.org/t/newsletter-september-2019/1634
@ced wrote:
building-ceiling-classroom-373488.jpg1280×853 133 KB
For this coming back month, Tryton has still improved for the users by simplifying some usage but also for the developers by providi
Tryton Discussion
Newsletter September 2019
For this coming back month, Tryton has still improved for the users by simplifying some usage but also for the developers by providing more tools. Contents: Changes for users Changes for developers Changes For The User The mobile contacts can now be clicked…
Codementor: Motor control PLC in Python
Link: https://www.codementor.io/subrata_mitra2018/motor-control-plc-in-python-yenyiioj9
Multi processing is very slow using Multi thread
Link: https://www.codementor.io/subrata_mitra2018/motor-control-plc-in-python-yenyiioj9
Multi processing is very slow using Multi thread
www.codementor.io
Motor control PLC in Python | Codementor
Multi processing is very slow using Multi thread
Codementor: Useful Development Tools For Beginners
Link: https://www.codementor.io/jamiekelly/development-tools-for-beginners-yezvsxcqj
Quick guide for beginners to learn faster and have some useful tools/reading materials.
Link: https://www.codementor.io/jamiekelly/development-tools-for-beginners-yezvsxcqj
Quick guide for beginners to learn faster and have some useful tools/reading materials.
www.codementor.io
Useful Development Tools For Beginners | Codementor
Quick guide for beginners to learn faster and have some useful tools/reading materials.
Ed Crewe: Teaching an old Pythonista new Gopher tricks
Link: http://edcrewe.blogspot.com/2019/09/teaching-old-pythonista-new-gopher.html
I recently got a new job where I need to write a lot of Golang, so needed to learn it.I figured that you don't really learn a language unless you try and write code that actually does something useful
Link: http://edcrewe.blogspot.com/2019/09/teaching-old-pythonista-new-gopher.html
I recently got a new job where I need to write a lot of Golang, so needed to learn it.I figured that you don't really learn a language unless you try and write code that actually does something useful
Blogspot
Teaching an old Pythonista new Gopher tricks
I recently got a new job where I need to write a lot of Golang, so needed to learn it. I figured that you don't really learn a language un...
Mike Driscoll: PyDev of the Week: Katherine Kampf
Link: http://www.blog.pythonlibrary.org/2019/09/02/pydev-of-the-week-katherine-kampf/
This week we welcome Katherine Kampf (@kvkampf) as our PyDev of the Week! Katherine is a Program Manager at Microsoft, specifically for Azure Notebooks, which is Microsoft’s version of Jupyter Noteboo
Link: http://www.blog.pythonlibrary.org/2019/09/02/pydev-of-the-week-katherine-kampf/
This week we welcome Katherine Kampf (@kvkampf) as our PyDev of the Week! Katherine is a Program Manager at Microsoft, specifically for Azure Notebooks, which is Microsoft’s version of Jupyter Noteboo
The Mouse Vs. The Python
PyDev of the Week: Katherine Kampf - The Mouse Vs. The Python
In this interview with Katherine Kampf, you will learn a little about how Python is used at Microsoft
IslandT: Capitalize the letters that occupy even indexes and odd indexes separately
Link: https://kibiwebgeek.com/capitalize-the-letters-that-occupy-even-indexes-and-odd-indexes-separately/
Given a string, capitalize the letters within the string that occupy even indexes and odd indexes separately, and return as a list! Index 0 will be considered even.
For example, capitalize(“abcdef”) =
Link: https://kibiwebgeek.com/capitalize-the-letters-that-occupy-even-indexes-and-odd-indexes-separately/
Given a string, capitalize the letters within the string that occupy even indexes and odd indexes separately, and return as a list! Index 0 will be considered even.
For example, capitalize(“abcdef”) =
Django Weblog: Django bugfix releases issued: 2.2.5, 2.1.12, and 1.11.24
Link: https://www.djangoproject.com/weblog/2019/sep/02/django-bugfix-releases-225-2112-11124/
Today we've issued 2.2.5, 2.1.12, and 1.11.24 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 used f
Link: https://www.djangoproject.com/weblog/2019/sep/02/django-bugfix-releases-225-2112-11124/
Today we've issued 2.2.5, 2.1.12, and 1.11.24 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 used f