Using (or really misusing) Path.resolve() in Python
Path.resolve() is prone to bugs because it resolves symlinks, which can misdirect file navigation in a project structure.
Spark to Snowpark with the SMA CLI
Snowpark Migration Accelerator facilitates a smooth transition from Spark to Snowpark by analyzing code and reporting compatibility scores.
Kushal Das
Setting the environment variable WEBKIT_DISABLE_COMPOSITING_MODE=1 can fix the EGL_BAD_ALLOC error in Toga's webview.
Building SaaS with Python and Django #212.2 Matt Layman
In this episode, we continued on the sign up workflow simplification.The focus of this stream was on adding the background task that will send the magic link email to allow sign in.
All You Have To Do Is Answer "True" Or "False" In This Random Knowledge Test
From sea otters to Shakespeare, let's see if you can answer these 15 questions.
The PSF Grants Program aims to enhance geographic equity and support underserved communities through strategic guiding principles.
Maker of RStudio launches new R and Python IDE
RStudio has released Positron, a new IDE for R and Python, based on Visual Studio Code, simplifying setup and including built-in functionality for both languages.
PSF Grants: Program & Charter Updates (Part 2)
The PSF Grants Program aims to enhance geographic equity and support underserved communities through strategic guiding principles.
Maker of RStudio launches new R and Python IDE
RStudio has released Positron, a new IDE for R and Python, based on Visual Studio Code, simplifying setup and including built-in functionality for both languages.
API with NestJS #181. Prepared statements in PostgreSQL with Drizzle ORM
Using prepared statements improves query execution efficiency in PostgreSQL.
Prepared statements are session-specific, meaning they don't persist beyond the current session.
Top Skills for Landing a Developer Job as a 2025 Graduate in India
Startups and tech giants across India are actively seeking Python and Java-proficient developers to drive their AI initiatives.
DuckDB and Python: Ducks and Snakes living together
DuckDB simplifies data workflows in Python through efficient in-process architecture and strong integration capabilities.
TIL
Using `yield from` results in more concise generator code.
[December 2024] Python Monthly Newsletter | Zero To Mastery
Python developers should utilize the pathlib module for file operations to simplify their code.
Web security best practices are essential for all Python applications.
Python decorators are a powerful feature for enhancing function utility.
Django performance optimization is key to building scalable web applications.
Optimizing SQLite - Building SaaS #210 Matt Layman
In this episode, when worked on the newly migrated JourneyInbox site and focused on the database.Since me moved from Postgres to SQLite, I needed to make sure that SQLite was ready for users.
Kushal Das
Pastewindow enhances text transfer between buffers and windows in Neovim, ideal for teaching and coding.