Kay Hayen: Next Nuitka Live Stream
Link: https://nuitka.net/posts/next-nuitka-live-stream-29-06-2023.html
Tomorrow, Thursday 30.06.2023, there will be the forth live stream of me
coding on Nuitka, and talking and chatting with visitors in the Discord
channel created specifically for this. I will go from 1
Link: https://nuitka.net/posts/next-nuitka-live-stream-29-06-2023.html
Tomorrow, Thursday 30.06.2023, there will be the forth live stream of me
coding on Nuitka, and talking and chatting with visitors in the Discord
channel created specifically for this. I will go from 1
The Python Coding Blog: More Python Magic and More Stories | June in Review
Link: https://thepythoncodingbook.com/2023/06/30/more-python-magic-and-more-stories-june-in-review/
What a month. June has been very busy. And that’s an understatement. Where shall I start?
Interviews and Podcasts
I was honoured to be invited to two interviews in June.
Mike Driscoll, one of the lead
Link: https://thepythoncodingbook.com/2023/06/30/more-python-magic-and-more-stories-june-in-review/
What a month. June has been very busy. And that’s an understatement. Where shall I start?
Interviews and Podcasts
I was honoured to be invited to two interviews in June.
Mike Driscoll, one of the lead
The Python Coding Book
More Python Magic and More Stories | June in Review - The Python Coding Book
June in review on The Python Coding Stack, a couple of interviews, and Breaking the Rules, a new Substack on technical writing
Real Python: The Real Python Podcast – Episode #162: Exploring the Zen of Python & pandas Features for Finance
Link: https://realpython.com/podcasts/rpp/162/
What advice can you extract from the Zen of Python? How can these nineteen guiding principles help you write more idiomatic Python? This week on the show, Christopher Trudeau is here, bringing another
Link: https://realpython.com/podcasts/rpp/162/
What advice can you extract from the Zen of Python? How can these nineteen guiding principles help you write more idiomatic Python? This week on the show, Christopher Trudeau is here, bringing another
Realpython
Episode #162: Exploring the Zen of Python & pandas Features for Finance – The Real Python Podcast
What advice can you extract from the Zen of Python? How can these nineteen guiding principles help you write more idiomatic Python? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder's Weekly articles and projects.
Stack Abuse: How to Efficiently Convert Data Types in Pandas
Link: https://stackabuse.com/how-to-efficiently-convert-data-types-in-pandas/
Introduction
Efficient data manipulation is a critical skill for any data scientist or analyst. Among the many tools available, the Pandas library in Python stands out for its versatility and power. H
Link: https://stackabuse.com/how-to-efficiently-convert-data-types-in-pandas/
Introduction
Efficient data manipulation is a critical skill for any data scientist or analyst. Among the many tools available, the Pandas library in Python stands out for its versatility and power. H
Stack Abuse
How to Efficiently Convert Data Types in Pandas
Efficient data manipulation is a critical skill for any data scientist or analyst. Among the many tools available, the Pandas library in Python stands out for...
CodersLegacy: Accelerating Python Code with Numba Vectorize
Link: https://coderslegacy.com/python-code-with-numba-vectorize/
In the world of numerical computing, performance optimization is paramount. Python, with its interpreted nature, may not always offer the desired speed for computationally intensive operations. Howeve
Link: https://coderslegacy.com/python-code-with-numba-vectorize/
In the world of numerical computing, performance optimization is paramount. Python, with its interpreted nature, may not always offer the desired speed for computationally intensive operations. Howeve
CodersLegacy
Accelerating Python Code with Numba Vectorize - CodersLegacy
We will delve into the inner workings of Numba Vectorize, understand how it harnesses the power of SIMD operations to improve performance.
Python Morsels: Django June 2023
Link: https://www.pythonmorsels.com/django-june-2023/
A summary of Django tips collected from #DjangoJune posts on Mastodon and Twitter in 2023.
Table of contents
Learning and community
Architecture and code style
Admin-specific tips
SQL query debuggi
Link: https://www.pythonmorsels.com/django-june-2023/
A summary of Django tips collected from #DjangoJune posts on Mastodon and Twitter in 2023.
Table of contents
Learning and community
Architecture and code style
Admin-specific tips
SQL query debuggi
Pythonmorsels
Django June 2023: Tips & Discussions
A summary of Django tips collected from #DjangoJune posts on Mastodon and Twitter in June 2023.
Python Software Foundation: Announcing the 2023 PSF Board Election Results!
Link: https://pyfound.blogspot.com/2023/06/announcing-2023-psf-board-election.html
It was a really lively and engaged election process for the PSF Board
this year! First of all, we want to thank everyone who ran and was
willing to serve on the PSF Board. Even if you were not elec
Link: https://pyfound.blogspot.com/2023/06/announcing-2023-psf-board-election.html
It was a really lively and engaged election process for the PSF Board
this year! First of all, we want to thank everyone who ran and was
willing to serve on the PSF Board. Even if you were not elec
Python Software Foundation Blog
Announcing the 2023 PSF Board Election Results!
It was a really lively and engaged election process for the PSF Board this year! First of all, we want to thank everyone who ran and was ...
Tryton News: Newsletter July 2023
Link: https://discuss.tryton.org/t/newsletter-july-2023/6217
In the last month we fixed bugs, speed-up performance issues and added new features.
With the release of branch 6.8 we merged the latest changes to the 6.4 branch and closed it afterwards. Branch
Link: https://discuss.tryton.org/t/newsletter-july-2023/6217
In the last month we fixed bugs, speed-up performance issues and added new features.
With the release of branch 6.8 we merged the latest changes to the 6.4 branch and closed it afterwards. Branch
Tryton Discussion
Newsletter July 2023
In the last month we fixed bugs, speed-up performance issues and added new features. With the release of branch 6.8 we merged the latest changes to the 6.4 branch and closed it afterwards. Branch 6.4 is no longer maintained by the Tryton project. We also…
Matt Layman: Accounts and Email - Building SaaS with Python and Django #164
Link: https://www.mattlayman.com/blog/2023/accounts-and-email-building-saas-with-python-and-django-164/
In this episode, I planned to do the work of sending email prompts for the journal to users. Along the path, we realized that the Account model was missing, so I stopped to build that out before we co
Link: https://www.mattlayman.com/blog/2023/accounts-and-email-building-saas-with-python-and-django-164/
In this episode, I planned to do the work of sending email prompts for the journal to users. Along the path, we realized that the Account model was missing, so I stopped to build that out before we co
Matt Layman
Accounts and Email - Building SaaS with Python and Django #164
In this episode, I planned to do the work of sending email prompts for the journal to users. Along the path, we realized that the Account model was missing, so I stopped to build that out before we could proceed. By the end of the stream, we had a working…
Programiz: Python List
Link: https://www.programiz.com/python-programming/list
In this tutorial, we will learn about Python lists (creating lists, changing list items, removing items and other list operations) with the help of examples.
Link: https://www.programiz.com/python-programming/list
In this tutorial, we will learn about Python lists (creating lists, changing list items, removing items and other list operations) with the help of examples.
Programiz
Python List (With Examples)
Python lists store multiple data together in a single variable. In this tutorial, we will learn about Python lists (creating lists, changing list items, removing items, and other list operations) with the help of examples.
Kushal Das: Thank you Mikko
Link: https://kushaldas.in/posts/thank-you-mikko.html
Thank you Mikko Hyppönen for spending me this punch card along with your signature.
It was difficult to figure out a trip to Finland to get the book signed
by him, but he is kind enough to send me a
Link: https://kushaldas.in/posts/thank-you-mikko.html
Thank you Mikko Hyppönen for spending me this punch card along with your signature.
It was difficult to figure out a trip to Finland to get the book signed
by him, but he is kind enough to send me a
Talk Python to Me: #421: Python at Netflix
Link: https://talkpython.fm/episodes/show/421/python-at-netflix
When you think of Netflix (as a technology company), you probably imagine them as cloud innovators. They were one of the first companies to go all-in on a massive scale for cloud computing as well as
Link: https://talkpython.fm/episodes/show/421/python-at-netflix
When you think of Netflix (as a technology company), you probably imagine them as cloud innovators. They were one of the first companies to go all-in on a massive scale for cloud computing as well as
talkpython.fm
Python at Netflix
When you think of Netflix (as a technology company), you probably imagine them as cloud innovators. They were one of the first companies to go all-in on a massive scale for cloud computing as well as throwing that pesky chaos monkey into the servers. But…
Django Weblog: Django security releases issued: 4.2.3, 4.1.10, and 3.2.20
Link: https://www.djangoproject.com/weblog/2023/jul/03/security-releases/
In accordance with our security release policy, the Django team
is issuing
Django 4.2.3,
Django 4.1.10, and
Django 3.2.20.
These releases addresses the security issue detailed below. We encourage all
Link: https://www.djangoproject.com/weblog/2023/jul/03/security-releases/
In accordance with our security release policy, the Django team
is issuing
Django 4.2.3,
Django 4.1.10, and
Django 3.2.20.
These releases addresses the security issue detailed below. We encourage all
Django Project
Django security releases issued: 4.2.3, 4.1.10, and 3.2.20
Posted by Mariusz Felisiak on July 3, 2023
Mike Driscoll: PyDev of the Week: Marcelo Trylesinski
Link: https://www.blog.pythonlibrary.org/2023/07/03/pydev-of-the-week-marcelo-trylesinski/
This week we welcome Marcelo Trylesinski (@marcelotryle) as our PyDev of the Week! Marcelo is a core developer of the Pydantic package. You can use Pydantic to enforce type hints at runtime and data v
Link: https://www.blog.pythonlibrary.org/2023/07/03/pydev-of-the-week-marcelo-trylesinski/
This week we welcome Marcelo Trylesinski (@marcelotryle) as our PyDev of the Week! Marcelo is a core developer of the Pydantic package. You can use Pydantic to enforce type hints at runtime and data v
Mouse Vs Python
PyDev of the Week: Marcelo Trylesinski - Mouse Vs Python
This week we welcome Marcelo Trylesinski (@marcelotryle) as our PyDev of the Week! Marcelo is a core developer of the Pydantic package. You can use
Real Python: How to Round Numbers in Python
Link: https://realpython.com/python-rounding/
With many businesses turning to Python’s powerful data science ecosystem to analyze their data, understanding how to avoid introducing bias into datasets is absolutely vital. If you’ve studied some st
Link: https://realpython.com/python-rounding/
With many businesses turning to Python’s powerful data science ecosystem to analyze their data, understanding how to avoid introducing bias into datasets is absolutely vital. If you’ve studied some st
Realpython
How to Round Numbers in Python – Real Python
In this tutorial, you'll learn what kinds of mistakes you might make when rounding numbers and how you can best manage or avoid them. It's a great place to start for the early-intermediate Python developer interested in using Python for finance, data science…
Anwesha Das: Two more Ansible Releases
Link: http://anweshadas.in/two-more-ansible-releases/
After coming from DevConf.cz, on 22nd of June I released Ansible Community Package 7.7.0 and 8.1.0. This is the last release of the Ansible 7 series and first minor release of the Ansible 8 series.
Link: http://anweshadas.in/two-more-ansible-releases/
After coming from DevConf.cz, on 22nd of June I released Ansible Community Package 7.7.0 and 8.1.0. This is the last release of the Ansible 7 series and first minor release of the Ansible 8 series.
Law Explained India
Two more Ansible Releases
After coming from DevConf.cz, on 22nd of June I released Ansible Community Package 7.7.0 and 8.1.0. This is the last release of the Ansible 7 series and first minor release of the Ansible 8 series. Ansible Community Package 7.7.0 Ansible 7.7.0
Django Weblog: PyCharm & DSF Campaign 2023
Link: https://www.djangoproject.com/weblog/2023/jul/03/pycharm-dsf-campaign-2023/
The Django Software Foundation’s biggest fundraising event of the year is here!
https://www.jetbrains.com/pycharm/promo/support-django/
Each year, our friends at JetBrains, the creators of PyCharm, ru
Link: https://www.djangoproject.com/weblog/2023/jul/03/pycharm-dsf-campaign-2023/
The Django Software Foundation’s biggest fundraising event of the year is here!
https://www.jetbrains.com/pycharm/promo/support-django/
Each year, our friends at JetBrains, the creators of PyCharm, ru
Django Project
PyCharm & DSF Campaign 2023
Posted by Catherine Holmes on July 3, 2023
Real Python: Filtering Iterables With Python
Link: https://realpython.com/courses/python-filter-function/
Python’s filter() is a built-in function that allows you to process an iterable and extract those items that satisfy a given condition. This process is commonly known as a filtering operation. With fi
Link: https://realpython.com/courses/python-filter-function/
Python’s filter() is a built-in function that allows you to process an iterable and extract those items that satisfy a given condition. This process is commonly known as a filtering operation. With fi
Realpython
Filtering Iterables With Python – Real Python
In this video course, you'll learn how Python's filter() works and how to use it effectively in your programs. You'll also learn how to use list comprehension and generator expressions to replace filter() and make your code more Pythonic.
ListenData: How to Use ChatGPT for Data Science
Link: https://www.listendata.com/2023/07/how-to-use-chatgpt-for-data-science.html
In this article, we will explore how you, as a data scientist, can use ChatGPT to enhance your data science projects. ChatGPT is a powerful tool that can help you in various aspects of your work, from
Link: https://www.listendata.com/2023/07/how-to-use-chatgpt-for-data-science.html
In this article, we will explore how you, as a data scientist, can use ChatGPT to enhance your data science projects. ChatGPT is a powerful tool that can help you in various aspects of your work, from
ListenData
How to Use ChatGPT for Data Science
This article includes 100+ ChatGPT prompts for data science, along with useful ChatGPT plugins to boost your productivity in a data science project.
PyCoder’s Weekly: Issue #584 (July 4, 2023)
Link: https://pycoders.com/issues/584
#584 – JULY 4, 2023 View in Browser » Why Are Membership Tests So Fast for range() in Python? In Python, range() is most commonly used in for loops. However, ranges have some other use cases too
Link: https://pycoders.com/issues/584
#584 – JULY 4, 2023 View in Browser » Why Are Membership Tests So Fast for range() in Python? In Python, range() is most commonly used in for loops. However, ranges have some other use cases too
Pycoders
PyCoder’s Weekly | Issue #584
Issue #584 of the PyCoder’s Weekly newsletter, published July 4, 2023.
PyBites: What to do after being made redundant or laid off
Link: https://pybit.es/articles/what-to-do-after-being-made-redundant-or-laid-off/
Welcome back to the Pybites podcast, episode 121.
Watch here:
Or listen here:
This week we have Emily Wilcock on the show, recruitment manager and Pybites career coach
Emily delves into a topic cl
Link: https://pybit.es/articles/what-to-do-after-being-made-redundant-or-laid-off/
Welcome back to the Pybites podcast, episode 121.
Watch here:
Or listen here:
This week we have Emily Wilcock on the show, recruitment manager and Pybites career coach
Emily delves into a topic cl
PyBites
What To Do After Being Made Redundant Or Laid Off - PyBites
Summary of Emily's 7 tips:1) After been laid off, take a break to reset.2) Make the most of your job search time.3) Seek a support group.4) Your CV! Get