EuroPython: EuroPython January 2023 Newsletter
Hey hey!Been awhile since we slid into your inbox. A lot has happened since our last update, we discharged the previous board, ratified a new one. We went through 10+ community and commercial proposals...
View ArticleLuke Plant: Python’s “Disappointing” Superpowers
In Hillel Wayne’s post “I am disappointed by dynamic typing”, he expresses his sense that the Python ecosystem doesn’t really make the most of the possibilities that Python provides as a dynamically...
View ArticleReal Python: Build a JavaScript Front End for a Flask API
Most modern web applications are powered by a REST API under the hood. That way, developers can separate JavaScript front-end code from the back-end logic that a web framework like Flask...
View ArticleCodersLegacy: Tkinter GUI Designer Tutorial (Figma to Tkinter)
Creating complex and visually appealing interfaces can be time-consuming and difficult with Tkinter alone. GUI development requires writing alot of code, including carefully positioning each GUI...
View ArticlePython⇒Speed: Don't bother trying to estimate Pandas memory usage
You have a file with data you want to process with Pandas, and you want to make sure you won’t run out of memory. How do you estimate memory usage given the file size?At times you may see estimates...
View ArticlePython for Beginners: Convert Dictionary to JSON in Python
JSON file formats are used extensively for data transmission. This article will discuss how we can convert a python dictionary to JSON format.Table of ContentsWhat is JSON Format?Convert Python...
View ArticleBhishan Bhandari: Deep learning for style transfer – Understanding baselines
The purpose of this writeup is to demystify the style transfer method in this famous paper Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization. It is an old paper but a very...
View ArticleCodementor: Hello World program in C [In series]
read previous post before jumping to this program
View ArticleJustin Mayer: Python Development Environment on MacOS Ventura and Monterey
While installing Python and Virtualenv on MacOS Ventura and Monterey can be done several ways, this tutorial will guide you through the process of configuring a stock Mac system into a solid Python...
View ArticlePyBites: How Michael Knott used Python to enhance his sports coaching career
Listen here:Or watch here:Welcome back to the Pybites podcast. This week we have a wonderful chat with Michael Knott.We talk about the most valuable things about Michael’s Python journey, including...
View ArticlePyCharm: PyCharm 2023.1: EAP 2 Is Out!
In the second EAP build, we’re offering in-editor improvements and additions to TypeScript support.You can check out the previous EAP posts to see what else we’ve implemented in PyCharm 2023.1.You can...
View ArticleCodementor: Fundamentals of loops in any Programming Language
fundamentals series continued
View ArticleReal Python: The Real Python Podcast – Episode #143: Create Interactive Maps...
Would you like to quickly add data to a map with Python? Have you wanted to create beautiful interactive maps and export them as a stand-alone static web page? This week on the show, Christopher...
View ArticleTryton News: Newsletter February 2023
A lot of new features have landed in Tryton this month. Some of them were on hold to prepare the migration to Heptapod but we are catching up quickly thanks to the new contribution workflow.Changes for...
View ArticleTalk Python to Me: #401: Migrating 3.8 Million Lines of Python
At some point, you've probably migrated an app from one framework or major runtime version to another. For example, Django to Flask, Python 2 to Python 3, or even Angular to Vue.js. This can be a big...
View ArticlePython for Beginners: Convert JSON to YAML in Python
Different software uses different file formats for storing and transmitting data. Hence, we often need to convert data from one format to another. This article will discuss how we can convert JSON to...
View ArticlePython Engineering at Microsoft: Python in Visual Studio Code – February 2023...
We’re excited to announce that the February 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available!This release includes the following announcements:Automatic...
View ArticlePyCon: Applications Are Open for Booth Space on Startup Row
2023 is a big year for PyCon US. It’s kind of hard to believe that we’ll be celebrating 20 years of code and community. And for well over half that time, PyCon US has supported early-stage...
View Article