Andrew Dalke: Drug control law and molecular similarity
Link: http://www.dalkescientific.com/writings/diary/archive/2020/09/08/drug_control_law_and_molecular_similarity.html
I work in what I'll call algorithmic molecular similarity,
where people use an algorithm to characterize if two molecules are
similar. There is almost no overlap between those methods and
legal mole
Link: http://www.dalkescientific.com/writings/diary/archive/2020/09/08/drug_control_law_and_molecular_similarity.html
I work in what I'll call algorithmic molecular similarity,
where people use an algorithm to characterize if two molecules are
similar. There is almost no overlap between those methods and
legal mole
Talk Python to Me: #281 Python in Car Racing
Link: https://talkpython.fm/episodes/show/281/python-in-car-racing
I love to bring you stories of Python being used in amazing places outside the traditional tech silos of pure web development and data science.
<br/>
<br/>
On this episode, you'll meet Robert "Kane"
Link: https://talkpython.fm/episodes/show/281/python-in-car-racing
I love to bring you stories of Python being used in amazing places outside the traditional tech silos of pure web development and data science.
<br/>
<br/>
On this episode, you'll meet Robert "Kane"
talkpython.fm
Python in Car Racing
I love to bring you stories of Python being used in amazing places outside the traditional tech silos of pure web development and data science. On this episode, you'll meet Robert 'Kane' Replogle, who works on the simulation and test software at Richard…
Wingware: Wing Python IDE 7.2.5 - September 9, 2020
Link: https://wingware.com/news/2020-09-09
Wing 7.2.5 enhances the accuracy of some types of code warnings, improves Debug I/O process
management, streamlines new virtualenv creation, implements vi mode :[range]y, and makes a
number of usabili
Link: https://wingware.com/news/2020-09-09
Wing 7.2.5 enhances the accuracy of some types of code warnings, improves Debug I/O process
management, streamlines new virtualenv creation, implements vi mode :[range]y, and makes a
number of usabili
Wingware
Wing Python IDE 7.2.5 - September 9, 2020 - Wing Python IDE
Wing 7.2.5 enhances the accuracy of some types of code warnings, improves Debug
I/O process management, streamlines new virtualenv creation, implements vi mode :[range]y,
and makes a number of usability improvements.
I/O process management, streamlines new virtualenv creation, implements vi mode :[range]y,
and makes a number of usability improvements.
Sebastian Witowski: Ordered Dictionaries
Link: https://switowski.com/blog/ordered-dictionaries
If you worked with Python 2 or an early version of Python 3, you probably remember that in the past, dictionaries were not ordered. If you wanted to have a dictionary that preserved the insertion ord
Link: https://switowski.com/blog/ordered-dictionaries
If you worked with Python 2 or an early version of Python 3, you probably remember that in the past, dictionaries were not ordered. If you wanted to have a dictionary that preserved the insertion ord
Sebastian Witowski
Ordered Dictionaries
Dictionaries in the latest Python versions preserve the insertion order. So, is there any reason to use the OrderedDict as we used to do in the past?
The Digital Cat: TDD in Python with pytest - Part 1
Link: https://www.thedigitalcatonline.com/blog/2020/09/10/tdd-in-python-with-pytest-part-1/
This series of posts comes directly from my book Clean Architectures in Python. As I am reviewing the book to prepare a second edition, I realised that Harry percival was right when he said that the i
Link: https://www.thedigitalcatonline.com/blog/2020/09/10/tdd-in-python-with-pytest-part-1/
This series of posts comes directly from my book Clean Architectures in Python. As I am reviewing the book to prepare a second edition, I realised that Harry percival was right when he said that the i
Thedigitalcatonline
TDD in Python with pytest - Part 1
This series of posts comes directly from my book Clean Architectures in Python. As I am reviewing the book to prepare a second edition, I realised that Harry Percival was right when he said that the initial part on TDD shouldn't be in the book. That's a prerequisite…
Abhijeet Pal: Python’s @property Decorator Explained
Link: https://djangocentral.com/property-decorator-explained/
Python provides a built-in @property decorator which makes usage of getter and setters much easier in Object-Oriented Programming. Properties are useful because they allow us to handle both setting an
Link: https://djangocentral.com/property-decorator-explained/
Python provides a built-in @property decorator which makes usage of getter and setters much easier in Object-Oriented Programming. Properties are useful because they allow us to handle both setting an
Djangocentral
Python's @property Decorator Explained
Python provides a built-in @property decorator which makes usage of getter and setters much easier in <a href="https://djangocentral.com/classes
Python Circle: Python program to convert Linux file permissions from octal number to rwx string
Link: https://www.pythoncircle.com/post/716/python-program-to-convert-linux-file-permissions-from-octal-number-to-rwx-string/
Python program to convert Linux file permissions from octal number to rwx string, Linux file conversion python program, Python script to convert Linux file permissions
Link: https://www.pythoncircle.com/post/716/python-program-to-convert-linux-file-permissions-from-octal-number-to-rwx-string/
Python program to convert Linux file permissions from octal number to rwx string, Linux file conversion python program, Python script to convert Linux file permissions
Python Circle
Python program to convert Linux file permissions from octal number to rwx string
Python program to convert Linux file permissions from octal number to rwx string, Linux file conversion python program, Python script to convert Linux file permissions
Andrew Dalke: United States v. Brown ... v. Tanimoto
Link: http://www.dalkescientific.com/writings/diary/archive/2020/09/10/US_v_brown_v_tanimoto.html
I work in what I'll call algorithmic molecular similarity,
where people use an algorithm to characterize if two molecules are
similar. There is almost no overlap between those methods and
legal mole
Link: http://www.dalkescientific.com/writings/diary/archive/2020/09/10/US_v_brown_v_tanimoto.html
I work in what I'll call algorithmic molecular similarity,
where people use an algorithm to characterize if two molecules are
similar. There is almost no overlap between those methods and
legal mole
Mike Driscoll: Python 101 – How to Crop a Photo (Video)
Link: https://www.blog.pythonlibrary.org/2020/09/10/python-101-how-to-crop-a-photo-video/
In this tutorial, you will learn how to use Python to crop a photo using Pillow, the friendly fork of the Python Imaging Library.
Would you like to learn more about Python?
Python 101 – 2nd Edi
Link: https://www.blog.pythonlibrary.org/2020/09/10/python-101-how-to-crop-a-photo-video/
In this tutorial, you will learn how to use Python to crop a photo using Pillow, the friendly fork of the Python Imaging Library.
Would you like to learn more about Python?
Python 101 – 2nd Edi
The Mouse Vs. The Python
Python 101 - How to Crop a Photo (Video) - The Mouse Vs. The Python
In this tutorial, you will learn how to use Python to crop a photo using Pillow, the friendly fork of the Python Imaging Library. Would you like to learn more about Python? Python 101 – 2nd Edition Purchase now on Leanpub
Matt Layman: Displaying Breaks - Building SaaS #72
Link: https://www.mattlayman.com/building-saas/displaying-breaks/
In this episode, I worked to add breaks to the display of the week schedule. We had to update context to include the break information into the schedules. I refactored a method out of the calendar dis
Link: https://www.mattlayman.com/building-saas/displaying-breaks/
In this episode, I worked to add breaks to the display of the week schedule. We had to update context to include the break information into the schedules. I refactored a method out of the calendar dis
Matt Layman
Displaying Breaks - Building SaaS #72
In this episode, I worked to add breaks to the display of the week schedule. We had to update context to include the break information into the schedules. I refactored a method out of the calendar display code to make some reusable logic for handling breaks.
Codementor: Correlation matrix in Excel, Python and R
Link: https://www.codementor.io/ng3687/correlation-matrix-in-excel-python-and-r-1a6i5puowo
Correlation matrix in Excel, Python and R.
Link: https://www.codementor.io/ng3687/correlation-matrix-in-excel-python-and-r-1a6i5puowo
Correlation matrix in Excel, Python and R.
www.codementor.io
Correlation matrix in Excel, Python and R | Codementor
Correlation matrix in Excel, Python and R.
Catalin George Festila: Python 3.8.5 : Get Sentinel-3 satellite data from Eutelsat.
Link: http://python-catalin.blogspot.com/2020/09/python-385-get-sentinel-3-satellite.html
The tutorial for today is about Eutelsat satellites.
I used Sentinel-3 with these features:
Instrument: SLSTR;
Mode: EO;
Satellite: Sentinel-3
You need to install xarray and netcdf4 python packages
Link: http://python-catalin.blogspot.com/2020/09/python-385-get-sentinel-3-satellite.html
The tutorial for today is about Eutelsat satellites.
I used Sentinel-3 with these features:
Instrument: SLSTR;
Mode: EO;
Satellite: Sentinel-3
You need to install xarray and netcdf4 python packages
Blogspot
Python 3.8.5 : Get Sentinel-3 satellite data from Eutelsat.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Quansight Labs Blog: PyTorch-Ignite: training and evaluating neural networks flexibly and transparently
Link: https://labs.quansight.org/blog/2020/09/pytorch-ignite/
Authors: Victor Fomin (Quansight), Sylvain Desroziers (IFPEN, France)
This post is a general introduction of PyTorch-Ignite. It intends to give a brief but illustrative overview of what PyTor
Link: https://labs.quansight.org/blog/2020/09/pytorch-ignite/
Authors: Victor Fomin (Quansight), Sylvain Desroziers (IFPEN, France)
This post is a general introduction of PyTorch-Ignite. It intends to give a brief but illustrative overview of what PyTor
Quansight Labs
PyTorch-Ignite: training and evaluating neural networks flexibly and t
Authors: Victor Fomin (Quansight), Sylvain Desroziers (IFPEN, France)
This post is a general introduction of PyTorch-Ignite. It intends to give a brief but illustrative overview of what PyTorch-Ignit
This post is a general introduction of PyTorch-Ignite. It intends to give a brief but illustrative overview of what PyTorch-Ignit
The Digital Cat: TDD in Python with pytest - Part 2
Link: https://www.thedigitalcatonline.com/blog/2020/09/11/tdd-in-python-with-pytest-part-2/
This is the second post in the series "TDD in Python with pytest" where I develop a simple project following a strict TDD methodology. The posts come from my book Clean Architectures in Python and hav
Link: https://www.thedigitalcatonline.com/blog/2020/09/11/tdd-in-python-with-pytest-part-2/
This is the second post in the series "TDD in Python with pytest" where I develop a simple project following a strict TDD methodology. The posts come from my book Clean Architectures in Python and hav
Thedigitalcatonline
TDD in Python with pytest - Part 2
This is the second post in the series TDD in Python with pytest where I develop a simple project following a strict TDD methodology. The posts come from my book Clean Architectures in Python and have been reviewed to get rid of some bad naming choices of…
Real Python: The Real Python Podcast – Episode #26: 5 Years Podcasting Python with Michael Kennedy: Growth, GIL, Async, and More
Link: https://realpython.com/podcasts/rpp/26/
Why is Python pulling in so many new programmers? Maybe some of that growth is from Python being a full-spectrum language. This week on the show we have Michael Kennedy, the host of the podcast "Talk
Link: https://realpython.com/podcasts/rpp/26/
Why is Python pulling in so many new programmers? Maybe some of that growth is from Python being a full-spectrum language. This week on the show we have Michael Kennedy, the host of the podcast "Talk
Realpython
Episode #26: 5 Years Podcasting Python With Michael Kennedy: Growth, GIL, Async, and More – The Real Python Podcast
Why is Python pulling in so many new programmers? Maybe some of that growth is from Python being a full-spectrum language. This week on the show we have Michael Kennedy, the host of the podcast "Talk Python to Me". Michael reflects on five years of podcasting…
Kushal Das: SecureDrop package build breakage due to setuptools
Link: https://kushaldas.in/posts/securedrop-package-build-breakage-due-to-setuptools.html
A few days ago, setuptools 50.0.0 release caused
breakage to many projects.
SecureDrop package builds was also
broken. We use
dh-virtualenv tool to build
the packages. Initially, we tried to use the
Link: https://kushaldas.in/posts/securedrop-package-build-breakage-due-to-setuptools.html
A few days ago, setuptools 50.0.0 release caused
breakage to many projects.
SecureDrop package builds was also
broken. We use
dh-virtualenv tool to build
the packages. Initially, we tried to use the
Stack Abuse: Guide to String Interning in Python
Link: https://stackabuse.com/guide-to-string-interning-in-python/
Introduction
One of the first things you encounter while learning the basics of programming is the concept of strings. Similar to various programming languages, Python strings are arrays of bytes repr
Link: https://stackabuse.com/guide-to-string-interning-in-python/
Introduction
One of the first things you encounter while learning the basics of programming is the concept of strings. Similar to various programming languages, Python strings are arrays of bytes repr
Stack Abuse
Guide to String Interning in Python
In this article, we'll dive into the concept of String Interning in Python. With examples and theory, we'll explain how it works and what benefits it brings to everyday tasks.
Codementor: Python Testing Framework - Reading Time: 3 Mins
Link: https://www.codementor.io/maxongzb/python-testing-framework-reading-time-3-mins-1a7ebdvgko
The 3 Python testing framework that I would recommend for any Python developer looking to use to speed up deployment and reduce the amount of manual testing required.
Link: https://www.codementor.io/maxongzb/python-testing-framework-reading-time-3-mins-1a7ebdvgko
The 3 Python testing framework that I would recommend for any Python developer looking to use to speed up deployment and reduce the amount of manual testing required.
www.codementor.io
Python Testing Framework - Reading Time: 3 Mins | Codementor
The 3 Python testing framework that I would recommend for any Python developer looking to use to speed up deployment and reduce the amount of manual testing required.
Python Software Foundation: Noah Alorwu Awarded the PSF Community Service Award for Q2 2020
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/4-1GEHINSMw/noah-alorwu-awarded-psf-community.html
Noah Alorwu, software developer and co-organizer of PyCon Africa, has been awarded the Python Software Foundation 2020 Q2 Community Service Award.Noah is the CTO of Cradx and has been involved with t
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/4-1GEHINSMw/noah-alorwu-awarded-psf-community.html
Noah Alorwu, software developer and co-organizer of PyCon Africa, has been awarded the Python Software Foundation 2020 Q2 Community Service Award.Noah is the CTO of Cradx and has been involved with t
Blogspot
Noah Alorwu Awarded the PSF Community Service Award for Q2 2020
Noah Alorwu , software developer and co-organizer of PyCon Africa , has been awarded the Python Software Foundation 2020 Q2 Community Serv...
Mike Driscoll: Python 101 – Learning About Comprehensions (Video)
Link: https://www.blog.pythonlibrary.org/2020/09/11/python-101-learning-about-comprehensions-video/
In this tutorial, you will learn about Python’s comprehensions, like the popular list comprehension and the dictionary comprehension.
Would you like to learn more about Python?
Python 101 – 2nd
Link: https://www.blog.pythonlibrary.org/2020/09/11/python-101-learning-about-comprehensions-video/
In this tutorial, you will learn about Python’s comprehensions, like the popular list comprehension and the dictionary comprehension.
Would you like to learn more about Python?
Python 101 – 2nd
Python⇒Speed: Shrink your Conda Docker images with conda-pack
Link: https://pythonspeed.com/articles/conda-docker-image-size/
If you’re building a Docker image that’s based on Conda, the resulting images can be huge.
For example, later I will show how a simple image with just Python 3.8 and NumPy can be over 950MB!
Large ima
Link: https://pythonspeed.com/articles/conda-docker-image-size/
If you’re building a Docker image that’s based on Conda, the resulting images can be huge.
For example, later I will show how a simple image with just Python 3.8 and NumPy can be over 950MB!
Large ima
Python⇒Speed
Shrink your Conda Docker images with conda-pack
Docker images built for Conda tend to be quite large. Learn how to shrink them by using the conda-pack tool and multi-stage builds.