
Python
JavaScript
Java
C++
Rust
Ruby
PHP
Elixir
Nunjucks
jquery-template
Pug
NANO โ jQuery Template Engine
Jinja2
Handlebars
Eta JS
Typescript
Python
NunjucksNo Nunjucks videos yet. You could help us improve this page by suggesting one.
Based on our record, Python seems to be a lot more popular than Nunjucks. While we know about 299 links to Python, we've tracked only 26 mentions of Nunjucks. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
137Foundry provides legacy modernization services that include dependency mapping as a foundational assessment phase. Prettier and ESLint are useful companion tools for enforcing code style consistency as the refactoring proceeds. Node.js and Python.org official documentation are authoritative references for understanding the import and module systems of those runtimes. - Source: dev.to / about 2 months ago
For Python codebases, tools like Python's built-in ast module and import analysis scripts can generate call graphs. For JavaScript, ESLint and module analysis tools serve a similar purpose. GitHub advanced search can help you find all internal references to a specific function across a large repository. - Source: dev.to / about 2 months ago
Import asyncio Import aiohttp From bs4 import BeautifulSoup Async def scrape_and_parse(url: str, session: aiohttp.ClientSession) -> dict: async with session.get(url) as response: html = await response.text() # BeautifulSoup parsing happens after the await โ no issue soup = BeautifulSoup(html, "html.parser") return { "url": url, "title": soup.title.string if soup.title... - Source: dev.to / 3 months ago
**_Beginner mistake to avoid_** - Writing SQL only inside DBeaver - Always save SQL files in VS Code and commit them **Using PostgreSQL with Python** _**What Python does here**_ Python talks to PostgreSQL and says: - โSave this dataโ - โGet this dataโ - PostgreSQL listens. Python works. _**Step 1: Install Python **_ - Download from https://python.org - During install, check Add Python to PATH Screenshot... - Source: dev.to / 6 months ago
Import time Import requests Import asyncio Import aiohttp Urls = [ 'https://example.com', 'https://httpbin.org/get', 'https://python.org' ] # Synchronous version Def sync_fetch(): for url in urls: response = requests.get(url) print(f"{url} fetched with {len(response.text)} characters") # Async version Async def async_fetch(): async with aiohttp.ClientSession() as session: ... - Source: dev.to / 9 months ago
Nunjucks - A rich and powerful templating language for JavaScript. - Source: dev.to / 5 months ago
Because the presentation of the demo needed to emulate an eCommerce front end, the images I used throughout couldnt be cluttered with attribution linksit would have killed the whole vibe. Instead, the solution I chose was to create a dedicated page, linking it in the copyright information at the bottom of the footer. The page consists of credits, each linking the image to its creator, the platform that hosts it,... - Source: dev.to / 9 months ago
On a spring day in April 2025, the very first lines of code emerged with a Commit message that says it all: "The simplest processor, I think." This established the minimalist approach that would guide the entire project. Just a few lines of code to process nunjucks templates and nothing more. - Source: dev.to / about 1 year ago
To create a layout in site dir create a folder named _includes and a file named base.njk we'll use nunjucks as our templating language (it will help us with placing variables, making for loops, if else, adding some basic template logic more specifically). - Source: dev.to / over 1 year ago
I write and create my posts using markdown, this is then converted to html with 11ty engine. The layout of the page are decided by the metadata in the front matter section, 11ty the uses the layouts I have created using Nunjucks. This way I can add metadata and control how the page is rendered, I can inject sections and links. - Source: dev.to / almost 2 years ago
JavaScript - Lightweight, interpreted, object-oriented language with first-class functions
jquery-template - A template plugin for jQuery. Allows templating without cluttering JavaScript code with markup.
Java - A concurrent, class-based, object-oriented, language specifically designed to have as few implementation dependencies as possible
Pug - Pug is a robust, elegant, feature rich template engine for Node.js
C++ - Has imperative, object-oriented and generic programming features, while also providing the facilities for low level memory manipulation
NANO โ jQuery Template Engine - NANO is a simple and open-source jQuery Template Engine developed by trix.pl and released under the MIT License.