Real Python: Python Basics: Modules and Packages
Link: https://realpython.com/courses/python-basics-modules-packages/
As you gain experience writing code, you’ll eventually work on
projects that are so large that keeping all the code in a single file
becomes cumbersome.
Instead of writing a single file, you can put r
Link: https://realpython.com/courses/python-basics-modules-packages/
As you gain experience writing code, you’ll eventually work on
projects that are so large that keeping all the code in a single file
becomes cumbersome.
Instead of writing a single file, you can put r
Realpython
Python Basics: Modules and Packages – Real Python
In this Python Basics video course, you'll learn how to build an application by putting related code into separate files called modules. You'll also use the import statement to use modules in another file.
Seth Michael Larson: Querying every file in every release on the Python Package Index
Link: http://sethmlarson.dev/security-developer-in-residence-weekly-report-18?date=2023-11-14
Querying every file in every release on the Python Package Index
Link: http://sethmlarson.dev/security-developer-in-residence-weekly-report-18?date=2023-11-14
Querying every file in every release on the Python Package Index
Seth Michael Larson
Querying every file in every release on the Python Package Index
This critical role would not be possible without funding from the OpenSSF Alpha-Omega Project. Massive thank-you to Alpha-Omega for investing in the security of the Python ecosystem!
Last we...
Last we...
PyCoder’s Weekly: Issue #603 (Nov. 14, 2023)
Link: https://pycoders.com/issues/603
#603 – NOVEMBER 14, 2023 View in Browser » SciPy Builds on Windows Are a Minor Miracle Moving SciPy to Meson meant finding a different Fortran compiler on Windows, which was particularly tricky
Link: https://pycoders.com/issues/603
#603 – NOVEMBER 14, 2023 View in Browser » SciPy Builds on Windows Are a Minor Miracle Moving SciPy to Meson meant finding a different Fortran compiler on Windows, which was particularly tricky
Pycoders
PyCoder’s Weekly | Issue #603
Issue #603 of the PyCoder’s Weekly newsletter, published Nov. 14, 2023.
PyCharm: PyCharm 2023.3 EAP 6 Is Out!
Link: https://blog.jetbrains.com/pycharm/2023/11/2023-3-eap-6/
You can download the build from our website, get it from the free Toolbox App, or update to it using snaps if you’re an Ubuntu user.
Download PyCharm 2023.3 EAP
The sixth build of the Early Access P
Link: https://blog.jetbrains.com/pycharm/2023/11/2023-3-eap-6/
You can download the build from our website, get it from the free Toolbox App, or update to it using snaps if you’re an Ubuntu user.
Download PyCharm 2023.3 EAP
The sixth build of the Early Access P
The JetBrains Blog
PyCharm 2023.3 EAP 6 Is Out! | The PyCharm Blog
Django project structure view, enhancements to Live Preview for Django Templates, interactive plots in SciView, and the ability to view dataframes or series as charts.
PyCharm: Unveiling Python 3.12: What’s New in the World of Python?
Link: https://blog.jetbrains.com/pycharm/2023/11/python-3-12/
Python 3.12 made its debut on October 2, 2023, in keeping with the annual tradition of releasing new versions every October.
This latest iteration introduces a range of new features and enhancements t
Link: https://blog.jetbrains.com/pycharm/2023/11/python-3-12/
Python 3.12 made its debut on October 2, 2023, in keeping with the annual tradition of releasing new versions every October.
This latest iteration introduces a range of new features and enhancements t
The JetBrains Blog
Unveiling Python 3.12: What's New in the World of Python? | The PyCharm Blog
Python 3.12 made its debut on October 2, 2023, in keeping with the annual tradition of releasing new versions every October. This latest iteration introduces a range of new features and enhancement
Mike Driscoll: Using CSS to Style a Python TUI with Textual
Link: https://www.blog.pythonlibrary.org/2023/11/15/using-css-to-style-a-python-tui-with-textual/
Textual is a Python framework for creating Text Based user interfaces (TUIs). You can create graphical user interfaces in your terminal with Textual.
If you haven’t heard of Textual before, check out
Link: https://www.blog.pythonlibrary.org/2023/11/15/using-css-to-style-a-python-tui-with-textual/
Textual is a Python framework for creating Text Based user interfaces (TUIs). You can create graphical user interfaces in your terminal with Textual.
If you haven’t heard of Textual before, check out
Mouse Vs Python
Using CSS to Style a Python TUI with Textual - Mouse Vs Python
Textual is a text-based user interface. You can use CSS to style your UI and make your application beautiful.
Python Software Foundation: It's time for our annual year-end PSF fundraiser and membership drive 🎉
Link: https://pyfound.blogspot.com/2023/11/support-python-q4-2023.html
Support Python in 2023! For the fifth year in a row, the PSF is partnering with JetBrains on our end-of-year fundraiser. Over that time, the partnership has raised a total of over $95,000. Amazing! T
Link: https://pyfound.blogspot.com/2023/11/support-python-q4-2023.html
Support Python in 2023! For the fifth year in a row, the PSF is partnering with JetBrains on our end-of-year fundraiser. Over that time, the partnership has raised a total of over $95,000. Amazing! T
Python Software Foundation Blog
It's time for our annual year-end PSF fundraiser and membership drive 🎉
Support Python in 2023! For the fifth year in a row, the PSF is partnering with JetBrains on our end-of-year fundraiser. Over that time...
Real Python: Embeddings and Vector Databases With ChromaDB
Link: https://realpython.com/chromadb-vector-database/
The era of large language models (LLMs) is here, bringing with it rapidly evolving libraries like ChromaDB that help augment LLM applications. You’ve most likely heard of chatbots like OpenAI’s ChatGP
Link: https://realpython.com/chromadb-vector-database/
The era of large language models (LLMs) is here, bringing with it rapidly evolving libraries like ChromaDB that help augment LLM applications. You’ve most likely heard of chatbots like OpenAI’s ChatGP
Realpython
Embeddings and Vector Databases With ChromaDB – Real Python
Vector databases are a crucial component of many NLP applications. This tutorial will give you hands-on experience with ChromaDB, an open-source vector database that's quickly gaining traction. Along the way, you'll learn what's needed to understand vector…
Stack Abuse: Guide to Heaps in Python
Link: https://stackabuse.com/guide-to-heaps-in-python/
Introduction
Imagine a bustling airport with flights taking off and landing every minute. Just as air traffic controllers prioritize flights based on urgency, heaps help us manage and process data bas
Link: https://stackabuse.com/guide-to-heaps-in-python/
Introduction
Imagine a bustling airport with flights taking off and landing every minute. Just as air traffic controllers prioritize flights based on urgency, heaps help us manage and process data bas
Stack Abuse
Guide to Heaps in Python
Explore the intricacies of heaps, a tree-based data structure adept at maintaining order and hierarchy. Dive into Python's' heapq module, offering a rich set of functionalities for managing dynamic data sets where priority elements are frequently accessed.…
Brian Okken: Testing argparse Applications
Link: https://pythontest.com/testing-argparse-apps/
I was asked recently about how to test the argument parsing bit of an application that used argparse. argparse is a built in Python library for dealing with parsing command line arguments for command
Link: https://pythontest.com/testing-argparse-apps/
I was asked recently about how to test the argument parsing bit of an application that used argparse. argparse is a built in Python library for dealing with parsing command line arguments for command
Pythontest
Testing argparse Applications
I was asked recently about how to test the argument parsing bit of an application that used argparse. argparse is a built in Python library for dealing with parsing command line arguments for command line interfaces, CLI’s.
You know, like git clone <repo…
You know, like git clone <repo…
Test and Code: 209: Testing argparse Applications
Link: https://testandcode.com/episodes/209-testing-argparse-applications
How do you test the argument parsing bit of an application that uses argparse?This episode covers:
Design for Test: Structuring your app or script so it's easier to test.
pytest & capsys for testing s
Link: https://testandcode.com/episodes/209-testing-argparse-applications
How do you test the argument parsing bit of an application that uses argparse?This episode covers:
Design for Test: Structuring your app or script so it's easier to test.
pytest & capsys for testing s
Talk Python to Me: #438: Celebrating JupyterLab 4 and Jupyter 7 Releases
Link: https://talkpython.fm/episodes/show/438/celebrating-jupyterlab-4-and-jupyter-7-releases
Jupyter Notebooks and Jupyter Lab have to be one of the most important parts of Python when it comes to bring new users to the Python ecosystem and certainly for the day to day work of data scientists
Link: https://talkpython.fm/episodes/show/438/celebrating-jupyterlab-4-and-jupyter-7-releases
Jupyter Notebooks and Jupyter Lab have to be one of the most important parts of Python when it comes to bring new users to the Python ecosystem and certainly for the day to day work of data scientists
talkpython.fm
Celebrating JupyterLab 4 and Jupyter 7 Releases
Jupyter Notebooks and Jupyter Lab have to be one of the most important parts of Python when it comes to bring new users to the Python ecosystem and certainly for the day to day work of data scientists and general scientists who have made some of the biggest…
ListenData: NumPy argmax() Function : Learn with Examples
Link: https://www.listendata.com/2023/11/argmax-numpy-function.html
In this tutorial, we will see how to use the NumPy argmax() function in Python along with examples.
The numpy.argmax() function in Python is used to find the indices of the maximum element in an arra
Link: https://www.listendata.com/2023/11/argmax-numpy-function.html
In this tutorial, we will see how to use the NumPy argmax() function in Python along with examples.
The numpy.argmax() function in Python is used to find the indices of the maximum element in an arra
ListenData
NumPy argmax() Function : Learn with Examples
This tutorial explains how to use the NumPy argmax() function in Python to find the indices of the maximum element in an array.
Marcos Dione: is-dinant-dead-or-a-tip-for-writing-regular-expressions
Link: http://www.grulic.org.ar/~mdione/glob//posts/is-dinant-dead-or-a-tip-for-writing-regular-expressions/
NE: Another dictated and quickly revised post. Sorry for the mess.
Last night I was trying to develop a Prometheeus exporter for Apache logs.
There's only one already written but it doesn't provide
mu
Link: http://www.grulic.org.ar/~mdione/glob//posts/is-dinant-dead-or-a-tip-for-writing-regular-expressions/
NE: Another dictated and quickly revised post. Sorry for the mess.
Last night I was trying to develop a Prometheeus exporter for Apache logs.
There's only one already written but it doesn't provide
mu
PyCharm: PyCharm 2023.3 EAP 7 Is Out!
Link: https://blog.jetbrains.com/pycharm/2023/11/2023-3-eap-7/
You can download the build from our website, get it from the free Toolbox App, or update to it using snaps if you’re an Ubuntu user.
Download PyCharm 2023.3 EAP
The seventh build of the Early Access
Link: https://blog.jetbrains.com/pycharm/2023/11/2023-3-eap-7/
You can download the build from our website, get it from the free Toolbox App, or update to it using snaps if you’re an Ubuntu user.
Download PyCharm 2023.3 EAP
The seventh build of the Early Access
The JetBrains Blog
PyCharm 2023.3 EAP 7 Is Out! | The PyCharm Blog
Enhancements to the Django Structure view, Search Everywhere and support for Angular 17
Real Python: The Real Python Podcast – Episode #181: Computational Thinking & Learning Python During an AI Revolution
Link: https://realpython.com/podcasts/rpp/181/
Has the current growth of artificial intelligence (AI) systems made you wonder what the future holds for Python developers? What are the hidden benefits of learning to program in Python and practicing
Link: https://realpython.com/podcasts/rpp/181/
Has the current growth of artificial intelligence (AI) systems made you wonder what the future holds for Python developers? What are the hidden benefits of learning to program in Python and practicing
Realpython
Episode #181: Computational Thinking & Learning Python During an AI Revolution – The Real Python Podcast
Has the current growth of artificial intelligence (AI) systems made you wonder what the future holds for Python developers? What are the hidden benefits of learning to program in Python and practicing computational thinking? This week on the show, we speak…
Mike Driscoll: Episode 22 – Git and Django with Adam Johnson
Link: https://www.blog.pythonlibrary.org/2023/11/17/episode-22-git-and-django-with-adam-johnson/
You may know Adam from all his work around the Django web framework. If you head to the Python Package Index (PyPI), you will see that Adam has made or contributed to more than 80 projects!
Adam recen
Link: https://www.blog.pythonlibrary.org/2023/11/17/episode-22-git-and-django-with-adam-johnson/
You may know Adam from all his work around the Django web framework. If you head to the Python Package Index (PyPI), you will see that Adam has made or contributed to more than 80 projects!
Adam recen
Mouse Vs Python
Episode 22 - Git and Django with Adam Johnson - Mouse Vs Python
You may know Adam from all his work around the Django web framework. If you head to the Python Package Index (PyPI), you will see that Adam has made or
PyBites: Salary Negotiation Tips
Link: https://pybit.es/articles/salary-negotiation-tips/
How to better negotiate your salary? Our new podcast episode offers practical tips!
Listen here:
Or on YouTube:
In this week’s podcast episode we tune into a PDM Mindset Hacking call where Julian o
Link: https://pybit.es/articles/salary-negotiation-tips/
How to better negotiate your salary? Our new podcast episode offers practical tips!
Listen here:
Or on YouTube:
In this week’s podcast episode we tune into a PDM Mindset Hacking call where Julian o
Pybites
Salary Negotiation Tips - Pybites
How to better negotiate your salary? Our new podcast episode offers practical tips!
John Cook: Factored random numbers
Link: https://www.johndcook.com/blog/2023/11/17/factored-random-numbers/
A couple days ago Michael Nielsen posted an image of a one-page paper that gives an algorithm for generating factored random numbers, uniformly distributed from 1 to some designated N.
The algorithm d
Link: https://www.johndcook.com/blog/2023/11/17/factored-random-numbers/
A couple days ago Michael Nielsen posted an image of a one-page paper that gives an algorithm for generating factored random numbers, uniformly distributed from 1 to some designated N.
The algorithm d
John D. Cook | Applied Mathematics Consulting
Factored random numbers
Generating prefactored random numbers. Includes link to original paper and Python code.
Matt Layman: Parse Inbound Email - Building SaaS with Python and Django #175
Link: https://www.mattlayman.com/blog/2023/parse-inbound-email-building-saas-with-python-and-django-175/
In this episode, we switched to the inbound side and parsed an email to transform it into a journal entry. This caused us to look into the dateutil library and look at Python’s standard email module t
Link: https://www.mattlayman.com/blog/2023/parse-inbound-email-building-saas-with-python-and-django-175/
In this episode, we switched to the inbound side and parsed an email to transform it into a journal entry. This caused us to look into the dateutil library and look at Python’s standard email module t
Matt Layman
Parse Inbound Email - Building SaaS with Python and Django #175
In this episode, we switched to the inbound side and parsed an email to transform it into a journal entry. This caused us to look into the dateutil library and look at Python's standard email module to use EmailMessage.