PyCharm: Prolongation de la campagne « Soutenez Python avec JetBrains et...
Bonne nouvelle : notre campagne Soutenez Python avec JetBrains et PyCharm est prolongée jusqu’au 29 novembre 2022 !Il vous reste donc encore une semaine pour profiter d’une réduction de 30 % sur votre...
View ArticlePython Circle: Selecting Linux kernel version during system booting process
How to revert to the previous kernel version of Ubuntu, Showing grub menu during boot-up process, selecting the desired kernel version from grub menu, permanently selecting the kernel version, updating...
View ArticlePodcast.__init__: Build Better Machine Learning Models With Confidence By...
Machine learning has the potential to transform industries and revolutionize business capabilities, but only if the models are reliable and robust. Because of the fundamental probabilistic nature of...
View ArticlePyCharm
Join us Monday, October 31, at 5:00 pm UTC (check other timezones) for our live webinar, New UI for Your IDE: A Glimpse Into the Future with JetBrains Developer Advocates.REGISTERJetBrains released our...
View ArticleMike Driscoll: PyDev of the Week: Yeray Diaz
This week we welcome Yeray Diaz (@yera_ee) as our PyDev of the Week! Yeray is a moderator on PyPI.org . Yeray also writes a blog and has several projects on his GitHub profile.Let's take a few moments...
View ArticlePython for Beginners: Sort a Pandas Series in Python
Pandas series is used to handle sequential data in python. In this article, we will discuss different ways to sort a pandas series in Python. Table of ContentsSort a series using the sort_values()...
View ArticleReal Python: How to Get a List of All Files in a Directory With Python
Getting a list of all the files and folders in a directory is a natural first step for many file-related operations in Python. When looking into it, though, you may be surprised to find various ways to...
View ArticleŁukasz Langa: Weekly Report July 25 - 31
Week in numbers: 3 closed issues, PRs: 6 authored, 22 closed, 1 reviewed.
View ArticleŁukasz Langa: Weekly Report August 1 - 7
This week I spent helping 3.11.0rc1 get released. This included both reviewing PRs and helping release blockers get resolved. There were two in particular that I spent most time on so I’ll talk briefly...
View ArticleŁukasz Langa: I built an AM5 PC for Python-related things
16 cores, 128 GB of RAM, an RTX 3090. Sounds great but… don’t be an early adopter. While I’m pretty stoked about what this new machine lets me accomplish, it was quite painful to get it running.
View ArticleMatt Layman: Learn Python By Example - Currency Exchange
Learn Python By Example shows a simple Python exercise from Exercism. This problem illustrates numbers in Python and how to use the built-in math operators. Since this is the first video in this...
View ArticleDeclassed Art: torcontrol and Tor circuits managers
Stem did not encourage me to read specifications. I f*cked error handling up and now proudly introduce my own minimalistic Tor controller.
View Articletestmon: New features in 1.3.x
New in pytest-testmon version 1.3.x. There has been a lot of compatiblity upgrades and improvements.To find more go to: New features in 1.3.x
View Articletestmon: pytest-testmon v1.4 with xdist support is out.
I'm happy to announce that this long-standing limitation of pytest-testmon has been fixed.To find more go to: New features in 1.4.x
View ArticleS. Lott: Functional Programming and Finite State Automata (FSA)
When I talk about functional programming in Python, folks like to look for place where functional programming isn't appropriate. They latch onto finite-state automata (FSA) because "state" of an...
View ArticleDjango Weblog: 2023 DSF Board Election Results
The 2023 Board is transitional to our new staggered 2 year term board membership model. Here are the results of this year's election as selected by ranked choice voting: Chaim Kirby*Jacob...
View ArticleReal Python: Using Python's pathlib Module
Have you struggled with file path handling in Python? With the pathlib module, the struggle is now over! You no longer need to scratch your head over code like this:>>>>>>...
View ArticleTalk Python to Me: #391: Pyscript powered by MicroPython
No Python announcement of 2022 was met with more fanfare than pyscript. This project, announced at PyCon 2022, allows you to write Python files and run them in your browser in place of JavaScript or...
View ArticlePyCharm: The Second Release Candidate for PyCharm 2022.3 Is Out!
PyCharm 2022.3 is just around the corner and the second Release Candidate is here!You can download the new version from our website, update directly from the IDE or via the free Toolbox App, or use...
View ArticlePyCoder’s Weekly: Issue #553 (Nov. 29, 2022)
#553 – NOVEMBER 29, 2022View in Browser »Microsoft Power BI and Python: Two Superpowers Combined In this tutorial, you’ll learn how to install and configure Microsoft Power BI to work with Python....
View Article