Mike Driscoll: Python 101 - The REPL (Video)
In this tutorial, you will learn what a REPL is and why it is useful. I also show you a couple of alternative REPL environments in this tutorial, such as IDLE and IPython.Related ArticlesAn Intro to...
View ArticleAnarcat: building Debian packages under qemu with sbuild
I've been using sbuild for a while to build my Debian packages, mainly because it's what is used by the Debian autobuilders, but also because it's pretty powerful and efficient. Configuring it just...
View ArticleAnarcat: Using LSP in Emacs and Debian
The Language Server Protocol (LSP) is a neat mechanism that provides a common interface to what used to be language-specific lookup mechanisms (like, say, running a Python interpreter in the background...
View ArticlePython⇒Speed: When Python can't thread: a deep-dive into the GIL's impact
Most computers these days come with multiple cores, allowing multiple threads to run computations in parallel. And even without multiple cores, you can have concurrency, for example one thread waiting...
View ArticlePython Bytes: #281 ohmyzsh + ohmyposh + mcfly + pls + nerdfonts = wow
<p><strong>Watch the live stream:</strong></p> <a href='https://www.youtube.com/watch?v=Wkqyecv49Ic' style='font-weight: bold;'>Watch on YouTube</a><br>...
View ArticleTalk Python to Me: #363: Python for .NET and C# developers
Are you coming to Python from another language and ecosystem? It can seem a bit daunting at first. But Python is very welcoming and has a massive array of tools and libraries. In this episode, I speak...
View ArticleGlyph Lefkowitz: You Should Compile Your Python And Here’s Why
In this post I’d like to convince you that you should be running Mypyc over your code1— especially if your code is a library you upload to PyPI — for both your own benefit and that of the Python...
View ArticleZero to Mastery: Python Monthly Newsletter 💻🐍
29th issue of the Python Monthly Newsletter! Read by 20,000+ Python developers every month. This monthly Python newsletter covers the latest Python news so that you stay up-to-date with the industry...
View ArticleReal Python: Real Python at PyCon US 2022
PyCon US is back as an in-person conference. PyCon US 2022 is happening in Salt Lake City April 29 to May 1, and Real Python is there as well. Come join us at our booth and at the open space on...
View ArticleSTX Next: Python vs. C++: A Comparison of Key Features and Differences
C++ and Python, two of the most popular and commonly used programming languages, aren’t only versatile and object-oriented, but they can be used to create a wide array of various programs and...
View ArticleWilliam Minchin: Static Comments Plugin 2.1.1 for Pelican Released
Static Comments is a plugin for Pelican, a static site generator written in Python. It is meant as a drop in replacement for the Pelican Comment System.Static Comments allows you to have a comment...
View ArticleNikola: Nikola v8.2.2 is out!
On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola v8.2.2. This is a bugfix release, whose only change is support for the latest version of Pygments.What is...
View ArticleMatt Layman: User Requests - Building SaaS with Python and Django #134
In this episode, we took a break between big projects and worked on some smaller usability features requested by users of the app.
View ArticlePython GUIs: Packaging PySide6 applications into a macOS app with PyInstaller...
There is not much fun in creating your own desktop applications if you can't share them with other people — whether than means publishing it commercially, sharing it online or just giving it to someone...
View ArticleJohn Ludhi/nbshare.io: PySpark GroupBy Examples
PySpark GroupBy ExamplesIn this notebook, we will go through PySpark GroupBy method. For this exercise, I will be using following data from Kaggle......
View ArticleZato Blog: Integrating with Salesforce in Python
OverviewSalesforce connections are one of the newest additions to Zato 3.2, allowing you to look up and manage Salesforce records and other business data. To showcase it, the article will create a...
View ArticlePodcast.__init__: Accelerate Your Machine Learning Experimentation With...
The experimentation phase of building a machine learning model requires a lot of trial and error. One of the limiting factors of how many experiments you can try is the length of time required to train...
View ArticleTryton News: Releaset of Relatorio 0.10.1
We are proud to announce the release of Relatorio version 0.10.1.Relatorio is a templating library mainly for OpenDocument using also OpenDocument as source format.This is a bug-fix release which:Add...
View ArticleTryton News: Release of python-sql 1.4.0
We are proud to announce the release of the version 1.4.0 of python-sql.python-sql is a library to write SQL queries in a pythonic way. It is mainly developed for Tryton but it has no external...
View ArticleMike Driscoll: PyDev of the Week: Jyotika Singh
The PyDev of the Week this week is Jyotika Singh (@JyotikaSingh_). Jyotika is the maintainer of pyAudioProcessing and a speaker at multiple conferences. You can check out what Jyotika is up to by going...
View Article