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.
Seth Michael Larson: PyCon Taiwan 2024 Keynote
Link: https://sethmlarson.dev/pycon-taiwan-2024?utm_campaign=rss
PyCon Taiwan 2024 Keynote
Link: https://sethmlarson.dev/pycon-taiwan-2024?utm_campaign=rss
PyCon Taiwan 2024 Keynote
sethmlarson.dev
PyCon Taiwan 2024 Keynote
This critical role would not be possible without funding from the Alpha-Omega project. Massive thank-you to Alpha-Omega for investing in the security of the Python ecosystem!
Here are my slide...
Here are my slide...
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
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
Hynek 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 update. direnv still rocks, though.
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
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
Armin Ronacher's Thoughts and Writings
FSL: A Better Business/Open Source Balance Than AGPL
My thoughts on license choices for balancing business interests and
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
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
Django Project
PyCharm & Django Campaign 2024 - encore
Posted by Thibaud Colas and JetBrains on September 23, 2024
Real Python: Python Virtual Environments: A Primer
Link: https://realpython.com/python-virtual-environments-a-primer/
In this tutorial, you’ll learn how to work with Python’s venv module to create and manage separate virtual environments for your Python projects. Each environment can use different versions of package
Link: https://realpython.com/python-virtual-environments-a-primer/
In this tutorial, you’ll learn how to work with Python’s venv module to create and manage separate virtual environments for your Python projects. Each environment can use different versions of package
Realpython
Python Virtual Environments: A Primer – Real Python
In this tutorial, you'll learn how to use a Python virtual environment to manage your Python projects. You'll also gain a deep understanding of the structure of virtual environments created with the venv module, as well as the rationale behind using virtual…
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
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
pythonbytes.fm
How to monetize your blog
News and announcements from the Python community for the week of Sep 23rd, 2024
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%
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%
The JetBrains Blog
PyCharm vs. Jupyter Notebook | The PyCharm Blog
Read this article to learn the difference between vanilla Jupyter notebooks and Jupyter Notebook support in PyCharm, a professional data science IDE.
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
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
Realpython
Advanced Python import Techniques – Real Python
The Python import system is as powerful as it is useful. In this in-depth video course, you'll learn how to harness this power to improve the structure and maintainability of your code.
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
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
Pycoders
PyCoder’s Weekly | Issue #648
Issue #648 of the PyCoder’s Weekly newsletter, published Sept. 24, 2024.
Quansight Labs Blog: Multi-dimensional Sparse Arrays in SciPy
Link: https://labs.quansight.org/blog/multi-dimensional-sparse-arrays
My work focused on extending support for COOrdinate sparse arrays in SciPy to n-dimensions.
Link: https://labs.quansight.org/blog/multi-dimensional-sparse-arrays
My work focused on extending support for COOrdinate sparse arrays in SciPy to n-dimensions.
labs.quansight.org
Multi-dimensional Sparse Arrays in SciPy
My work focused on extending support for COOrdinate sparse arrays in SciPy to n-dimensions.
Mike Driscoll: JupyterLab 101 Kickstarter Stretch Goal
Link: https://www.blog.pythonlibrary.org/2024/09/25/jupyterlab-101-kickstarter-stretch-goal/
My Kickstarter for my latest Python book is still going on for another eight days. Now is a great time to pre-order the book as well as get my other Python books.
The project is fully funded, and I a
Link: https://www.blog.pythonlibrary.org/2024/09/25/jupyterlab-101-kickstarter-stretch-goal/
My Kickstarter for my latest Python book is still going on for another eight days. Now is a great time to pre-order the book as well as get my other Python books.
The project is fully funded, and I a
Mouse Vs Python
JupyterLab 101 Kickstarter Stretch Goal - Mouse Vs Python
My Kickstarter for my latest Python book is still going on for another eight days. Now is a great time to pre-order the book as well as get my other
Real Python: Python 3.13 Preview: A Modern REPL
Link: https://realpython.com/python313-repl/
One of Python’s strong points is its interactive capabilities. By running python you start the interactive interpreter, or REPL, which allows you to perform quick calculations or explore and experimen
Link: https://realpython.com/python313-repl/
One of Python’s strong points is its interactive capabilities. By running python you start the interactive interpreter, or REPL, which allows you to perform quick calculations or explore and experimen
Realpython
Python 3.13 Preview: A Modern REPL – Real Python
Python 3.13 will be released in October 2024. In this tutorial, you'll explore one of its new features: a new and modern interactive interpreter, also known as a REPL.
Django Weblog: 2025 DSF Board Nominations
Link: https://www.djangoproject.com/weblog/2024/sep/25/2025-dsf-board-nominations/
Nominations are open for the 2025 Django Software Foundation Board of Directors.
In 2023 we introduced a staggered term for directors. Of our 7 directors, there are 4 positions currently open, with ea
Link: https://www.djangoproject.com/weblog/2024/sep/25/2025-dsf-board-nominations/
Nominations are open for the 2025 Django Software Foundation Board of Directors.
In 2023 we introduced a staggered term for directors. Of our 7 directors, there are 4 positions currently open, with ea
Django Project
2025 DSF Board Nominations
Posted by Thibaud Colas on September 25, 2024
Talk Python to Me: #478: When and how to start coding with kids
Link: https://talkpython.fm/episodes/show/478/when-and-how-to-start-coding-with-kids
Do you have kids? Maybe nieces and nephews? Or maybe you work in a school environment? Maybe it's just friend's who know you're a programmer and ask about how they should go about introducing programm
Link: https://talkpython.fm/episodes/show/478/when-and-how-to-start-coding-with-kids
Do you have kids? Maybe nieces and nephews? Or maybe you work in a school environment? Maybe it's just friend's who know you're a programmer and ask about how they should go about introducing programm
talkpython.fm
When and how to start coding with kids
Do you have kids? Maybe nieces and nephews? Or maybe you work in a school environment? Maybe it's just friend's who know you're a programmer and ask about how they should go about introducing programming concepts with them. Anna-Lena Popkes is back on the…