Real Python: Customizing VS Code Through Color Themes
Link: https://realpython.com/courses/custom-vs-code-color-themes/
A well-designed coding environment not only enhances your focus and productivity but also makes coding sessions more enjoyable. In this Code Conversation, your instructor Philipp Ascany will guide you
Link: https://realpython.com/courses/custom-vs-code-color-themes/
A well-designed coding environment not only enhances your focus and productivity but also makes coding sessions more enjoyable. In this Code Conversation, your instructor Philipp Ascany will guide you
Realpython
Customizing VS Code Through Color Themes – Real Python
A well-designed coding environment enhances your focus and productivity and makes coding sessions more enjoyable. In this **Code Conversation**, your instructor Philipp Ascany will guide you step-by-step through the process of finding, installing, and adjusting…
Python Morsels: Understanding help() in Python
Link: https://www.pythonmorsels.com/understanding-help/
When using Python's help function, have you ever wondered what the various symbols (/, *, [, and ]) mean? Understanding those symbols will help you better understand how to use the functions and class
Link: https://www.pythonmorsels.com/understanding-help/
When using Python's help function, have you ever wondered what the various symbols (/, *, [, and ]) mean? Understanding those symbols will help you better understand how to use the functions and class
Pythonmorsels
Understanding help() in Python
When using Python's help function, have you ever wondered what the various symbols (/, *, [, and ]) mean? Understanding those symbols will help you better understand how to use the functions and classes you're working with.
PyCoder’s Weekly: Issue #647 (Sept. 17, 2024)
Link: https://pycoders.com/issues/647
#647 – SEPTEMBER 17, 2024 View in Browser » How to Use Conditional Expressions With NumPy where() This tutorial teaches you how to use the where() function to select elements from your NumPy arr
Link: https://pycoders.com/issues/647
#647 – SEPTEMBER 17, 2024 View in Browser » How to Use Conditional Expressions With NumPy where() This tutorial teaches you how to use the where() function to select elements from your NumPy arr
Pycoders
PyCoder’s Weekly | Issue #647
Issue #647 of the PyCoder’s Weekly newsletter, published Sept. 17, 2024.
Python Bytes: #401 We must replace uWSGI with something else
Link: https://pythonbytes.fm/episodes/show/401/we-must-replace-uwsgi-with-something-else
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong>“<a href="https://github.com/overhangio/tutor/issues/937?featured_on=pythonbytes">We must replace uwsgi by something else</a>”</
Link: https://pythonbytes.fm/episodes/show/401/we-must-replace-uwsgi-with-something-else
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong>“<a href="https://github.com/overhangio/tutor/issues/937?featured_on=pythonbytes">We must replace uwsgi by something else</a>”</
pythonbytes.fm
We must replace uWSGI with something else
News and announcements from the Python community for the week of Sep 17th, 2024
Django Weblog: Last call for DjangoCon US 2024 tickets!
Link: https://www.djangoproject.com/weblog/2024/sep/18/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-2024
The conference i
Link: https://www.djangoproject.com/weblog/2024/sep/18/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-2024
The conference i
Django Project
Last call for DjangoCon US 2024 tickets!
Posted by DjangoCon US Organizers on September 18, 2024
Real Python: Quiz: Using Python's pip to Manage Your Projects' Dependencies
Link: https://realpython.com/quizzes/what-is-pip/
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
Link: https://realpython.com/quizzes/what-is-pip/
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
Realpython
Using Python's pip to Manage Your Projects' Dependencies Quiz – Real Python
In this quiz, you'll test your understanding of Python's standard package manager, pip. You'll revisit the ideas behind pip, important commands, and how to install packages.
Real Python: Python 3.13 Preview: Free Threading and a JIT Compiler
Link: https://realpython.com/python313-free-threading-jit/
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 a
Link: https://realpython.com/python313-free-threading-jit/
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 a
Realpython
Python 3.13 Preview: Free Threading and a JIT Compiler – Real Python
Get a sneak peek at the upcoming features in Python 3.13 aimed at enhancing performance. In this tutorial, you'll make a custom Python build with Docker to enable free threading and an experimental JIT compiler. Along the way, you'll learn how these features…
Python Engineering at Microsoft: Announcing the new Python Data Science Extension Pack for VS Code
Link: https://devblogs.microsoft.com/python/announcing-the-new-python-data-science-extension-pack-for-vs-code/
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
Link: https://devblogs.microsoft.com/python/announcing-the-new-python-data-science-extension-pack-for-vs-code/
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
Microsoft News
Announcing the new Python Data Science Extension Pack for VS Code
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, making it your one-stop shop for all things data science…
The Python Show: 47 - Python Projects of 2024
Link: https://www.pythonshow.com/p/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 o
Link: https://www.pythonshow.com/p/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 o
Pythonshow
47 - Python Projects of 2024
I’ve been working on lots of projects this year.
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
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
Stack Abuse
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...
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
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
Spyder
Spyder | The Python IDE that scientists and data analysts deserve
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
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
Armin Ronacher's Thoughts and Writings
Accidental Spending: A Case For an Open Source Tax?
A discussion on purchase decisions and sustainable Open Source.
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
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
The JetBrains Blog
How to Use FastAPI for Machine Learning | The PyCharm Blog
Learn how to use FastAPI for machine learning. Explore the framework's benefits and why it's popular, and understand how to integrate it into your ML workflows.
Programiz: Getting Started with Python
Link: https://www.programiz.com/python-programming/getting-started
In this tutorial, you will learn to write your first Python program.
Link: https://www.programiz.com/python-programming/getting-started
In this tutorial, you will learn to write your first Python program.
Programiz
Getting Started with Python
In this tutorial, you will learn to write your first Python program.
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
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
The JetBrains Blog
What’s New in PyCharm 2024.2.2! | The PyCharm Blog
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!
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
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
Realpython
Episode #221: Thriving as a Developer With ADHD – The Real Python Podcast
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 about his website and podcast "ADHD For the Win!"
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
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
Wingware
Wing Python IDE Version 10.0.6 - September 20, 2024 - Wing Python IDE
Wing 10.0.6 adds support for Python 3.13 and fixes some issues with AI development,
code refactoring, and unit testing with pytest.
code refactoring, and unit testing with pytest.
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
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
talkpython.fm
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 week's topic: NLP with spaCy and Python. Our guest, Vincent…
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
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
Erik Marsja
Using Pandas to Read JSON from URL
Learn how to use Pandas to read json file from an URL into a dataframe. Doing this may simplify handling your data.
Matt Layman: Docker Go, JS, Static Files - Building SaaS #203
Link: https://www.mattlayman.com/blog/2024/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 f
Link: https://www.mattlayman.com/blog/2024/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 f
Matt 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 from JavaScript via Tailwind for CSS. Some come from Python…
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
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
Pythonmorsels
Prompting a user for input
We can prompt our users for input with Python's built-in input function.