Test and Code: 132: mocking in Python - Anna-Lena Popkes
Link: https://testandcode.com/132
Using mock objects during testing in Python.
Anna-Lena joins the podcast to teach us about mocks and using unittest.mock objects during testing.
We discuss:
the different styles of using mocks
pros
Link: https://testandcode.com/132
Using mock objects during testing in Python.
Anna-Lena joins the podcast to teach us about mocks and using unittest.mock objects during testing.
We discuss:
the different styles of using mocks
pros
Test & Code
Test & Code 132: mocking in Python - Anna-Lena Popkes
Using mock objects during testing in Python.
Real Python: The Python return Statement: Usage and Best Practices
Link: https://realpython.com/python-return-statement/
The Python return statement is a key component of functions and methods. You can use the return statement to make your functions send Python objects back to the caller code. These objects are known as
Link: https://realpython.com/python-return-statement/
The Python return statement is a key component of functions and methods. You can use the return statement to make your functions send Python objects back to the caller code. These objects are known as
Realpython
The Python return Statement: Usage and Best Practices – Real Python
In this step-by-step tutorial, you'll learn how to use the Python return statement when writing functions. Additionally, you'll cover some good programming practices related to the use of return. With this knowledge, you'll be able to write readable, robust…
Made With Mu: Resources: Python for Kids
Link: https://madewith.mu/mu/users/2020/09/28/python-for-kids.html
Friend of Mu, Kevin Thomas has
been hard at work creating free-to-use resources for kids (and older kids) who
want to learn Python, with the BBC micro:bit and Mu.
Each of the ten resources tackles a
Link: https://madewith.mu/mu/users/2020/09/28/python-for-kids.html
Friend of Mu, Kevin Thomas has
been hard at work creating free-to-use resources for kids (and older kids) who
want to learn Python, with the BBC micro:bit and Mu.
Each of the ten resources tackles a
Made With Mu
Resources: Python for Kids
Friend of Mu, Kevin Thomas has been hard at work creating free-to-use resources for kids (and older kids) who want to learn Python, with the BBC micro:bit and Mu.
Andrew Dalke: Simple FPS fingerprint similarity search: variations on a theme
Link: http://www.dalkescientific.com/writings/diary/archive/2020/09/28/simple_fps_fingerprint_search.html
It's easy to write a fingerprint search tool. Peter Willett tells a
story about how very soon after he, Winterman, and Bawden published
Implementation
of nearest-neighbor searching in an online chem
Link: http://www.dalkescientific.com/writings/diary/archive/2020/09/28/simple_fps_fingerprint_search.html
It's easy to write a fingerprint search tool. Peter Willett tells a
story about how very soon after he, Winterman, and Bawden published
Implementation
of nearest-neighbor searching in an online chem
Montreal Python User Group: Montréal-Python 80 – Pedal Kayak
Link: https://montrealpython.org/en/2020/09/mp-80/
Greetings Python community, October is fast approaching with vibrant fall colour and our favourite apples. This is the occasion to set the table for our 80th event – Pedal Kayak – which will take pla
Link: https://montrealpython.org/en/2020/09/mp-80/
Greetings Python community, October is fast approaching with vibrant fall colour and our favourite apples. This is the occasion to set the table for our 80th event – Pedal Kayak – which will take pla
Podcast.__init__: Solving Python Package Creation For End User Applications With PyOxidizer - Episode 282
Link: https://www.pythonpodcast.com/pyoxidizer-python-package-creation-episode-282/
Python is a powerful and expressive programming language with a vast ecosystem of incredible applications. Unfortunately, it has always been challenging to share those applications with non-technical
Link: https://www.pythonpodcast.com/pyoxidizer-python-package-creation-episode-282/
Python is a powerful and expressive programming language with a vast ecosystem of incredible applications. Unfortunately, it has always been challenging to share those applications with non-technical
The Python Podcast.__init__
The Python Podcast.__init__: Solving Python Package Creation For End User Applications With PyOxidizer
An interview with Gregory Szorc about his work on the PyOxidizer project for simplifying Python package creation to simplify sharing applications with end users.
Codementor: Sumana Harihareswara is an open-source software fairy... and other things I learned recording her DevJourney
Link: https://www.codementor.io/timothepdotnet/sumana-harihareswara-is-an-open-source-software-fairy-and-other-things-i-learned-recording-her-devjourney-1aqwm0cv2a
Sumana Harihareswara is an open-source software fairy. After interviewing her for the DevJourney podcast, here are the key takeaways I personally took out of the discussion.
Link: https://www.codementor.io/timothepdotnet/sumana-harihareswara-is-an-open-source-software-fairy-and-other-things-i-learned-recording-her-devjourney-1aqwm0cv2a
Sumana Harihareswara is an open-source software fairy. After interviewing her for the DevJourney podcast, here are the key takeaways I personally took out of the discussion.
www.codementor.io
Sumana Harihareswara is an open-source software fairy... and other things I learned recording her DevJourney | Codementor
Sumana Harihareswara is an open-source software fairy. After interviewing her for the DevJourney podcast, here are the key takeaways I personally took out of the discussion.
Codementor: All You Need To Know For Selenium Testing On The Cloud
Link: https://www.codementor.io/himanshuseth/all-you-need-to-know-for-selenium-testing-on-the-cloud-1arjqftiyy
Selenium testing on the cloud is the most efficient way to scale up automated browser testing. This blog will help you get started with cross browser testing in Selenium.
Link: https://www.codementor.io/himanshuseth/all-you-need-to-know-for-selenium-testing-on-the-cloud-1arjqftiyy
Selenium testing on the cloud is the most efficient way to scale up automated browser testing. This blog will help you get started with cross browser testing in Selenium.
www.codementor.io
All You Need To Know For Selenium Testing On The Cloud | Codementor
Selenium testing on the cloud is the most efficient way to scale up automated browser testing. This blog will help you get started with cross browser testing in Selenium.
Codementor: Why use Python Programming for building a Healthcare Application
Link: https://www.codementor.io/parthbarot/why-use-python-programming-for-building-a-healthcare-application-1arpv6m4wn
Python programming in healthcare is changing how doctors and clinicians approach patient care delivery. Here’s why Python for healthcare is the right choice for better health outcomes.
Link: https://www.codementor.io/parthbarot/why-use-python-programming-for-building-a-healthcare-application-1arpv6m4wn
Python programming in healthcare is changing how doctors and clinicians approach patient care delivery. Here’s why Python for healthcare is the right choice for better health outcomes.
www.codementor.io
Why use Python Programming for building a Healthcare Application | Codementor
Python programming in healthcare is changing how doctors and clinicians approach patient care delivery. Here’s why Python for healthcare is the right choice for better health outcomes.
Mike Driscoll: wxPython by Example – Drag-and-Drop an Image (Video)
Link: https://www.blog.pythonlibrary.org/2020/09/29/wxpython-by-example-drag-and-drop-an-image-video/
In this tutorial, you will learn how to drag an image into your #wxPython application and display it to your user.
If you enjoy this video, you may want to check out my book, Creating GUI Application
Link: https://www.blog.pythonlibrary.org/2020/09/29/wxpython-by-example-drag-and-drop-an-image-video/
In this tutorial, you will learn how to drag an image into your #wxPython application and display it to your user.
If you enjoy this video, you may want to check out my book, Creating GUI Application
The Mouse Vs. The Python
wxPython by Example - Drag-and-Drop an Image (Video) - The Mouse Vs. The Python
In this tutorial, you will learn how to drag an image into your #wxPython application and display it to your user. If you enjoy this video, you may want to check out my book, Creating GUI Applications with wxPython, available on Leanpub and Amazon.
Real Python: Using Google Login With Flask
Link: https://realpython.com/courses/using-google-login-flask/
In this course, you’ll work through the creation of a Flask web application. Your application will allow a user to log in using their Google identity instead of creating a new account. There are tons
Link: https://realpython.com/courses/using-google-login-flask/
In this course, you’ll work through the creation of a Flask web application. Your application will allow a user to log in using their Google identity instead of creating a new account. There are tons
Realpython
Using Google Login With Flask – Real Python
In this course, you'll create a Flask application that lets users sign in using their Google login. You'll learn about OAuth 2 and OpenID Connect and also find out how to implement some code to handle user session management.
Python Morsels: Writing a for loop
Link: https://www.pythonmorsels.com/topics/writing-a-for-loop/
Related Article:
Loop Better: a deeper look at iteration in Python
Transcript
You can use a for loop to loop over any iterable (iter-able). Anything you're able to iterate over can be looped over
Link: https://www.pythonmorsels.com/topics/writing-a-for-loop/
Related Article:
Loop Better: a deeper look at iteration in Python
Transcript
You can use a for loop to loop over any iterable (iter-able). Anything you're able to iterate over can be looped over
Pythonmorsels
Writing a for loop
Quansight Labs Blog: Design of the Versioned HDF5 Library
Link: https://labs.quansight.org/blog/2020/09/design-of-the-versioned-hdf5-library/
In a previous
post, we
introduced the Versioned HDF5 library and described some of its features. In
this post, we'll go into detail on how the underlying design of the library
works on a technical lev
Link: https://labs.quansight.org/blog/2020/09/design-of-the-versioned-hdf5-library/
In a previous
post, we
introduced the Versioned HDF5 library and described some of its features. In
this post, we'll go into detail on how the underlying design of the library
works on a technical lev
Quansight Labs
Design of the Versioned HDF5 Library
In a previous
post, we
introduced the Versioned HDF5 library and described some of its features. In
this post, we'll go into detail on how the underlying design of the library
works on a technical lev
post, we
introduced the Versioned HDF5 library and described some of its features. In
this post, we'll go into detail on how the underlying design of the library
works on a technical lev
PyCoder’s Weekly: Issue #440 (Sept. 29, 2020)
Link: https://pycoders.com/issues/440
#440 – SEPTEMBER 29, 2020 View in Browser » Python for Kids In this ten part series, senior software engineer Kevin Thomas presents a kid-friendly comprehensive Python development tutorial utili
Link: https://pycoders.com/issues/440
#440 – SEPTEMBER 29, 2020 View in Browser » Python for Kids In this ten part series, senior software engineer Kevin Thomas presents a kid-friendly comprehensive Python development tutorial utili
Pycoders
PyCoder’s Weekly | Issue #440
Issue #440 of the PyCoder’s Weekly newsletter, published Sept. 29, 2020.
Andrew Dalke: Simple k-NN FPS Tanimoto and cosine similarity search
Link: http://www.dalkescientific.com/writings/diary/archive/2020/09/29/simple_knn_search.html.html
Yesterday
I developed an simple program to search chembl_27.fps.gz
for records with a Tanimoto similarity of at least 0.7 to caffeine. I
started by mentioning the 1986 paper by Willet, Winterman, and
Link: http://www.dalkescientific.com/writings/diary/archive/2020/09/29/simple_knn_search.html.html
Yesterday
I developed an simple program to search chembl_27.fps.gz
for records with a Tanimoto similarity of at least 0.7 to caffeine. I
started by mentioning the 1986 paper by Willet, Winterman, and
Catalin George Festila: Python Qt5 - Use QStandardItem with Images.
Link: http://python-catalin.blogspot.com/2020/09/python-qt5-use-qstandarditem-with-images.html
This tutorial show you how to use QStandardItem with Images.
The source code is simple to understand.
import sys
from PyQt5.QtWidgets import QApplication, QMainWindow, QTreeView
from PyQt5.QtCore impo
Link: http://python-catalin.blogspot.com/2020/09/python-qt5-use-qstandarditem-with-images.html
This tutorial show you how to use QStandardItem with Images.
The source code is simple to understand.
import sys
from PyQt5.QtWidgets import QApplication, QMainWindow, QTreeView
from PyQt5.QtCore impo
Blogspot
Python Qt5 - Use QStandardItem with Images.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
eGenix.com: Python Meeting Düsseldorf - 2020-09-30
Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2020-09-30
The following text is in German, since we're announcing a regional user group meeting in Düsseldorf, Germany.
Ankündigung
Das nächste Python Meeting Düsseldorf findet an folgendem Termin statt:
30.0
Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2020-09-30
The following text is in German, since we're announcing a regional user group meeting in Düsseldorf, Germany.
Ankündigung
Das nächste Python Meeting Düsseldorf findet an folgendem Termin statt:
30.0
eGenix.com
eGenix.com: Python Meeting Düsseldorf - 2020-09-30
We are pleased to announce the next Python Meeting Düsseldorf on 2020-09-30.
LAAC Technology: Making Concurrent HTTP requests with Python AsyncIO
Link: https://www.laac.dev/blog/concurrent-http-requests-python-asyncio/
Table of Contents
Introduction
Project Set Up
Example Code
Test the Example Code
Walk Through
Final Thoughts
Introduction
Python 3.4 added the asyncio module to the standard library. Asyncio allo
Link: https://www.laac.dev/blog/concurrent-http-requests-python-asyncio/
Table of Contents
Introduction
Project Set Up
Example Code
Test the Example Code
Walk Through
Final Thoughts
Introduction
Python 3.4 added the asyncio module to the standard library. Asyncio allo
LAAC Technology
Making Concurrent HTTP requests with Python AsyncIO | LAAC Technology
Fetch stock prices concurrently using HTTP connection pooling and asyncio in Python with httpx.
Real Python: Python's map(): Processing Iterables Without a Loop
Link: https://realpython.com/python-map-function/
Python’s map() is a built-in function that allows you to process and transform all the items in an iterable without using an explicit for loop, a technique commonly known as mapping. map() is useful w
Link: https://realpython.com/python-map-function/
Python’s map() is a built-in function that allows you to process and transform all the items in an iterable without using an explicit for loop, a technique commonly known as mapping. map() is useful w
Realpython
Python's map(): Processing Iterables Without a Loop – Real Python
In this step-by-step tutorial, you'll learn how Python's map() works and how to use it effectively in your programs. You'll also learn how to use list comprehension and generator expressions to replace map() in a Pythonic and efficient way.
Codementor: Production ready Django App in Amazon Lightsail - Weblog
Link: https://www.codementor.io/tiagoperes/production-ready-django-app-in-amazon-lightsail-weblog-1aszxci007
This article is based in this documentation page and this video where Mike Coleman takes us how to deploy a Django application on Amazon Lightsail.
Link: https://www.codementor.io/tiagoperes/production-ready-django-app-in-amazon-lightsail-weblog-1aszxci007
This article is based in this documentation page and this video where Mike Coleman takes us how to deploy a Django application on Amazon Lightsail.
www.codementor.io
Production ready Django App in Amazon Lightsail - Weblog | Codementor
This article is based in this documentation page and this video where Mike Coleman takes us how to deploy a Django application on Amazon Lightsail.