#mkdocs-material

[ follow ]
UX design
fromAzure DevOps Blog
2 days ago

Improving the Markdown Editor for Work Items - Azure DevOps Blog

Markdown editor usability improved by distinguishing between preview and edit modes to enhance user experience.
#django
Django
fromPycoders
3 days ago

PyCoder's Weekly | Issue #728

Django projects can be improved with Alpine AJAX and friendly classes for better code quality and maintainability.
fromPycoders
2 months ago
Python

PyCoder's Weekly | Issue #719

Django 6 adds a general tasks framework enabling migration from Celery to a unified asynchronous task mechanism.
Django
fromPycoders
3 days ago

PyCoder's Weekly | Issue #728

Django projects can be improved with Alpine AJAX and friendly classes for better code quality and maintainability.
Python
fromRealpython
4 days ago

Using Jupyter Notebooks Quiz - Real Python

The quiz tests understanding of Jupyter Notebook basics with 9 questions and no time limit.
fromJames Bennett
1 week ago

Rewriting a 20-year-old Python library

Akismet launched in 2005 as a web service to classify user-generated content as spam or not, quickly gaining popularity among bloggers facing spam issues.
Privacy technologies
Python
fromTalkpython
1 week ago

Zensical - a modern static site generator

Zensical is a new static site generator by Martin Donath, designed to address limitations of MKDocs with a Rust core and faster builds.
Software development
fromMedium
2 weeks ago

From Concept to Production: The Complete Guide to XML Prompt Engineering for Software Developers

Treat LLMs as compilers, not chatbots, using Structured XML Prompting to generate professional-grade code through a five-stage AI-assisted development cycle with rigid constraints.
fromThe JetBrains Blog
1 week ago

Expanding Our Core Web Development Support in PyCharm 2026.1 | The PyCharm Blog

With PyCharm 2026.1, users can leverage a comprehensive set of editing and formatting tools for modern web languages, including basic React support with code completion and navigation.
Python
Web design
fromThe Verge
3 weeks ago

WordPress launches an in-browser website creator

WordPress.org launched my.WordPress.net, an in-browser tool for creating private websites without signup, hosting, or domain requirements, designed for drafts, journaling, research, and feature experimentation.
fromTechCrunch
3 weeks ago

WordPress debuts a private workspace that runs in your browser via a new service, my.WordPress.net | TechCrunch

Through a new service called my.WordPress.net, the WordPress software lets users set up a site and begin publishing without signing up, setting up a hosting plan, or registering a domain. Instead, the new solution leverages the same technology that powers WordPress demos and makes it available as a permanent, personal publishing platform.
Web development
Python
fromPycoders
1 week ago

PyCoder's Weekly | Issue #727

Jazzband is winding down due to the overwhelming number of AI submissions affecting its cooperative model.
Writing
fromTheregister
3 weeks ago

LibreOffice learns to speak Markdown in version 26.2

LibreOffice 26.2 now natively supports Markdown import and export, potentially expanding Markdown's accessibility to mainstream users through a familiar desktop application.
#static-site-generator
fromInfoQ
3 weeks ago
Web frameworks

Rspress 2.0: AI-Native Documentation, Faster Startup and a Redesigned Theme

Web frameworks
fromInfoQ
3 weeks ago

Rspress 2.0: AI-Native Documentation, Faster Startup and a Redesigned Theme

Rspress 2.0 delivers major improvements in theme customization, AI integration through SSG-MD for Markdown generation, and build performance with lazy compilation reducing cold starts to 50ms.
Python
fromDEV Community
2 weeks ago

I Analyzed the Readability of 10 Popular Developer Documentation Sites

Readability of developer documentation is crucial; many popular docs score below standard readability levels.
Web design
fromLondon Business News | Londonlovesbusiness.com
1 month ago

How non-technical users can build a professional website without developers - London Business News | Londonlovesbusiness.com

Modern website-building tools have become accessible to non-technical users, but success depends more on strategic decisions about purpose and messaging than on technical capabilities or design complexity.
Software development
fromEngadget
1 month ago

OpenAI brings its Codex coding app to Windows

OpenAI released a dedicated Codex app for Windows with multi-agent coordination, automations, Skills bundling, and native sandboxing features matching the macOS version.
Python
fromRealpython
2 weeks ago

Spyder: Your IDE for Data Science Development in Python - Real Python

Spyder is an open-source Python IDE optimized for data science, offering powerful plotting, profiling capabilities, and integration with the data science ecosystem.
Python
fromRealpython
3 weeks ago

Your Python Coding Environment on Windows: Setup Guide Quiz - Real Python

An 11-question interactive quiz assesses knowledge of Python development environment setup on Windows, covering system configuration, package management, and workflow optimization.
Artificial intelligence
fromThe Verge
1 month ago

WordPress's new AI assistant will let users edit their sites with prompts

WordPress adds a built-in AI assistant in the site editor and media library to edit and translate text, generate and edit images, and adjust site elements.
#markdown
JavaScript
fromSubstack
1 month ago

