Ł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.
Python Bytes: #289 Textinator is coming for your text, wherever it is
Link: https://pythonbytes.fm/episodes/show/289/textinator-is-coming-for-your-text-wherever-it-is
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=UP2JK6ISB9I' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
Link: https://pythonbytes.fm/episodes/show/289/textinator-is-coming-for-your-text-wherever-it-is
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=UP2JK6ISB9I' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
pythonbytes.fm
Textinator is coming for your text, wherever it is
News and announcements from the Python community for the week of Jun 21st, 2022
Python Anywhere: Anaconda Acquisition FAQs
Link: https://blog.pythonanywhere.com/204/
In June 2022, Anaconda announced its acquisition of PythonAnywhere. This acquisition expands Python team collaboration in the cloud and adds capabilities designed to unite teams and create access to m
Link: https://blog.pythonanywhere.com/204/
In June 2022, Anaconda announced its acquisition of PythonAnywhere. This acquisition expands Python team collaboration in the cloud and adds capabilities designed to unite teams and create access to m
Python for Beginners: Append Dictionary to CSV File in Python
Link: https://www.pythonforbeginners.com/basics/append-dictionary-to-csv-file-in-python
CSV files are one of the most efficient tools to store structured, tabular data. Sometimes, we might need to append data to the CSV file from a python dictionary. In this article, we will discuss how
Link: https://www.pythonforbeginners.com/basics/append-dictionary-to-csv-file-in-python
CSV files are one of the most efficient tools to store structured, tabular data. Sometimes, we might need to append data to the CSV file from a python dictionary. In this article, we will discuss how
PythonForBeginners.com
Append Dictionary to CSV File in Python - PythonForBeginners.com
Append Dictionary to CSV File in Python will help you improve your python skills with easy to follow examples and tutorials.
Talk Python to Me: #370: OpenBB: Python's Open-source Investment Platform
Link: https://talkpython.fm/episodes/show/370/openbb-pythons-open-source-investment-platform
You may have heard of the Bloomberg terminal. It's expensive software that can monitor and analyze real-time financial market data and place trades on the electronic trading platform. But have you hea
Link: https://talkpython.fm/episodes/show/370/openbb-pythons-open-source-investment-platform
You may have heard of the Bloomberg terminal. It's expensive software that can monitor and analyze real-time financial market data and place trades on the electronic trading platform. But have you hea
talkpython.fm
OpenBB: Python's Open-source Investment Platform
You may have heard of the Bloomberg terminal. It's expensive software that can monitor and analyze real-time financial market data and place trades on the electronic trading platform. But have you heard of OpenBB? It's similar software for real-time and long…
Real Python: Effective Python Testing With Pytest
Link: https://realpython.com/pytest-python-testing/
Testing your code brings a wide variety of benefits. It increases your confidence that the code behaves as you expect and ensures that changes to your code won’t cause regressions. Writing and maintai
Link: https://realpython.com/pytest-python-testing/
Testing your code brings a wide variety of benefits. It increases your confidence that the code behaves as you expect and ensures that changes to your code won’t cause regressions. Writing and maintai
Realpython
Effective Python Testing With pytest – Real Python
In this tutorial, you'll learn how to take your testing to the next level with pytest. You'll cover intermediate and advanced pytest features such as fixtures, marks, parameters, and plugins. With pytest, you can make your test suites fast, effective, and…
Python Morsels: Appreciating Python's match-case by parsing Python code
Link: https://www.pythonmorsels.com/match-case-parsing-python/
Python's match-case blocks are complex structural pattern matching tools that are often more hassle than they're worth. But they're great for parsing abstract syntax trees.
Table of contents
Why re
Link: https://www.pythonmorsels.com/match-case-parsing-python/
Python's match-case blocks are complex structural pattern matching tools that are often more hassle than they're worth. But they're great for parsing abstract syntax trees.
Table of contents
Why re
Pythonmorsels
Appreciating Python's match-case by parsing Python code
Python's match-case blocks are complex structural pattern matching tools that are often more hassle than they're worth. But they're great for parsing abstract syntax trees.
PyCharm: PyCharm 2022.1.3 Is Out!
Link: https://blog.jetbrains.com/pycharm/2022/06/2022-1-3/
We just released PyCharm 2022.1.3, which provides fixes for the important regressions that appeared in 2022.1 and 2022.1.1.
Please note: If you already have PyCharm 2022.1.2 installed, you will need t
Link: https://blog.jetbrains.com/pycharm/2022/06/2022-1-3/
We just released PyCharm 2022.1.3, which provides fixes for the important regressions that appeared in 2022.1 and 2022.1.1.
Please note: If you already have PyCharm 2022.1.2 installed, you will need t
The JetBrains Blog
PyCharm 2022.1.3 Is Out! | The PyCharm Blog
We just released PyCharm 2022.1.3, which provides fixes for the important regressions that appeared in 2022.1 and 2022.1.1.
Please note: If you already have PyCharm 2022.1.2 installed, you will nee
Please note: If you already have PyCharm 2022.1.2 installed, you will nee
ItsMyCode: [Solved] AttributeError: ‘int’ object has no attribute ‘get’
Link: https://itsmycode.com/solved-attributeerror-int-object-has-no-attribute-get/
The AttributeError: ‘int’ object has no attribute ‘get’ mainly occurs when you try to call the get() method on the integer type. The attribute get() method is present in the dictionary and must be cal
Link: https://itsmycode.com/solved-attributeerror-int-object-has-no-attribute-get/
The AttributeError: ‘int’ object has no attribute ‘get’ mainly occurs when you try to call the get() method on the integer type. The attribute get() method is present in the dictionary and must be cal
ItsMyCode
[Solved] AttributeError: 'int' object has no attribute 'get' - ItsMyCode
The AttributeError: 'int' object has no attribute 'get' mainly occurs when you try to call the get() method on the integer type.
ItsMyCode: [Solved] AttributeError: ‘str’ object has no attribute ‘get’
Link: https://itsmycode.com/solved-attributeerror-str-object-has-no-attribute-get/
The AttributeError: ‘str’ object has no attribute ‘get’ mainly occurs when you try to call the get() method on the string data type. The attribute get() method is present in the dictionary and must be
Link: https://itsmycode.com/solved-attributeerror-str-object-has-no-attribute-get/
The AttributeError: ‘str’ object has no attribute ‘get’ mainly occurs when you try to call the get() method on the string data type. The attribute get() method is present in the dictionary and must be
ItsMyCode
[Solved] AttributeError: 'str' object has no attribute 'get' - ItsMyCode
The AttributeError: 'str' object has no attribute 'get' mainly occurs when you try to call the get() method on the string data type.
ItsMyCode: [Solved] AttributeError: ‘list’ object has no attribute ‘get’
Link: https://itsmycode.com/solved-attributeerror-list-object-has-no-attribute-get/
The AttributeError: ‘list’ object has no attribute ‘get’ mainly occurs when you try to call the get() method on the list data type. The attribute get() method is present in the dictionary and must be
Link: https://itsmycode.com/solved-attributeerror-list-object-has-no-attribute-get/
The AttributeError: ‘list’ object has no attribute ‘get’ mainly occurs when you try to call the get() method on the list data type. The attribute get() method is present in the dictionary and must be
ItsMyCode
[Solved] AttributeError: 'list' object has no attribute 'get' - ItsMyCode
The AttributeError: 'list' object has no attribute 'get' mainly occurs when you try to call the get() method on the list data type.
ItsMyCode: [Solved] AttributeError: ‘float’ object has no attribute ‘get’
Link: https://itsmycode.com/solved-attributeerror-float-object-has-no-attribute-get/
The AttributeError: ‘float’ object has no attribute ‘get’ mainly occurs when you try to call the get() method on the float data type. The attribute get() method is present in the dictionary and must b
Link: https://itsmycode.com/solved-attributeerror-float-object-has-no-attribute-get/
The AttributeError: ‘float’ object has no attribute ‘get’ mainly occurs when you try to call the get() method on the float data type. The attribute get() method is present in the dictionary and must b
ItsMyCode
[Solved] AttributeError: 'float' object has no attribute 'get' - ItsMyCode
The AttributeError: 'float' object has no attribute 'get' mainly occurs when you try to call the get() method on the float data type.