Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by pauleveritt
A curated list of projects in awesome lists by pauleveritt .
https://github.com/pauleveritt/42-workshop
Workshop material for 42 PyCharm Tips and Tricks
Last synced: 27 Oct 2024
https://github.com/pauleveritt/pycharm_polyglot
Demos for showing modern web development using PyCharm
Last synced: 27 Oct 2024
https://github.com/pauleveritt/django_tutorial
The end of the Django official tutorial, setup for PyCharm Professional demos
Last synced: 27 Oct 2024
https://github.com/pauleveritt/eleventy-tsx
Demo of Eleventy 3, ESM, and TS/TSX
Last synced: 27 Oct 2024
https://github.com/pauleveritt/viewdom
View layer for Python VDOMs https://viewdom.readthedocs.io/en/latest/
Last synced: 27 Oct 2024
https://github.com/pauleveritt/visual_debugging
Source for the Visual Debugging webinar for PyCharm. Uses the Arcade library to build a 2d Python game, learning techniques for debugging along the way.
Last synced: 27 Oct 2024
https://github.com/pauleveritt/hopscotch
Type-oriented registry with dependency injection.
Last synced: 27 Oct 2024
https://github.com/pauleveritt/pauleveritt.github.io
Blog and website for Paul
Last synced: 05 Nov 2024
https://github.com/pauleveritt/customizing_sphinx
Slides and material for Customizing Sphinx talk
Last synced: 05 Nov 2024
https://github.com/pauleveritt/arcade_tutorial
Multi-step tutorial on building a 2d game using Python and the arcade library
Last synced: 05 Nov 2024
https://github.com/pauleveritt/pyramid_sqltraversal
Implement Pyramid traversal in SQL
Last synced: 27 Oct 2024
https://github.com/pauleveritt/arcade_games
Demo games for arcade the Python 2d game library
Last synced: 05 Nov 2024
https://github.com/pauleveritt/python_modern_web
This is the Reveal.js slideshow repo used for the "Python and the Modern Web" presentation.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/django-tutorial-extended
Based on the django_tutorial repo, extended for PyCon demos
Last synced: 27 Oct 2024
https://github.com/pauleveritt/storybook_webpack5
Demo repository for Storybook+11ty blog post.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/fastapi-tutorial-extended
Port of the django-tutorial-extended demo to FastAPI.
Last synced: 27 Oct 2024
https://github.com/pauleveritt/transcrypt_hyperapp_hydrate
Demo of using Transcrypt with HyperApp for server-side rendering.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/ten-git-tips
Sample project for August 2022 PyCharm webinar with Marco Behler.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/react_typescript_jest
Material for a workshop at SVCC 2018
Last synced: 05 Nov 2024
https://github.com/pauleveritt/pyodide-components
Prototype a testing-oriented, worker-based, message-style framework for Pyodide "components" based on custom elements.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/laxleague
Sample "girls lacrosse league" Python application for demos
Last synced: 27 Oct 2024
https://github.com/pauleveritt/pyramid_satellizer
Demonstration of JWT in Pyramid with an AngularJS frontend
Last synced: 05 Nov 2024
https://github.com/pauleveritt/dcpython
Pyramid tutorial sources for my DCPython presentation Feb 2013
Last synced: 05 Nov 2024
https://github.com/pauleveritt/flask-tutorial-extended
A Flask version of django-tutorial-extended
Last synced: 05 Nov 2024
https://github.com/pauleveritt/wired_injector
Type-based calling of functions, dataclasses, classes, and more, based on wired containers.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/eleventy-vitest
Recreate 11ty bug with the Eleventy constructor in an ESM-oriented test.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/kaybee
Knowledge Base (KB, kaybee) using Sphinx with schema-driven resource directives in YAML.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/angular-dexie-todo
Experiment with IndexedDB using DexieJS as a wrapper, an an AngularJS ToDo application
Last synced: 05 Nov 2024
https://github.com/pauleveritt/5stack
A step-by-step tutorial on some choices in an HTML5-stack application and project.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/eleventy-tsx-shortcodes
TSX components and subcomponents don't have access to shortcodes.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/visual_debugging_games
3 hour tutorial on visual debugging in PyCharm while writing a 2d game in Arcade and Python 3.6
Last synced: 27 Oct 2024
https://github.com/pauleveritt/wired_components
Component, view, request, resource, and more...for wired.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/bulmaio_jinja2
Jinja2 templating for the bulma.io site structure and styling
Last synced: 05 Nov 2024
https://github.com/pauleveritt/kaybee_bulma
Theme and resources/widgets for a site based on Kaybee
Last synced: 05 Nov 2024
https://github.com/pauleveritt/kaybee_prefactor
Knowledge Base (KB, kaybee) using on Sphinx with schema-driven resource directives in YAML
Last synced: 05 Nov 2024
https://github.com/pauleveritt/predico
Python "framework framework": pluggable, configurable, extensible.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/wired
A service locator implementation for Python.
Last synced: 30 Oct 2024
https://github.com/pauleveritt/htmpy-pycharm-plugin
Syntax highlighting and code insight for strings used in htm.py
Last synced: 27 Oct 2024
https://github.com/pauleveritt/bs4_chat
Simple Bootstrap 4 chat demo for Hadi.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/sourcenodes-bug-11151
GatsbyJS bug report for issue 11151 about sourceNodes, references, and content authoring experience under gatsby develop.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/viewdom_wired
Injectable and plugabble components and services for viewdom
Last synced: 27 Oct 2024
https://github.com/pauleveritt/psc
Prototype of new repo for the PyScript Collective.
Last synced: 27 Oct 2024
https://github.com/pauleveritt/themester
Make Python web development fun, portable, gorgeous, and fast.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/arcade_decorator
Experimental decorator-based API for Arcade.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/angular-traversal
Implementation of traversal in Angular using angularui routing's state machine.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/gatsby-plugin-paulcms
Explorations of MD-powered content types and CMS.
Last synced: 27 Oct 2024
https://github.com/pauleveritt/antidote-book
Long-form documentation for Antidote as executable content.
Last synced: 27 Oct 2024
https://github.com/pauleveritt/tagstr-site
Demos and docs for the draft PEP on tag strings in Python.
Last synced: 27 Oct 2024
https://github.com/pauleveritt/fdom
Template engine based on tag strings and functional ideas.
Last synced: 27 Oct 2024
https://github.com/pauleveritt/g3-tsx
Prototype for Guide 3 with Eleventy, TSX, and Vite.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/storytime
Develop web components visually with testing and docs.
Last synced: 27 Oct 2024
https://github.com/pauleveritt/eleventy-vite-preact
Illustration of 11ty with Vite+TS and TSX via Preact.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/vitest-ws-no-import
Illustrate WebStorm autocomplete issues on vitest symbols.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/treedb
Exploring references and objectmap with Chris.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/visual_testing
Tutorial series for pytest in PyCharm
Last synced: 05 Nov 2024
https://github.com/pauleveritt/tailwindcss-playground
Used in WebStorm 2020.3 What's New
Last synced: 05 Nov 2024
https://github.com/pauleveritt/stafflax
Managing girls lacrosse teams in Angular2 and Firebase
Last synced: 05 Nov 2024
https://github.com/pauleveritt/pyramid_watcher
Watch a directory in Pyramid and register callbacks for handling files
Last synced: 05 Nov 2024
https://github.com/pauleveritt/pycharm_imports
Article tutorial on working with imports in PyCharm
Last synced: 05 Nov 2024
https://github.com/pauleveritt/storybook_11ty
Demonstration of failure when combining 11ty with Storybook.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/kaybee_theme
Sphinx theme for the kaybee project
Last synced: 05 Nov 2024
https://github.com/pauleveritt/crats2206
Create React App with TypeScript, June 2022, plus the React+TS+TDD tutorial.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/minx
Fancy schmancy reloader. (At the moment, just a broken demo.)
Last synced: 05 Nov 2024
https://github.com/pauleveritt/eleventy-test-config
Try to get Vitest and `new Eleventy()` working with a stubs file.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/vitest-jsx-async-runtime
Reproduce a ticket related to jsx-async-runtime when run in Vitest.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/tagstr_docker
Docker image for Python 3.13 tag string branch.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/vitest_demo
Explore vite, vitest, TS, ESM, and Pyodide.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/ws11-angular2
WebStorm 11 walkthrough for Angular 2
Last synced: 05 Nov 2024
https://github.com/pauleveritt/psc_io
Website for deployed public pages on PyScript Gallery.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/my-app
Generated from create-react-app-typescript
Last synced: 05 Nov 2024
https://github.com/pauleveritt/sphinx_bulma
A Sphinx theme using the Bulma CSS framework
Last synced: 05 Nov 2024
https://github.com/pauleveritt/antidom
ViewDOM re-implementation using Antidote.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/dcfullstack
Slides and code for presentation at DC Full Stack Web conference.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/eleventy-jsx-async-runtime
Example of Preact, render, and context for a ticket in jsx-async-runtime.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/andrey_abstract
Research with @vlasovskikh ideas about registries and abstract classes.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/jimfulton_research
Investigate some patterns about ZODB, pseudo-reactive programming, generational sets, references, high performance collections, etc.
Last synced: 05 Nov 2024
https://github.com/pauleveritt/july_webinar
Material and code for a July webinar on PyCharm and web development
Last synced: 05 Nov 2024
https://github.com/pauleveritt/ngconf-ng2-todo
For the WebStorm booth at ng-conf, an Angular2 todo app
Last synced: 05 Nov 2024