Mike Driscoll: PyDev of the Week: Jessica Garson
Link: https://www.blog.pythonlibrary.org/2020/03/16/pydev-of-the-week-jessica-garson/
This week we welcome Jessica Garson (@jessicagarson) as our PyDev of the Week! Jessica is a developer advocate at Twitter. She also teaches Python at New York University. You can see some of what she’
Link: https://www.blog.pythonlibrary.org/2020/03/16/pydev-of-the-week-jessica-garson/
This week we welcome Jessica Garson (@jessicagarson) as our PyDev of the Week! Jessica is a developer advocate at Twitter. She also teaches Python at New York University. You can see some of what she’
The Mouse Vs. The Python
PyDev of the Week: Jessica Garson - The Mouse Vs. The Python
This week we welcome Jessica Garson (@jessicagarson) as our PyDev of the Week! Jessica is a developer advocate at Twitter. She also teaches Python at New York University. You can see some of what she’s up to over on Github. Let’s spend some time getting to…
The Digital Cat: Public key cryptography: RSA keys
Link: https://www.thedigitalcatonline.com/blog/2018/04/25/rsa-keys/
I bet you created at least once an RSA key pair, usually because you needed to connect to GitHub and you wanted to avoid typing your password every time. You diligently followed the documentation on h
Link: https://www.thedigitalcatonline.com/blog/2018/04/25/rsa-keys/
I bet you created at least once an RSA key pair, usually because you needed to connect to GitHub and you wanted to avoid typing your password every time. You diligently followed the documentation on h
Thedigitalcatonline
Public key cryptography: RSA keys
An in-depth discussion of the format of RSA keys, the PEM format, ASN, and PKCS
Mike Driscoll: PyDev of the Week: Jessica Garson
Link: http://www.blog.pythonlibrary.org/2020/03/16/pydev-of-the-week-jessica-garson/
This week we welcome Jessica Garson (@jessicagarson) as our PyDev of the Week! Jessica is a developer advocate at Twitter. She also teaches Python at New York University. You can see some of what she’
Link: http://www.blog.pythonlibrary.org/2020/03/16/pydev-of-the-week-jessica-garson/
This week we welcome Jessica Garson (@jessicagarson) as our PyDev of the Week! Jessica is a developer advocate at Twitter. She also teaches Python at New York University. You can see some of what she’
The Mouse Vs. The Python
PyDev of the Week: Jessica Garson - The Mouse Vs. The Python
This week we welcome Jessica Garson (@jessicagarson) as our PyDev of the Week! Jessica is a developer advocate at Twitter. She also teaches Python at New York University. You can see some of what she’s up to over on Github. Let’s spend some time getting to…
Stack Abuse: Default Arguments in Python Functions
Link: https://stackabuse.com/default-arguments-in-python-functions/
Functions in Python are used to implement logic that you want to execute repeatedly at different places in your code. You can pass data to these functions via function arguments. In addition to passin
Link: https://stackabuse.com/default-arguments-in-python-functions/
Functions in Python are used to implement logic that you want to execute repeatedly at different places in your code. You can pass data to these functions via function arguments. In addition to passin
Stack Abuse
Default Arguments in Python Functions
The article explains the difference between normal arguments and the default arguments in Python functions with the help of different examples.
Catalin George Festila: Python 3.5.2 : Detect motion and save images with opencv.
Link: http://python-catalin.blogspot.com/2020/03/python-352-detect-motion-and-save.html
This script is simple to use it with a webcam or to parse a video file.
The main goal of this script is to see the difference in various frames of a video or webcam output.
The first frame of our vid
Link: http://python-catalin.blogspot.com/2020/03/python-352-detect-motion-and-save.html
This script is simple to use it with a webcam or to parse a video file.
The main goal of this script is to see the difference in various frames of a video or webcam output.
The first frame of our vid
Blogspot
Python 3.5.2 : Detect motion and save images with opencv.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Real Python: How to Do a Binary Search in Python
Link: https://realpython.com/binary-search-python/
Binary search is a classic algorithm in computer science. It often comes up in programming contests and technical interviews. Implementing binary search turns out to be a challenging task, even when y
Link: https://realpython.com/binary-search-python/
Binary search is a classic algorithm in computer science. It often comes up in programming contests and technical interviews. Implementing binary search turns out to be a challenging task, even when y
Realpython
How to Do a Binary Search in Python – Real Python
Binary search is a classic algorithm in computer science. In this step-by-step tutorial, you'll learn how to implement this algorithm in Python. You'll learn how to leverage existing libraries as well as craft your own binary search Python implementation.
James Bennett: Against service layers in Django
Link: https://www.b-list.org/weblog/2020/mar/16/no-service/
Recently I’ve seen posts and questions pop up in a few places about a sort of “enterprise” Django style guide that’s been getting attention. There are a number of things I disagree with in that guide,
Link: https://www.b-list.org/weblog/2020/mar/16/no-service/
Recently I’ve seen posts and questions pop up in a few places about a sort of “enterprise” Django style guide that’s been getting attention. There are a number of things I disagree with in that guide,
Mike Driscoll: Python 101 2nd Edition Kickstarter Ending in Two Days
Link: http://www.blog.pythonlibrary.org/2020/03/16/python-101-2nd-edition-kickstarter-ending-in-two-days/
My Kickstarter for the 2nd Edition of Python 101 is ending in less than two days. If you want a signed copy or to purchase one of my other books for a discount, you should check out the Kickstarter as
Link: http://www.blog.pythonlibrary.org/2020/03/16/python-101-2nd-edition-kickstarter-ending-in-two-days/
My Kickstarter for the 2nd Edition of Python 101 is ending in less than two days. If you want a signed copy or to purchase one of my other books for a discount, you should check out the Kickstarter as
The Mouse Vs. The Python
Python 101 2nd Edition Kickstarter Ending in Two Days - The Mouse Vs. The Python
My Kickstarter for the 2nd Edition of Python 101 is ending in less than two days. If you want a signed copy or to purchase one of my other books for a discount, you should check out the Kickstarter as I have lots of good deals on there. Also, note that the…
Doing Math with Python: Coding Starter Kit Humble Bundle
Link: http://doingmathwithpython.github.io/humble-bundle-coding-starter.html
I am very excited to share that "Doing Math with Python" is part of No Starch Press's Coding Starter Humble Bundle.
Of course, you get No Starch Press's other excellent coding books as part of the bu
Link: http://doingmathwithpython.github.io/humble-bundle-coding-starter.html
I am very excited to share that "Doing Math with Python" is part of No Starch Press's Coding Starter Humble Bundle.
Of course, you get No Starch Press's other excellent coding books as part of the bu
Podcast.__init__: Getting A Handle On Portable C Extensions With hpy
Link: https://www.pythonpodcast.com/hpy-python-extension-episode-254/
One of the driving factors of Python's success is the ability for developers to integrate with performant languages such as C and C++. The challenge is that the interface for those extensions is speci
Link: https://www.pythonpodcast.com/hpy-python-extension-episode-254/
One of the driving factors of Python's success is the ability for developers to integrate with performant languages such as C and C++. The challenge is that the interface for those extensions is speci
The Python Podcast.__init__
The Python Podcast.__init__: Getting A Handle On Portable C Extensions With hpy
An interview about the hpy project for standardizing a portable interface for Python extensions and its potential to unlock innovation in the interpreter
EuroPython: EuroPython 2020 and COVID-19
Link: http://blog.europython.eu/post/612393987829039104
As you probably already know, the Coronavirus is spreading throughout Europe and we wanted to give you an update on our current plans around on the situation.We will update this blog post as new infor
Link: http://blog.europython.eu/post/612393987829039104
As you probably already know, the Coronavirus is spreading throughout Europe and we wanted to give you an update on our current plans around on the situation.We will update this blog post as new infor
blog.europython.eu
EuroPython Blog
EuroPython 2020 and COVID-19 As you probably already know, the Coronavirus is spreading throughout Europe and we wanted to give you an update on our current plans around on the situation. We will...
EuroPython: EuroPython 2020: Going virtual
EuroPython 2021: Dublin, Ireland
Link: http://blog.europython.eu/post/612826526375919616
In our blog post on the COVID-19 last week, we were still hopeful that the situation would improve in time for the event in July. The last few days have shown us that we need to have a more realistic
EuroPython 2021: Dublin, Ireland
Link: http://blog.europython.eu/post/612826526375919616
In our blog post on the COVID-19 last week, we were still hopeful that the situation would improve in time for the event in July. The last few days have shown us that we need to have a more realistic
blog.europython.eu
EuroPython Blog
EuroPython 2020: Going virtual EuroPython 2021: Dublin, Ireland In our blog post on the COVID-19 last week, we were still hopeful that the situation would improve in time for the event in July. The...
Holger Krekel: Message to my IT/hacking friends (Mar17)
Link: https://holgerkrekel.net/2020/03/17/message-to-my-it-hacking-friends-mar17/
Some thoughts and advises on March 17 from BB33, a little office and hackerspace in Freiburg in the black forest. Sitting here alone. My 8yo and partner are good, a few streets further, as is her fam
Link: https://holgerkrekel.net/2020/03/17/message-to-my-it-hacking-friends-mar17/
Some thoughts and advises on March 17 from BB33, a little office and hackerspace in Freiburg in the black forest. Sitting here alone. My 8yo and partner are good, a few streets further, as is her fam
metaprogramming and politics
Message to my IT/hacking friends (Mar17)
Some thoughts and advises on March 17 from BB33, a little office and hackerspace in Freiburg in the black forest. Sitting here alone. My 8yo and partner are good, a few streets further, as is her f…
PyBites: Productivity Mondays - Tips from Adam Grant
Link: https://pybit.es/adam-grant.html
We are longtime fans of the Tim Ferriss' show. I was listening to Adam Grant — The Man Who Does Everything again and there were some awesome nuggets about productivity, motivation and mindset in there
Link: https://pybit.es/adam-grant.html
We are longtime fans of the Tim Ferriss' show. I was listening to Adam Grant — The Man Who Does Everything again and there were some awesome nuggets about productivity, motivation and mindset in there
PyBites
Productivity Mondays - Tips from Adam Grant
In this week's post a quick digest of Adam Grant's interview on the Tim Ferriss podcast.
Gocept Weblog: Zope May sprint goes remote
Link: https://blog.gocept.com/2020/03/17/zope-may-sprint-goes-remote/
Earl Zope was inviting to the Zope May sprint, hoping for many volunteers to come. Due to restrictions to prevent spreading of COVID-19 (Corona) this sprint is going to be remote-only. – By now all of
Link: https://blog.gocept.com/2020/03/17/zope-may-sprint-goes-remote/
Earl Zope was inviting to the Zope May sprint, hoping for many volunteers to come. Due to restrictions to prevent spreading of COVID-19 (Corona) this sprint is going to be remote-only. – By now all of
gocept blog
Zope May sprint goes remote
Earl Zope was inviting to the Zope May sprint, hoping for many volunteers to come. Due to restrictions to prevent spreading of COVID-19 (Corona) this sprint is going to be remote-only. – By now all…
Python Software Foundation: Débora Azevedo Awarded the PSF Community Service Award for Q4 2019
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/ibmfuvrFuoc/debora-azevedo-awarded-psf-community.html
Débora Azevedo co-founder of PyLadies Brazil and Django Girls Natal organizer, has been awarded the Python Software Foundation Q4 2019 Community Service Award.
Débora's outstanding contributi
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/ibmfuvrFuoc/debora-azevedo-awarded-psf-community.html
Débora Azevedo co-founder of PyLadies Brazil and Django Girls Natal organizer, has been awarded the Python Software Foundation Q4 2019 Community Service Award.
Débora's outstanding contributi
Blogspot
Débora Azevedo Awarded the PSF Community Service Award for Q4 2019
Débora Azevedo co-founder of PyLadies Brazil and Django Girls Natal organizer, has been awarded the Python Software Foundation Q4 2019...
Real Python: PyGame: A Primer on Game Programming in Python
Link: https://realpython.com/courses/pygame-primer/
In this course, you’ll learn about creating games using Python and the library PyGame.
By the end of this course, you’ll be able to:
Draw items on your screen
Play sound effects and music
Handle user
Link: https://realpython.com/courses/pygame-primer/
In this course, you’ll learn about creating games using Python and the library PyGame.
By the end of this course, you’ll be able to:
Draw items on your screen
Play sound effects and music
Handle user
Realpython
Make a 2D Side-Scroller Game With PyGame – Real Python
In this step-by-step course, you'll learn how to use PyGame. This library allows you to create games and rich multimedia programs in Python. You'll learn how to draw items on your screen, implement collision detection, handle user input, and much more!
PyCharm: Webinar: “Django and PyCharm Tips and Tricks” with Paul Everitt
Link: http://feedproxy.google.com/~r/Pycharm/~3/46lksdlYOII/
PyCharm has long had mature support for Django. Want to learn tips and tricks about Django to learn how to get the most out of PyCharm? In this webinar we go through bite-sized Django tips being added
Link: http://feedproxy.google.com/~r/Pycharm/~3/46lksdlYOII/
PyCharm has long had mature support for Django. Want to learn tips and tricks about Django to learn how to get the most out of PyCharm? In this webinar we go through bite-sized Django tips being added
PyCharm Blog
Webinar: “Django and PyCharm Tips and Tricks” with Paul Everitt
PyCharm has long had mature support for Django. Want to learn tips and tricks about Django to learn how to get the most out of PyCharm? In this webinar we go through bite-sized Django tips being ad…
Catalin George Festila: Python 3.6.9 : My colab tutorials - part 003.
Link: http://python-catalin.blogspot.com/2020/03/python-369-my-colab-tutorials-part-003.html
This tutorial refers to a python module named cirq.
The documentation of this python module can be found on this website.
The development team comes with this intro:
Cirq is a software library for wri
Link: http://python-catalin.blogspot.com/2020/03/python-369-my-colab-tutorials-part-003.html
This tutorial refers to a python module named cirq.
The documentation of this python module can be found on this website.
The development team comes with this intro:
Cirq is a software library for wri
Blogspot
Python 3.6.9 : My colab tutorials - part 003.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
PyCoder’s Weekly: Issue #412 (March 17, 2020)
Link: https://pycoders.com/issues/412
#412 – MARCH 17, 2020 View in Browser » The Most Critical Python Code Metric “Code metrics are a popular way to analyse the complexity of our software. For some reason, we are attracted to singl
Link: https://pycoders.com/issues/412
#412 – MARCH 17, 2020 View in Browser » The Most Critical Python Code Metric “Code metrics are a popular way to analyse the complexity of our software. For some reason, we are attracted to singl
Pycoders
PyCoder’s Weekly | Issue #412
Issue #412 of the PyCoder’s Weekly newsletter, published March 17, 2020.