Django Weblog: Last call for DjangoCon US 2024 tickets!
DjangoCon US starts next week in Durham, NC on September 22nd!If you aren't able to join in person, please consider purchasing an online ticket: https://ti.to/defna/djangocon-us-2024The conference is...
View ArticleReal Python: Quiz: Using Python's pip to Manage Your Projects' Dependencies
In this quiz, you’ll test your understanding of Python’s standard package manager, pip. You’ll revisit the concepts behind pip, important commands, and how to install packages.[ Improve Your Python...
View ArticleReal Python: Python 3.13 Preview: Free Threading and a JIT Compiler
Although the final release of Python 3.13 is scheduled for October 2024, you can download and install a preview version today to explore the new features. Notably, the introduction of free threading...
View ArticlePython Engineering at Microsoft: Announcing the new Python Data Science...
We’re thrilled to announce the launch of the new Python Data Science Extension Pack for Visual Studio Code! This powerful pack brings together some of the most popular and essential VS Code extensions,...
View ArticleThe Python Show: 47 - Python Projects of 2024
I’ve been working on lots of projects this year. Here are the ones I highlighted in this episode:Python Logging BookPython Logging Video CourseObjectListView3JupyterLab 101 Book on KickstarterA book on...
View ArticleStack Abuse: Securing Your Email Sending With Python: Authentication and...
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, uses...
View ArticleSpyder IDE: Scientific IDE UX Birds of a Feather session at 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 developers...
View ArticleArmin Ronacher: Accidental Spending: A Case For an 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...
View ArticlePyCharm: 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 backend...
View ArticleProgramiz: Getting Started with Python
In this tutorial, you will learn to write your first Python program.
View ArticlePyCharm: What’s New in 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 on...
View ArticleReal Python: The Real Python Podcast – Episode #221: Thriving as a Developer...
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...
View ArticleMatt Layman: Docker Go, JS, Static Files - Building SaaS #203
In this episode, we continued on the cloud migration path. We need to build a Docker container with all the necessary static files. Some of these come from Go via Hugo for a content blog. Some comes...
View ArticleWingware: Wing Python IDE Version 10.0.6 - September 20, 2024
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 | Wing...
View ArticleTalk Python to Me: #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...
View ArticleErik Marsja: Using Pandas to 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 data...
View ArticlePython Morsels: Prompting a user for input
We can prompt our users for input with Python's built-in input function.Table of contentsPrompting for user inputCustomizing the prompt textPrompt users with Python's built-in input functionPrompting...
View ArticleSeth Michael Larson: PyCon Taiwan 2024 Keynote
PyCon Taiwan 2024 Keynote About• Blog• Newsletter• LinksPyCon Taiwan 2024 KeynotePublished 2024-09-22 by Seth Larson Reading time: minutes Here are my slides and overview of my PyCon Taiwan 2024...
View ArticleArmin Ronacher: FSL: A Better Business/Open Source Balance Than AGPL
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...
View ArticleHynek Schlawack: Python Project-Local Virtualenv Management 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...
View Article