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.
Real Python: Hosting a Django Project on Heroku
Link: https://realpython.com/django-hosting-on-heroku/
As a novice web developer, you’ve built your portfolio app and shared your code on GitHub. Perhaps, you’re hoping to attract technical recruiters to land your first programming job. Many coding bootca
Link: https://realpython.com/django-hosting-on-heroku/
As a novice web developer, you’ve built your portfolio app and shared your code on GitHub. Perhaps, you’re hoping to attract technical recruiters to land your first programming job. Many coding bootca
Realpython
Hosting a Django Project on Heroku – Real Python
In this step-by-step project, you'll learn about hosting Django projects in the cloud using Heroku, which is the favorite cloud platform provider of many startups and developers.
Python Bytes: #252 Jupyter is now a desktop app!
Link: https://pythonbytes.fm/episodes/show/252/jupyter-is-now-a-desktop-app
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=3SMItn5bfKs' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
Link: https://pythonbytes.fm/episodes/show/252/jupyter-is-now-a-desktop-app
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=3SMItn5bfKs' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
pythonbytes.fm
Jupyter is now a desktop app!
News and announcements from the Python community for the week of Sep 29th, 2021
Podcast.__init__: Accelerating Drug Discovery Using Machine Learning With TorchDrug
Link: https://www.pythonpodcast.com/torchdrug-drug-discovery-machine-learning-episode-334/
Finding new and effective treatments for disease is a complex and time consuming endeavor, requiring a high degree of domain knowledge and specialized equipment. Combining his expertise in machine lea
Link: https://www.pythonpodcast.com/torchdrug-drug-discovery-machine-learning-episode-334/
Finding new and effective treatments for disease is a complex and time consuming endeavor, requiring a high degree of domain knowledge and specialized equipment. Combining his expertise in machine lea
The Python Podcast.__init__
Accelerating Drug Discovery Using Machine Learning With TorchDrug
<div class="wp-block-jetpack-markdown"><h2>Summary</h2>
<p>Finding new and effective treatments for disease is a complex and time consuming endeavor,…
<p>Finding new and effective treatments for disease is a complex and time consuming endeavor,…
Python Anywhere: Async work in Web Apps or – Have Your Cake and Eat It Too
Link: https://blog.pythonanywhere.com/198/
This post is intended for users who begin their adventure with web
applications. You’ll find below how to structure a web app that relies on
heavy processing of the input data – processing that takes
Link: https://blog.pythonanywhere.com/198/
This post is intended for users who begin their adventure with web
applications. You’ll find below how to structure a web app that relies on
heavy processing of the input data – processing that takes
Mike Driscoll: Python 101 – How to Work with a Database Using sqlite3
Link: https://www.blog.pythonlibrary.org/2021/09/30/sqlite/
Software developers have to work with data. More often than not, the data that you work with will need to be available to multiple developers as well as multiple users at once. The typical solution fo
Link: https://www.blog.pythonlibrary.org/2021/09/30/sqlite/
Software developers have to work with data. More often than not, the data that you work with will need to be available to multiple developers as well as multiple users at once. The typical solution fo
Mouse Vs Python
Python 101 - How to Work with a Database Using sqlite3 - Mouse Vs Python
Learn how to create, add data, edit and delete from a database using SQLite with Python. You will use the sqlite3 module that's built-in
Python⇒Speed: Building Docker images on GitLab CI: Docker-in-Docker and Podman
Link: https://pythonspeed.com/articles/gitlab-build-docker-image/
If you’re using GitLab CI to build your software, you might also want to use it to build Docker images of your application.
This can be a little tricky, because by default GitLab CI runs jobs inside D
Link: https://pythonspeed.com/articles/gitlab-build-docker-image/
If you’re using GitLab CI to build your software, you might also want to use it to build Docker images of your application.
This can be a little tricky, because by default GitLab CI runs jobs inside D
Python⇒Speed
Building Docker images on GitLab CI: Docker-in-Docker and Podman
Building Docker images with Gitlab CI can be a little complicated. Learn how to do it with Docker-in-Docker, or the simpler option of using Podman.
Mike Driscoll: The Indie Python Extravaganza Book Bundle
Link: https://www.blog.pythonlibrary.org/2021/10/01/the-indie-python-extravaganza-book-bundle/
I am joining some of my fellow indie content creators to create a FREE Python book bundle for the month of October 2021!
The Indie Python Extravaganza!
A collection of books that will help you to impr
Link: https://www.blog.pythonlibrary.org/2021/10/01/the-indie-python-extravaganza-book-bundle/
I am joining some of my fellow indie content creators to create a FREE Python book bundle for the month of October 2021!
The Indie Python Extravaganza!
A collection of books that will help you to impr
Mouse Vs Python
The Indie Python Extravaganza Book Bundle - Mouse Vs Python
The Indie Python Extravaganza is a book bundle by self-published authors that will teach you the basics of Python, ReGex, and more!
Tryton News: Newsletter October 2021
Link: https://discuss.tryton.org/t/newsletter-october-2021/4659
Red Leaf Trees Near the Road1280×853 332 KB
Here are the latest improvements in preparation for the upcoming 6.2 release.
Changes for the User
The sale module currently provides reporting that dis
Link: https://discuss.tryton.org/t/newsletter-october-2021/4659
Red Leaf Trees Near the Road1280×853 332 KB
Here are the latest improvements in preparation for the upcoming 6.2 release.
Changes for the User
The sale module currently provides reporting that dis
Tryton Discussion
Newsletter October 2021
Here are the latest improvements in preparation for the upcoming 6.2 release. Changes for the User The sale module currently provides reporting that displays relevant data grouped by products, categories etc. We now also have a general report that is not…
Stack Abuse: Create a Stunning PDF Flyer in Python with borb
Link: https://stackabuse.com/create-a-stunning-pdf-flyer-in-python-with-borb/
The Portable Document Format (PDF) is not a WYSIWYG (What You See is What You Get) format. It was developed to be platform-agnostic, independent of the underlying operating system and rendering engine
Link: https://stackabuse.com/create-a-stunning-pdf-flyer-in-python-with-borb/
The Portable Document Format (PDF) is not a WYSIWYG (What You See is What You Get) format. It was developed to be platform-agnostic, independent of the underlying operating system and rendering engine
Stack Abuse
Create a Stunning PDF Flyer in Python with borb
In this guide, we'll create a beautiful stylized PDF flyer using nothing but Python and borb - a pure-Python library for working with PDF documents.