Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Stack Abuse: Securing Your Email Sending With Python: Authentication and Encryption

Link: https://stackabuse.com/securing-your-email-sending-with-python-authentication-and-encryption/

Email encryption and authentication are modern security techniques that you can use to protect your emails and their content from unauthorized access.
Everyone, from individuals to business owners, us
Spyder IDE: Scientific IDE UX Birds of a Feather session at SciPy 2024

Link: https://www.spyder-ide.org/blog/ide-ux-bof-scipy-2024

The Spyder team hosted a Birds of a Feather session at SciPy 2024, this time on the topic of users' experiences (good and bad) with the UI/UX of scientific interfaces and IDEs, and how their developer
Armin Ronacher: Accidental Spending: A Case For an Open Source Tax?

Link: http://lucumr.pocoo.org/2024/9/19/open-source-tax

Both last week at London tech leaders and this week at the Open Source
Summit in Vienna I engaged in various discussions about pledging
money to Open Source. At Sentry we have been funding our Open S
PyCharm: How to Use FastAPI for Machine Learning

Link: https://blog.jetbrains.com/pycharm/2024/09/how-to-use-fastapi-for-machine-learning/

This is a guest post from Cheuk Ting Ho, a data scientist who contributes to multiple open-source libraries, such as pandas, Polars, and Jupyter Notebook.

FastAPI provides a quick way to build a back
PyCharm: What’s New in PyCharm 2024.2.2!

Link: https://blog.jetbrains.com/pycharm/2024/09/pycharm-2024-2-2/

PyCharm 2024.2.2 is here with many key updates, including Python support improvements, new Django features, and enhancements to the Data View tool window! 
Visit our What’s New page for more details o
Real Python: The Real Python Podcast – Episode #221: Thriving as a Developer With ADHD

Link: https://realpython.com/podcasts/rpp/221/

What are strategies for being a productive developer with ADHD? How can you help your team members with ADHD to succeed and complete projects? This week on the show, we speak with Chris Ferdinandi abo
Wingware: Wing Python IDE Version 10.0.6 - September 20, 2024

Link: https://wingware.com/news/2024-09-20

Wing 10.0.6 adds support for Python 3.13 and fixes some issues with AI development,
code refactoring, and unit testing with pytest.
See the change log for details.
Download Wing 10 Now: Wing Pro |
Win
Talk Python to Me: #477: Awesome Text Tricks with NLP and spaCy

Link: https://talkpython.fm/episodes/show/477/awesome-text-tricks-with-nlp-and-spacy

Do you have text that you want to process automatically? Maybe you want to pull out key products or topics of conversation? Maybe you want to get the sentiment? The possibilities are many with this we
Erik Marsja: Using Pandas to Read JSON from URL

Link: https://www.marsja.se/pandas-read-json-from-url/

The post Using Pandas to Read JSON from URL appeared first on Erik Marsja.
When working with data in Python, using Pandas to read JSON from URL is an excellent tool that lets you directly load JSON da
Python Morsels: Prompting a user for input

Link: https://www.pythonmorsels.com/prompting-for-input/

We can prompt our users for input with Python's built-in input function.



Table of contents

Prompting for user input
Customizing the prompt text
Prompt users with Python's built-in input function
Hynek Schlawack: Python Project-Local Virtualenv Management Redux

Link: https://hynek.me/articles/python-virtualenv-redux/

One of my first TIL entries was about how you can imitate Node’s node_modules semantics in Python on UNIX-like operating systems. A lot has happened since then (to the better!) and it’s time for an up
Armin Ronacher: FSL: A Better Business/Open Source Balance Than AGPL

Link: http://lucumr.pocoo.org/2024/9/23/fsl-agpl-open-source-businesses

subtext: in my opinion, and for companies (and their users) that want a
good balance between protecting their core business with Open Source
ideals.
Following up to my thoughts on the case for funding
Django Weblog: PyCharm & Django Campaign 2024 - encore

Link: https://www.djangoproject.com/weblog/2024/sep/23/pycharm-django-campaign-2024-encore/

The Django Software Foundation's biggest fundraising event of the year is here!
Get 30% off PyCharm, Support Django
Each year, our friends at JetBrains, the creators of PyCharm, run an incredible deal
Python Bytes: #402 How to monetize your blog

Link: https://pythonbytes.fm/episodes/show/402/how-to-monetize-your-blog

<strong>Topics covered in this episode:</strong><br>

<ul>
<li><strong>Architecture Decision Records</strong> <strong>(ADRs)</strong></li>
<li><strong><a href="https://narwhals-dev.github.io/narwhals
PyCharm: PyCharm vs. Jupyter Notebook

Link: https://blog.jetbrains.com/pycharm/2024/09/pycharm-vs-jupyter-notebook/


Jupyter notebooks are an important tool for data scientists, providing an easy option for conducting experiments and presenting results. According to our Developer Ecosystem Survey 2023, at least 35%
Real Python: Advanced Python import Techniques

Link: https://realpython.com/courses/advanced-import-techniques/

In Python, you use the import keyword to make code in one module available in another. Imports in Python are important for structuring your code effectively. Using imports properly will make you more
PyCoder’s Weekly: Issue #648 (Sept. 24, 2024)

Link: https://pycoders.com/issues/648

#648 – SEPTEMBER 24, 2024 View in Browser » Python 3.13 Preview: Free Threading and a JIT Compiler Get a sneak peek at the upcoming features in Python 3.13 aimed at enhancing performance. In thi