Quantcast
Channel: Planet Python
Browsing all 22871 articles
Browse latest View live

Django Weblog: Nominations for 2022 Malcolm Tredinnick Memorial Prize

Hello Everyone!It is that time of year again when we recognize someone from our community in memory of our friend Malcolm.Malcolm was an early core contributor to Django and had both a huge influence...

View Article


Image may be NSFW.
Clik here to view.

PyCharm: PyCon Portugal 2022 trip report

This year saw the premier of the first ever PyCon Portugal! With DjangoCon Europe being hosted in Porto this year, the organizers took the opportunity to piggyback off of this conference and set up a...

View Article


Real Python: The Real Python Podcast – Episode #129: Using an Ellipsis in...

Where should you use an ellipsis in Python? How does it behave as a placeholder in a script, project, or stub file? What are the next goals for the Faster CPython project? This week on the show,...

View Article

IslandT: Python Example — Replace words within a list, and then sort the...

In this example, let us create a python program that will replace words within a list, and then sort the entire list and turn it into a string. Below is the entire program. def rewrite(word): return...

View Article

Python for Beginners: Concatenate DataFrames in Python

We use dataframes in python to handle and analyze tabular data in python. In this article, we will discuss how we can concatenate two or more dataframes in python.How to Concatenate DataFrames in...

View Article


Image may be NSFW.
Clik here to view.

scikit-learn: scikit-learn and Hugging Face join forces

Author: Lysandre Debut , François GoupilHugging Face is happy to announce that we’re partnering with scikit-learn to further our support of the machine learning tools and ecosystem.At Hugging Face,...

View Article

Image may be NSFW.
Clik here to view.

Daniel Nouri: Pdb tracking with Emacs python-mode

I've written about my experience with previous Python modes and their horrible feature bloat before.For a long time, I'd decided to vendor a version of the original Python mode from 2009, because newer...

View Article

IslandT: Python Example — Create database with sqlite3

In this article let us create a poet database and a poet table with sqlite3 module’s and then inserted the poet entry into the table before retrieving it again from the table and displaying it on the...

View Article


Go Deh: Riffing on triplet sum to a target

 (Best viewed on a larger screen). There's a task that goes: Given a list of integers and a target integer, return all "normalised" triplets of numbers from that list that sum to the target value....

View Article


Talk Python to Me: #385: Higher level Python asyncio with AnyIO

Do you love Python's async and await but feel that you could use more flexibility and higher-order constructs like running a group of tasks and child tasks as a single operation, or streaming data...

View Article

Image may be NSFW.
Clik here to view.

Will McGugan: A new way of drawing boxes in the terminal (possibly)

Not all CEOs of tech startups have the time to write code. Fortunately while Textualize is still in its development phase I have plenty of opportunity to get my hands dirty.I get a kick out of being...

View Article

Kay Hayen: Nuitka Release 1.1

This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler, “download now”.This release contains a large amount of new compatibility features, while...

View Article

Image may be NSFW.
Clik here to view.

David Amos: Tree Traversals And Anagrams In Python

This article contains affiliate links. See my affiliate disclosure for more information.I know it&aposs all just an accident of language, but the fact that you can rearrange the letters in "the...

View Article


Django Weblog: 2023 DSF Board Nominations

It is that time of year again to think about next year’s Django Software Foundation’s Board of Directors! As you know, the Board guides the direction of the marketing, governance and outreach...

View Article

Image may be NSFW.
Clik here to view.

Podcast.__init__: Take Control Of Your Electrical Systems With The Open...

The generation, distribution, and consumption of energy is one of the most critical pieces of infrastructure for the modern world. With the rise of renewable energy there is an accompanying need for...

View Article


Image may be NSFW.
Clik here to view.

IslandT: Tkinter and wxPython tutorial — Create a simple Tkinter and wxPython...

Tkinter and wxPythn are two of the most famous Python GUIs that have been used by the worldwide python developers to create GUIs for their python applications!This first chapter of the Tkinter and...

View Article

Image may be NSFW.
Clik here to view.

IslandT: Tkinter Tutorial — Create an action button which will change the...

In this Tkinter tutorial let us create a button with Tkinter and then create a function that will change the text of the button once it has been called after the user clicks on that button.First of...

View Article


Mike Driscoll: PyDev of the Week: Matthäus Chajdas

This week we welcome Matthäus Chajdas (@NIV_Anteru) as our PyDev of the week! Matthäus is a core developer of Pygments, a generic syntax highlighter that is used in many websites, wikis, and more!...

View Article

Real Python: A Practical Introduction to Web Scraping in Python

Web scraping is the process of collecting and parsing raw data from the Web, and the Python community has come up with some pretty powerful web scraping tools.The Internet hosts perhaps the greatest...

View Article

Python Morsels: What does // mean in Python?

Python's // operator performs "floor division" (a.k.a. "integer division"). It always rounds down the result to the nearest integer while dividing.Table of contentsThe / operatorThe // operator between...

View Article
Browsing all 22871 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>