Friday Links #34: Fresh JavaScript Tools & Releases

Pinterest claims parity with ChatGPT in search volume and emphasizes visual search and e-commerce integrations to capture commercial intent and buying journeys.
Information security
fromTheregister
1 month ago

Notepad's new Markdown powers served with a side of RCE

Notepad's Markdown support contains a vulnerability (CVE-2026-20841) that can achieve remote code execution when users open a malicious Markdown file and click a link.
fromPycoders
1 month ago

PyCoder's Weekly | Issue #720

subprocess module relies on busy-loop polling to determine whether a process has completed yet. Modern operating systems have callback mechanisms to do this, and Python 3.15 will now take advantage of these.
Web frameworks
Django
fromPycoders
2 months ago

PyCoder's Weekly | Issue #718

pandas 3.0 adds pd.col expressions, Copy-on-Write semantics, and PyArrow-backed strings for significantly faster, more predictable dataframe and string operations.
fromTheregister
1 month ago

Users slam Microsoft over Polyglot Notebooks deprecation

Microsoft has abruptly announced the deprecation of Polyglot Notebooks with less than two months' notice, throwing the future of the .NET Interactive project into doubt. The deprecation will come into effect on March 27, whereupon bug fixes and support will cease, and no new features will be added. However, the extension won't be automatically uninstalled from a user's Visual Studio Code installation.
Software development
#python
fromRaymondcamden
2 months ago

Adding Hardcover.app Data to Eleventy

Ok, you aren't here (I assume) to peruse my books and see how few books I consume (teenage Ray would be embarrassed by the number). The biggest reason I switched to Hardcover was because of their API, which I wanted to use to display it on my Now page. Again, I don't honestly think anyone cares what I'm reading/listening to/watching, but I think it's cool and that's all that matters on my little piece of the Internet.
Software development
fromInfoQ
1 month ago

Nuxt Studio Released: Open Source CMS for Content Editing in Production

The release marks a change from the previous hosted platform to a fully self-hosted approach, giving developers complete control over their content editing infrastructure with no external dependencies. Nuxt Studio introduces a set of features designed to bridge the gap between developers and content creators. The module provides a Notion-like visual editing experience with full MDC component support, allowing users to insert Vue components, edit props visually, and drag-and-drop content blocks directly within the production site.
Software development
fromCSS-Tricks
1 month ago

No Hassle Visual Code Theming: Publishing an Extension | CSS-Tricks

Creating your theme is the fun part. After you're done, the next step is to publish your theme so you - and others - can enjoy your creation! You'd think that publishing a VS Code extension is an easy process, but it's not. (Maybe I'm used to the ease of publishing npm packages and take registries for granted.) Anyway, you have to publish your theme in two places: Visual Studio Marketplace for VS Code users Open VSX for other text editors
Software development
fromInfoWorld
2 months ago

Which development platforms and tools should you learn now?

Software development used to be simpler, with fewer choices about which platforms and languages to learn. You were either a Java, .NET, or LAMP developer. You focused on AWS, Azure, or Google Cloud. Full-stack developers learned the intricacies of selected JavaScript frameworks, relational databases, and CI/CD tools. In the best of times, developers advanced their technology skills with their employer's funding and time to experiment. They attended conferences, took courses, and learned the low-code development platforms their employers invested in.
Software development
fromTheregister
1 month ago

GitHub ponders kill switch for pull requests to stop AI slop

"We've been hearing from you that you're dedicating substantial time to reviewing contributions that do not meet project quality standards for a number of reasons - they fail to follow project guidelines, are frequently abandoned shortly after submission, and are often AI-generated," Moraes wrote. "As AI continues to reshape software development workflows and the nature of open source collaboration, I want you to know that we are actively investigating this problem and developing both immediate and longer-term strategic solutions."
Software development
Python
fromPycoders
1 month ago

PyCoder's Weekly | Issue #721

Text classification and compression converge via incremental compressors; Python 3.14's zstd support enables experimenting with ML through compression.
Python
fromPycoders
2 months ago

PyCoder's Weekly | Issue #717

Test and monitor code performance scaling, optimize Docker builds with BuildKit cache mounts, use AI coding tools like Cursor, and apply recursive structural pattern matching.
fromhttps://daniel.feldroy.com
2 months ago

Writing tools to download everything

Using AI to help download photos so we can consolidate all our images into one place. Over the years, [Audrey](https://audrey.feldroy.com) and I have accumulated photos across a variety of services. Flickr, SmugMug, and others all have chunks of our memories sitting on their servers. Some of these services we haven't touched in years, others we pay for but rarely use. It was time to bring everything home.
Python
Python
fromThe JetBrains Blog
7 months ago

The Most Popular Python Frameworks and Libraries in 2025 | The PyCharm Blog

FastAPI leads Python framework usage in 2024 with 38%, offering high-performance async APIs, type safety, auto-generated docs, and strong ML deployment support.
[ Load more ]