Łukasz Langa: Weekly Report 2021, September 20 - 26
Link: https://lukasz.langa.pl/fd6b9c30-f664-47d1-9075-a8a7b0bdd372/
This week in numbers: closed 13 issues, closed 46 PRs, and reviewed 7.
Link: https://lukasz.langa.pl/fd6b9c30-f664-47d1-9075-a8a7b0bdd372/
This week in numbers: closed 13 issues, closed 46 PRs, and reviewed 7.
lukasz.langa.pl
Weekly Report 2021, September 20 - 26 - Łukasz Langa
This week in numbers: closed 13 issues, closed 46 PRs, and reviewed 7.
TestDriven.io: Django REST Framework Views - APIViews
Link: https://testdriven.io/blog/drf-views-part-1/
This article takes a deep dive into how Django REST Framework's views work and its most basic view, APIView.
Link: https://testdriven.io/blog/drf-views-part-1/
This article takes a deep dive into how Django REST Framework's views work and its most basic view, APIView.
testdriven.io
Django REST Framework Views - APIViews
This article takes a deep dive into how Django REST Framework's views work and its most basic view, APIView.
Mike Driscoll: PyDev of the Week: Tony Roberts
Link: https://www.blog.pythonlibrary.org/2021/09/27/pydev-of-the-week-tony-roberts/
This week we welcome Tony Roberts as our PyDev of the Week! Tony is the creator and maintainer of PyXLL, a paid add-in for Microsoft Excel that lets you script Excel using the Python programming langu
Link: https://www.blog.pythonlibrary.org/2021/09/27/pydev-of-the-week-tony-roberts/
This week we welcome Tony Roberts as our PyDev of the Week! Tony is the creator and maintainer of PyXLL, a paid add-in for Microsoft Excel that lets you script Excel using the Python programming langu
Mouse Vs Python
PyDev of the Week: Tony Roberts - Mouse Vs Python
Tony Roberts is our PyDev of the Week. Tony is the founder / creator of PyXLL, an add-in for Microsoft Excel. Read the full interview!
Stack Abuse: Python: Deep and Shallow Copy Object
Link: https://stackabuse.com/python-deep-and-shallow-copy-object/
Introduction
In this article, we'll take a look at how to deep and shallow copy the objects in Python.
The short answer is that you can use methods of the copy module, for both operations:
import copy
Link: https://stackabuse.com/python-deep-and-shallow-copy-object/
Introduction
In this article, we'll take a look at how to deep and shallow copy the objects in Python.
The short answer is that you can use methods of the copy module, for both operations:
import copy
Stack Abuse
Python: Deep and Shallow Copy Object
In this article we learn the difference between deep copying and shallow copying objects in Python, and how to do both with the copy library
Python for Beginners: Set Comprehension in Python
Link: https://www.pythonforbeginners.com/basics/set-comprehension-in-python
In python programming, we use different data structures like lists, tuples, sets, and dictionaries. Often we create new lists, sets or dictionaries from existing objects in our programs. In this arti
Link: https://www.pythonforbeginners.com/basics/set-comprehension-in-python
In python programming, we use different data structures like lists, tuples, sets, and dictionaries. Often we create new lists, sets or dictionaries from existing objects in our programs. In this arti
PythonForBeginners.com
Set Comprehension in Python - PythonForBeginners.com
Set Comprehension in Python will help you improve your python skills with easy to follow examples and tutorials. Click here to view code examples.
Real Python: Reverse Strings in Python: reversed(), Slicing, and More
Link: https://realpython.com/reverse-string-python/
When you’re using Python strings often in your code, you may face the need to work with them in reverse order. Python includes a few handy tools and techniques that can help you out in these situation
Link: https://realpython.com/reverse-string-python/
When you’re using Python strings often in your code, you may face the need to work with them in reverse order. Python includes a few handy tools and techniques that can help you out in these situation
Realpython
Reverse Strings in Python: reversed(), Slicing, and More – Real Python
In this step-by-step tutorial, you'll learn how to reverse strings in Python by using available tools such as reversed() and slicing operations. You'll also learn about a few useful ways to build reversed strings by hand.
EuroPython: EuroPython 2021: Edited videos of the first day available
Link: https://blog.europython.eu/europython-2021-edited-videos-of-the-first-day-available/
We’re happy to release the first 42 cut videos of EuroPython 2021 covering the first day sessions of the conference. You can watch them on our YouTube channel:EuroPython 2021 PlaylistOver the next few
Link: https://blog.europython.eu/europython-2021-edited-videos-of-the-first-day-available/
We’re happy to release the first 42 cut videos of EuroPython 2021 covering the first day sessions of the conference. You can watch them on our YouTube channel:EuroPython 2021 PlaylistOver the next few
EuroPython Blog
EuroPython 2021: Edited videos of the first day available
We’re happy to release the first 42 cut videos of EuroPython 2021 covering the first day sessions of the conference. You can watch them on our YouTube channel: EuroPython 2021 PlaylistOver the next few weeks, we’ll continue releasing the videos for the second…
Python Morsels: Making a main function in Python
Link: https://www.pythonmorsels.com/topics/making-main-function-python/
Transcript
Let's talk about creating a main function in Python.
Many programming languages have the notion of a main function (or a main method), which acts as the entry point for a program.
Python
Link: https://www.pythonmorsels.com/topics/making-main-function-python/
Transcript
Let's talk about creating a main function in Python.
Many programming languages have the notion of a main function (or a main method), which acts as the entry point for a program.
Python
Pythonmorsels
Making a main function in Python
Mike Driscoll: Python 101 – How to Generate a PDF
Link: https://www.blog.pythonlibrary.org/2021/09/28/python-101-how-to-generate-a-pdf/
The Portable Document Format (PDF) is a very popular way to share documents across multiple platforms. The goal of the PDF is to create a document that will look the same on multiple platforms and tha
Link: https://www.blog.pythonlibrary.org/2021/09/28/python-101-how-to-generate-a-pdf/
The Portable Document Format (PDF) is a very popular way to share documents across multiple platforms. The goal of the PDF is to create a document that will look the same on multiple platforms and tha
Mouse Vs Python
Python 101 - How to Generate a PDF - Mouse Vs Python
Learn how to create a PDF with Python and ReportLab. You'll learn about Canvas methods, PLATYPUS, Paragraphs, Tables and more!
EuroPython Society: Launching the EuroPython Society Fellow Grant
Link: https://www.europython-society.org/launching-the-europython-society-fellow-grant/
We are excited to announce the new EuroPython Society Fellow Grant.The grant is intended to honor and show gratitude towards members of the EuroPython Society (EPS) and the EuroPython Workgroups who h
Link: https://www.europython-society.org/launching-the-europython-society-fellow-grant/
We are excited to announce the new EuroPython Society Fellow Grant.The grant is intended to honor and show gratitude towards members of the EuroPython Society (EPS) and the EuroPython Workgroups who h
EuroPython Society
Launching the EuroPython Society Fellow Grant
We are excited to announce the new EuroPython Society Fellow Grant. The grant is intended to honor and show gratitude towards members of the EuroPython Society (EPS) and the EuroPython Workgroups who have contributed significantly towards our mission, the…
Real Python: Rock, Paper, Scissors With Python: A Command Line Game
Link: https://realpython.com/courses/python-rock-paper-scissors-game/
Game programming is a great way to learn how to program. You use many tools that you’ll see in the real world, plus you get to play a game to test your results! An ideal game to start your Python game
Link: https://realpython.com/courses/python-rock-paper-scissors-game/
Game programming is a great way to learn how to program. You use many tools that you’ll see in the real world, plus you get to play a game to test your results! An ideal game to start your Python game
Realpython
Rock, Paper, Scissors With Python: A Command Line Game – Real Python
In this course, you'll learn to program rock paper scissors in Python from scratch. You'll learn how to take in user input, make the computer choose a random action, determine a winner, and split your code into functions.
Brett Cannon: Unravelling data structure displays
Link: https://snarky.ca/unravelling-data-structure-displays/
The title of this next post in my series on Python&aposs syntactic sugar may seem odd: what&aposs a "display" when it comes to data structures? It turns out that&aposs the technical term for what most
Link: https://snarky.ca/unravelling-data-structure-displays/
The title of this next post in my series on Python&aposs syntactic sugar may seem odd: what&aposs a "display" when it comes to data structures? It turns out that&aposs the technical term for what most
Tall, Snarky Canadian
Unravelling data structure displays
The title of this next post in my series on Python's syntactic sugar may seem odd: what's a "display" when it comes to data structures? It turns out that's the technical term for what most folks would consider the literal form of lists, sets, and dictionaries.…
Python for Beginners: Python Scope
Link: https://www.pythonforbeginners.com/basics/python-scope
While programming in python, we have to deal with various constructs like variables, functions, modules, libraries, etc. In several instances, it is possible that a variable name used at a place may
Link: https://www.pythonforbeginners.com/basics/python-scope
While programming in python, we have to deal with various constructs like variables, functions, modules, libraries, etc. In several instances, it is possible that a variable name used at a place may
PythonForBeginners.com
Python Scope - PythonForBeginners.com
Python Scope will help you improve your python skills with easy to follow examples and tutorials. Click here to view code examples.
PyCoder’s Weekly: Issue #492 (Sept. 28, 2021)
Link: https://pycoders.com/issues/492
#492 – SEPTEMBER 28, 2021 View in Browser » Python Behind the Scenes: The GIL and Its Effects on Python Multithreading GIL stands for the Global Interpreter Lock, and its job is to make the CPyt
Link: https://pycoders.com/issues/492
#492 – SEPTEMBER 28, 2021 View in Browser » Python Behind the Scenes: The GIL and Its Effects on Python Multithreading GIL stands for the Global Interpreter Lock, and its job is to make the CPyt
Pycoders
PyCoder’s Weekly | Issue #492
Issue #492 of the PyCoder’s Weekly newsletter, published Sept. 28, 2021.
Amjith Ramanujam: Examples are Awesome
Link: https://blog.amjith.com/examples-are-awesome
There are two things I look for whenever I check out an Opensource project or library that I want to use. 1. Screenshots (A picture is worth a thousand words). 2. Examples (Don't tell me what to do, s
Link: https://blog.amjith.com/examples-are-awesome
There are two things I look for whenever I check out an Opensource project or library that I want to use. 1. Screenshots (A picture is worth a thousand words). 2. Examples (Don't tell me what to do, s
Brain Spill
Examples are Awesome
There are two things I look for whenever I check out an Opensource project or library that I want to use.
1. Screenshots (A picture is worth a thousand words).
2. Examples (Don't tell me what...
1. Screenshots (A picture is worth a thousand words).
2. Examples (Don't tell me what...
Wingware: Wing Python IDE Version 8.0.4 - September 28, 2021
Link: https://wingware.com/news/2021-09-28
Wing 8.0.4 adds Close Unmodified Others to the editor tab's context menu, documents using
sitecustomize to automatically start debug, fixes the debugger on some Windows systems,
improves icon renderin
Link: https://wingware.com/news/2021-09-28
Wing 8.0.4 adds Close Unmodified Others to the editor tab's context menu, documents using
sitecustomize to automatically start debug, fixes the debugger on some Windows systems,
improves icon renderin
Wingware
Wing Python IDE Version 8.0.4 - September 28, 2021 - Wing Python IDE
Wing 8.0.4 adds Close Unmodified Others to the editor tab's context menu,
documents using sitecustomize to automatically start debug, fixes the debugger on some
Windows systems, improves icon rendering with some Windows scaling factors, and makes several…
documents using sitecustomize to automatically start debug, fixes the debugger on some
Windows systems, improves icon rendering with some Windows scaling factors, and makes several…
Quansight Labs Blog: Low-code contributions through GitHub
Link: https://labs.quansight.org/blog/2021/09/low-code-contributions-through-GitHub/
Low-code contributions through GitHub
Healthy, inclusive communities are critical to impactful open source projects.
A challenge for established projects is that the history and implicit technical
deb
Link: https://labs.quansight.org/blog/2021/09/low-code-contributions-through-GitHub/
Low-code contributions through GitHub
Healthy, inclusive communities are critical to impactful open source projects.
A challenge for established projects is that the history and implicit technical
deb
Quansight Labs
Low-code contributions through GitHub
Low-code contributions through GitHub
Healthy, inclusive communities are critical to impactful open source projects.
A challenge for established projects is that the history and implicit technical
deb
Healthy, inclusive communities are critical to impactful open source projects.
A challenge for established projects is that the history and implicit technical
deb
Will McGugan: Why I'm working on Open Source full time
Link: https://www.willmcgugan.com/blog/tech/post/doing-open-source-full-time/
I recently came to a decision which will have a big impact on my open source work. In particular Rich and Textual, but also pyfilesystem and lomond. For the foreseeable future, possibly up to a year,
Link: https://www.willmcgugan.com/blog/tech/post/doing-open-source-full-time/
I recently came to a decision which will have a big impact on my open source work. In particular Rich and Textual, but also pyfilesystem and lomond. For the foreseeable future, possibly up to a year,
Will McGugan Tech
Why I'm working on Open Source full time
<p>Existential dread kicking in</p>
Mike Driscoll: Python 101 – How to Create a Graphical User Interface
Link: https://www.blog.pythonlibrary.org/2021/09/29/create-gui/
When you first get started as a programmer or software developer, you usually start by writing code that prints to your console or standard out. A lot of students are also starting out by writing fron
Link: https://www.blog.pythonlibrary.org/2021/09/29/create-gui/
When you first get started as a programmer or software developer, you usually start by writing code that prints to your console or standard out. A lot of students are also starting out by writing fron
Mouse Vs Python
Python 101 - How to Create a Graphical User Interface - Mouse Vs Python
Learn how to create a cross-platform graphical user interface (GUI) with Python and the wxPython GUI toolkit
Python for Beginners: Bitwise Shift Operators in Python
Link: https://www.pythonforbeginners.com/basics/bitwise-shift-operators-in-python
There are various types of operators like arithmetic operators, comparison operators, and bitwise operators in Python. In our programs, we use these operators to control the sequence of execution and
Link: https://www.pythonforbeginners.com/basics/bitwise-shift-operators-in-python
There are various types of operators like arithmetic operators, comparison operators, and bitwise operators in Python. In our programs, we use these operators to control the sequence of execution and
PythonForBeginners.com
Bitwise Shift Operators in Python - PythonForBeginners.com
Bitwise Shift Operators in Python will help you improve your python skills with easy to follow examples and tutorials. Click here to view code examples.
TestDriven.io: Django REST Framework Views - Generic Views
Link: https://testdriven.io/blog/drf-views-part-2/
This article looks at how to use Django REST Framework's Generic Views to prevent repeating certain patterns over and over again.
Link: https://testdriven.io/blog/drf-views-part-2/
This article looks at how to use Django REST Framework's Generic Views to prevent repeating certain patterns over and over again.
testdriven.io
Django REST Framework Views - Generic Views
This article looks at how to use Django REST Framework's Generic Views to prevent repeating certain patterns over and over again.