PyBites: Is it time to step back and look at the greater design?
Link: https://pybit.es/articles/pp74-step-back-review-your-design/
**The official Pybites T-Shirt**
This week we talk about an important topic: how to prevent yourself as a programmer from getting into tunnel vision when coding.
We have a nice practical example we
Link: https://pybit.es/articles/pp74-step-back-review-your-design/
**The official Pybites T-Shirt**
This week we talk about an important topic: how to prevent yourself as a programmer from getting into tunnel vision when coding.
We have a nice practical example we
PyBites
Is It Time To Step Back And Look At The Greater Design? - PyBites
You have to take a step back from time to time ("creating space") to think about the bigger picture design.
PyBites: What I have learned from an open-source project
Link: https://pybit.es/articles/what-i-have-learned-from-an-open-source-project/
What preceded it
I like the Carbon images that appear on Twitter from Pybites. Out of curiosity, I took a look at the code on GitHub, but it was pretty overwhelming and intimidating, so I quickly move
Link: https://pybit.es/articles/what-i-have-learned-from-an-open-source-project/
What preceded it
I like the Carbon images that appear on Twitter from Pybites. Out of curiosity, I took a look at the code on GitHub, but it was pretty overwhelming and intimidating, so I quickly move
PyBites
What I Have Learned From An Open-source Project - PyBites
To get out of this paralysis tutorial, I started with PDM (the Pybites Developer Mindset program). The one-on-one guidance from someone who will assess my
Kushal Das: Tor 0.4.7.8 is ready
Link: https://kushaldas.in/posts/tor-0-4-7-8-is-ready.html
Last night I built and pushed the Tor RPM(s) for 0.4.7.8. This is a security update, so please
make sure that you upgrade your relays and bridges.
You can know more about the Tor's RPM respository a
Link: https://kushaldas.in/posts/tor-0-4-7-8-is-ready.html
Last night I built and pushed the Tor RPM(s) for 0.4.7.8. This is a security update, so please
make sure that you upgrade your relays and bridges.
You can know more about the Tor's RPM respository a
Python Software Foundation: PyCon US: Successful Return to In-Person in 2022
Link: http://pyfound.blogspot.com/2022/06/pycon-us-successful-return-to-in-person.html
We held our first in-person event since 2019 in Salt Lake City last month and it was well-attended, celebratory, and safe. We had 1,753 in-person attendees and 669 online attendees. Of the in-person a
Link: http://pyfound.blogspot.com/2022/06/pycon-us-successful-return-to-in-person.html
We held our first in-person event since 2019 in Salt Lake City last month and it was well-attended, celebratory, and safe. We had 1,753 in-person attendees and 669 online attendees. Of the in-person a
Python Software Foundation Blog
PyCon US: Successful Return to In-Person in 2022
We held our first in-person event since 2019 in Salt Lake City last month and it was well-attended, celebratory, and safe. We had 1,753 in-p...
Python Software Foundation: The PSF Board Election is Open!
Link: http://pyfound.blogspot.com/2022/06/the-psf-board-election-is-open.html
It’s time to cast your vote! Voting takes place from Monday, June 20 AoE, through Friday, June 30, 2022 AoE. Check here to see how much time you have left to vote. If you are a voting member of the PS
Link: http://pyfound.blogspot.com/2022/06/the-psf-board-election-is-open.html
It’s time to cast your vote! Voting takes place from Monday, June 20 AoE, through Friday, June 30, 2022 AoE. Check here to see how much time you have left to vote. If you are a voting member of the PS
Python Software Foundation Blog
The PSF Board Election is Open!
It’s time to cast your vote! Voting takes place from Monday, June 20 AoE, through Thursday, June 30, 2022 AoE. Check here to see how much t...
"Morphex's Blogologue": Some more easy sunday accounting hacks
Link: http://blogologue.com/blog_entry?id=1655664405X3
I added some code to the ravencoin-taxman tool today:https://github.com/morphex/ravencoin-taxman/commit/55f47b67f...which enables the calculation of earnings in a local currency. So if you're mining f
Link: http://blogologue.com/blog_entry?id=1655664405X3
I added some code to the ravencoin-taxman tool today:https://github.com/morphex/ravencoin-taxman/commit/55f47b67f...which enables the calculation of earnings in a local currency. So if you're mining f
Mike Driscoll: PyDev of the Week: Jürgen Gmach
Link: https://www.blog.pythonlibrary.org/2022/06/20/pydev-of-the-week-jurgen-gmach/
This week we welcome Jürgen Gmach (@jugmac00) as our PyDev of the Week! Jürgen is a maintainer of the Tox automation project. You can see what else Jürgen is up to over on his website. You can also ch
Link: https://www.blog.pythonlibrary.org/2022/06/20/pydev-of-the-week-jurgen-gmach/
This week we welcome Jürgen Gmach (@jugmac00) as our PyDev of the Week! Jürgen is a maintainer of the Tox automation project. You can see what else Jürgen is up to over on his website. You can also ch
Mouse Vs Python
PyDev of the Week: Jürgen Gmach - Mouse Vs Python
This week we welcome Jürgen Gmach (@jugmac00) as our PyDev of the Week! Jürgen is a maintainer of the tox automation project. You can see what else Jürgen
Python for Beginners: Read CSV Into a List of Lists in Python
Link: https://www.pythonforbeginners.com/basics/read-csv-into-a-list-of-lists-in-python
We often need to process csv files to analyze data related to a business problem. In this article, we will discuss how we can read a csv file into a list of lists in python.
Read CSV Into a List of Li
Link: https://www.pythonforbeginners.com/basics/read-csv-into-a-list-of-lists-in-python
We often need to process csv files to analyze data related to a business problem. In this article, we will discuss how we can read a csv file into a list of lists in python.
Read CSV Into a List of Li
PythonForBeginners.com
Read CSV Into a List of Lists in Python - PythonForBeginners.com
Read CSV Into a List of Lists in Python will help you improve your python skills with easy to follow examples and tutorials.
Real Python: How Can You Emulate Do-While Loops in Python?
Link: https://realpython.com/python-do-while/
If you came to Python from a language like C, C++, Java, or JavaScript, then you may be missing their do-while loop construct. A do-while loop is a common control flow statement that executes its code
Link: https://realpython.com/python-do-while/
If you came to Python from a language like C, C++, Java, or JavaScript, then you may be missing their do-while loop construct. A do-while loop is a common control flow statement that executes its code
Realpython
How Can You Emulate Do-While Loops in Python? – Real Python
In this tutorial, you'll learn how to emulate do-while loops in Python. The most common technique to do this is to create an infinite while loop with a conditional statement that controls the loop and jumps out of it using a break statement.
death and gravity: The unreasonable effectiveness of f-strings and re.VERBOSE
Link: https://death.andgravity.com/f-re
... in which we look at one or two ways to make life easier
when working with Python regular expressions.
tl;dr: You can compose verbose regular expressions using f-strings.
Here's a real-world exam
Link: https://death.andgravity.com/f-re
... in which we look at one or two ways to make life easier
when working with Python regular expressions.
tl;dr: You can compose verbose regular expressions using f-strings.
Here's a real-world exam
death and gravity
The unreasonable effectiveness of f-strings and re.VERBOSE
... in which we look at one or two ways to make life easier when working with Python regular expressions.
Python⇒Speed: Why new Macs break your Docker build, and how to fix it
Link: https://pythonspeed.com/articles/docker-build-problems-mac/
One of the promises of Docker is reproducibility: you can build an image on a different machine, and assuming you’ve done the appropriate setup, get the same result.
So it can be a little confusing wh
Link: https://pythonspeed.com/articles/docker-build-problems-mac/
One of the promises of Docker is reproducibility: you can build an image on a different machine, and assuming you’ve done the appropriate setup, get the same result.
So it can be a little confusing wh
Python⇒Speed
Why new Macs break your Docker build, and how to fix it
New Macs can break your Docker image build in unexpected ways; learn why, and how to fix it.
Łukasz Langa: Weekly Report, June 6 - 12
Link: https://lukasz.langa.pl/856f5c32-4f3a-4a7b-9777-478c8a7ccfa2/
The week in numbers: 7 closed issues, 1 opened. 47 closed PRs, 4 more reviewed.
Link: https://lukasz.langa.pl/856f5c32-4f3a-4a7b-9777-478c8a7ccfa2/
The week in numbers: 7 closed issues, 1 opened. 47 closed PRs, 4 more reviewed.
lukasz.langa.pl
Weekly Report, June 6 - 12 - Łukasz Langa
The week in numbers: 7 closed issues, 1 opened. 47 closed PRs, 4 more reviewed.
Łukasz Langa: Weekly Report, June 13 - 19
Link: https://lukasz.langa.pl/b48cc260-85a1-471d-864b-1d408ecbe043/
This week was almost entirely focused on iOS build support for CPython. I’m writing a blog post on my adventures with this. I also spent some time with the CLA bot. In terms of pull requests, I barely
Link: https://lukasz.langa.pl/b48cc260-85a1-471d-864b-1d408ecbe043/
This week was almost entirely focused on iOS build support for CPython. I’m writing a blog post on my adventures with this. I also spent some time with the CLA bot. In terms of pull requests, I barely
lukasz.langa.pl
Weekly Report, June 13 - 19 - Łukasz Langa
This week was almost entirely focused on iOS build support for CPython. I’m writing a blog post on my adventures with this. I also spent some time with the CLA bot. In terms of pull requests, I barely closed 13.
Zato Blog: How to integrate with Confluence APIs
Link: https://zato.io/blog/posts/confluence-python-api.html
Overview
In
a previous article,
I talked about Jira, and if you are a Jira user, chances are that you also use Confluence as they often go hand in hand,
Jira as a ticketing application and Confluence
Link: https://zato.io/blog/posts/confluence-python-api.html
Overview
In
a previous article,
I talked about Jira, and if you are a Jira user, chances are that you also use Confluence as they often go hand in hand,
Jira as a ticketing application and Confluence
zato.io
Zato Blog
Hynek Schlawack: Don’t Mock What You Don’t Own in 5 Minutes
Link: https://hynek.me/articles/what-to-mock-in-5-mins/
A common issue programmers have when they try to test real-world software is how to deal with third-party dependencies. Let’s examine an old, but counter-intuitive principle.
Link: https://hynek.me/articles/what-to-mock-in-5-mins/
A common issue programmers have when they try to test real-world software is how to deal with third-party dependencies. Let’s examine an old, but counter-intuitive principle.
Hynek Schlawack
“Don’t Mock What You Don’t Own” in 5 Minutes
A common issue when writing tests for real-world software is how to deal with third-party dependencies. Let’s examine an old, but counter-intuitive principle.
Django Weblog: Django 4.1 beta 1 released
Link: https://www.djangoproject.com/weblog/2022/jun/21/django-41-beta-1-released/
Django 4.1 beta 1 is now available. It represents the second stage in the 4.1
release cycle and is an opportunity for you to try out the changes coming in
Django 4.1.
Django 4.1 has an profusion of ne
Link: https://www.djangoproject.com/weblog/2022/jun/21/django-41-beta-1-released/
Django 4.1 beta 1 is now available. It represents the second stage in the 4.1
release cycle and is an opportunity for you to try out the changes coming in
Django 4.1.
Django 4.1 has an profusion of ne
Zero-with-Dot (Oleg Żero): Convenient scheduler in python
Link: https://zerowithdot.com/scheduler-in-python/
Introduction
Python has become an all-purpose language.
It is especially commonly used in analytics and solving algorithmic problems within data science but is also popular in web development.
This co
Link: https://zerowithdot.com/scheduler-in-python/
Introduction
Python has become an all-purpose language.
It is especially commonly used in analytics and solving algorithmic problems within data science but is also popular in web development.
This co
Zerowithdot
Convenient scheduler in python
Small-scale convenient approach to scheduling e.g. ETL tasks with python.
Test and Code: 190: Testing PyPy - Carl Friedrich Bolz-Tereick
Link: https://testandcode.com/190
PyPy is a fast, compliant alternative implementation of Python.
cPython is implemented in C.
PyPy is implemented in Python.
What does that mean?
And how do you test something as huge as an alternative
Link: https://testandcode.com/190
PyPy is a fast, compliant alternative implementation of Python.
cPython is implemented in C.
PyPy is implemented in Python.
What does that mean?
And how do you test something as huge as an alternative
Python Test
Python Test | Testing PyPy - Carl Friedrich Bolz-Tereick
PyPy is a fast, compliant alternative implementation of Python. cPython is implemented in C. PyPy is implemented in Python. What does that mean? And how do you test something as huge as an alternat...
Real Python: Python mmap: Doing File I/O With Memory Mapping
Link: https://realpython.com/courses/python-mmap-io/
The Zen of Python has a lot of wisdom to offer. One especially useful idea is that “There should be one—and preferably only one—obvious way to do it.” Yet there are multiple ways to do most things in
Link: https://realpython.com/courses/python-mmap-io/
The Zen of Python has a lot of wisdom to offer. One especially useful idea is that “There should be one—and preferably only one—obvious way to do it.” Yet there are multiple ways to do most things in
Realpython
Python mmap: Doing File I/O With Memory Mapping – Real Python
In this video course, you'll learn how to use Python's mmap module to improve your code's performance when you're working with files. You'll get a quick overview of the different types of memory before diving into how and why memory mapping with mmap can…
LAAC Technology: Should You Use AsyncIO for Your Next Python Web Application?
Link: https://www.laac.dev/blog/should-you-use-asyncio-next-python-web-application/
Python’s AsyncIO web ecosystem continues to mature, but should you build your next production application with one of
these shiny new frameworks such as FastAPI, Starlette, or Quart?
Table of Content
Link: https://www.laac.dev/blog/should-you-use-asyncio-next-python-web-application/
Python’s AsyncIO web ecosystem continues to mature, but should you build your next production application with one of
these shiny new frameworks such as FastAPI, Starlette, or Quart?
Table of Content
LAAC Technology
Should You Use AsyncIO for Your Next Python Web Application? | LAAC Technology
Python's AsyncIO web ecosystem continues to mature, but should you build your next production application
with one of these shiny new frameworks such as FastAPI, Starlette, or Quart?
with one of these shiny new frameworks such as FastAPI, Starlette, or Quart?
PyCoder’s Weekly: Issue #530 (June 21, 2022)
Link: https://pycoders.com/issues/530
#530 – JUNE 21, 2022 View in Browser » Objects, Functions, Generators, and Coroutines Although different concepts, objects, functions, generators, and coroutines can be used almost interchangeab
Link: https://pycoders.com/issues/530
#530 – JUNE 21, 2022 View in Browser » Objects, Functions, Generators, and Coroutines Although different concepts, objects, functions, generators, and coroutines can be used almost interchangeab
Pycoders
PyCoder’s Weekly | Issue #530
Issue #530 of the PyCoder’s Weekly newsletter, published June 21, 2022.