Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by mikeckennedy

A curated list of projects in awesome lists by mikeckennedy .

https://github.com/mikeckennedy/python-jumpstart-course-demos

Contains all the "handout" materials for my Python Jumpstart by Building 10 Apps course. This includes try it yourself and finished versions of the 10 apps.

Last synced: 30 Oct 2024

https://github.com/mikeckennedy/write-pythonic-code-demos

Write Pythonic Code Like a Seasoned Developer video course demo materials.

Last synced: 30 Oct 2024

https://github.com/mikeckennedy/mongodb-quickstart-course

Course demos and handout material for Talk Python's MongoDB Quickstart course

course demos document-database free mongodb mongodb-course mongoengine nosql python tutorials video

Last synced: 26 Oct 2024

https://github.com/mikeckennedy/python-for-entrepreneurs-course-demos

Contains all the "handout" materials for Talk Python's Python for Entrepreneurs course. This includes notes and the final version of the website code.

bootstrap database entrepreneurs entrepreneurs-course orm python python3 sqlalchemy stripe

Last synced: 26 Oct 2024

https://github.com/mikeckennedy/python-switch

Adds switch blocks to Python #pypackage

language python python3 switch

Last synced: 26 Oct 2024

https://github.com/mikeckennedy/jinja_partials

Simple reuse of partial HTML page templates in the Jinja template language for Python web frameworks. #pypackage

flask html jinja2 python template-engine

Last synced: 01 Nov 2024

https://github.com/mikeckennedy/mongodb-for-python-developers

MongoDB for Python developers course handouts from Talk Python Training

course database modeling mongodb mongoengine python training videos

Last synced: 26 Oct 2024

https://github.com/mikeckennedy/talk-python-transcripts

Transcripts for the Talk Python To Me episodes

podcast python transcripts

Last synced: 26 Oct 2024

https://github.com/mikeckennedy/fastapi-chameleon

Adds integration of the Chameleon template language to FastAPI. #pypackage

Last synced: 26 Oct 2024

https://github.com/mikeckennedy/ten-tips-for-pythonic-code-jetbrains-webcast

JetBrains / PyCharm webinar: 10 Tips for Pythonic Code by Michael Kennedy

Last synced: 27 Oct 2024

https://github.com/mikeckennedy/consuming_services_python_demos

Consuming HTTP and SOAP services in Python course handouts

Last synced: 27 Oct 2024

https://github.com/mikeckennedy/cookiecutter-course

Handout materials for our course on CookieCutter at Talk Python Training

Last synced: 27 Oct 2024

https://github.com/mikeckennedy/cookiecutter-pyramid-talk-python-starter

An opinionated Cookiecutter template for creating Pyramid web applications starting way further down the development chain. This cookiecutter template will create a new Pyramid web application with email, sqlalchemy, rollbar, and way more integrated.

bootstrap bower design logging mailchimp pyramid pyramid-framework python rollbar sqlalchemy

Last synced: 27 Oct 2024

https://github.com/mikeckennedy/markdown-subtemplate

A template engine to render Markdown with external template imports and basic variable replacements. #pypackage

django flask jinja2 markdown pyramid python web

Last synced: 27 Oct 2024

https://github.com/mikeckennedy/restful-services-in-pyramid

RESTful / HTTP services in Pyramid and Python course handout materials

http pyramid python python-course-materials python3 rest-api restful restful-api service

Last synced: 27 Oct 2024

https://github.com/mikeckennedy/urlify

A simple macOS app to create valid file and url names from clipboard text. #pypackage

free gui macos python3 rumps text

Last synced: 27 Oct 2024

https://github.com/mikeckennedy/python_bytes_show_notes

Show notes from the Python Bytes podcast

Last synced: 27 Oct 2024

https://github.com/mikeckennedy/cache-tier

Imagine you have a set of static files you want to serve to the world. Cache-tier allows you to quickly spin up a Linux web server in a location with cheap, plentiful bandwidth and serve those files to your users.

Last synced: 27 Oct 2024

https://github.com/mikeckennedy/python-shorts

Learn Python tips, tools, and techniques in around 5 minutes each.

Last synced: 27 Oct 2024

https://github.com/mikeckennedy/ten-tips-python-web-devs

Repo for topics covered during the presentation

Last synced: 27 Oct 2024

https://github.com/mikeckennedy/listmonk

Listmonk Email App API Client for Python

email listmonk listmonk-api newsletter newsletter-management python

Last synced: 27 Oct 2024

https://github.com/mikeckennedy/jetbrains-webcast-build-with-mongodb

Code and handouts for my JetBrains webcast recorded January 30, 2018

jetbrains-webcast mongodb nosql python python3 webcast

Last synced: 27 Oct 2024

https://github.com/mikeckennedy/pythons-gc-and-orms

A simple project to explore the number of GCs when doing basic ORM work.

Last synced: 27 Oct 2024

https://github.com/mikeckennedy/streamdeck-developer-profiles

A set of profiles for Elgato's Stream Deck aimed at programming tools

programming python streamdeck

Last synced: 27 Oct 2024

https://github.com/mikeckennedy/mastering-pycharm-course

Course demos and handouts for Talk Python's Mastering PyCharm course

Last synced: 31 Oct 2024

https://github.com/mikeckennedy/build-pypi-mongodb-webcast-series

Code demos and hand-outs for my webcast series with MongoDB (May - June 2018)

Last synced: 27 Oct 2024

https://github.com/mikeckennedy/optimistic_concurrency_mongodb_dotnet

This c# library adds optimistic concurrency control to MongoDB and acts as a MongoDB ORM foundation.

Last synced: 27 Oct 2024

https://github.com/mikeckennedy/chameleon_partials

Simple reuse of partial HTML page templates in the Chameleon template language for Python web frameworks. #pypackage

chameleon html pyramid python template-engine

Last synced: 27 Oct 2024

https://github.com/mikeckennedy/server-hot-reload

Include in your web projects for dev-time auto reloading of web browser when any change is detected in content.

developer-tools javascript-tools webdevelopment

Last synced: 27 Oct 2024

https://github.com/mikeckennedy/wakeup

A little Python app to make sure your server is warmed up

async performance python website

Last synced: 27 Oct 2024

https://github.com/mikeckennedy/managed_system_hooks

The class library can be used to create any type of system hook. There are two that come pre-built: MouseHook and KeyboardHook. We have also included specialized versions of these classes called MouseHookExt and KeyboardHookExt respectively. Following the model set by those classes, you can easily build system hooks for any of the 15 hook event types in the Win32 API. Also, the entire class library comes with a compiled HTML help file which documents the classes. Be sure to look at this help file if you decide to use this library in your applications.

Last synced: 27 Oct 2024

https://github.com/mikeckennedy/essentialpythondemos

Essential Python Demos

Last synced: 31 Oct 2024

https://github.com/mikeckennedy/python-mongodb-intro-jetbrains-webcast

Demo code for my webcast on MongoDB hosted by the PyCharm team

Last synced: 31 Oct 2024

https://github.com/mikeckennedy/presentations

Demos and various files related to courses that I've taught.

Last synced: 31 Oct 2024

https://github.com/mikeckennedy/windows-python-compatibility-pack

A few commands to make the command prompt identical with macOS and Linux terminals

Last synced: 31 Oct 2024

https://github.com/mikeckennedy/python-virtual-conf-web-tips

Code and demos from my Python Virtual Conference 2020 talk

Last synced: 31 Oct 2024

https://github.com/mikeckennedy/tinydb-sample-blog

A (very) simple demo app using TinyDb

Last synced: 31 Oct 2024

https://github.com/mikeckennedy/talk-python-search-service

An open-source adaption of the high perf search engine powering Talk Python's web properties

Last synced: 31 Oct 2024

https://github.com/mikeckennedy/enhanced_aspnet_mvc_views

Enhanced View Locations for MVC allows you to further organize your ASP.NET MVC views without your action methods or Html.RenderPartial / Html.RenderAction elements knowing or caring about how they are organized or re-organized.

Last synced: 31 Oct 2024

https://github.com/mikeckennedy/funny-web

Sample repo for funny web app, featured in Up and Running with Git course.

Last synced: 31 Oct 2024

https://github.com/mikeckennedy/asq

Automatically exported from code.google.com/p/asq

Last synced: 31 Oct 2024

https://github.com/mikeckennedy/sketchy-rock-paper-scissors

Sample repo for Rock Paper Scissors app, featured in Up and Running with Git course.

Last synced: 31 Oct 2024

https://github.com/mikeckennedy/smarter_web_deploy

A library to extend Microsoft's Web Deploy feature in Visual Studio to create reliable and fast deploys on production sites running on IIS and Windows Servers.

Last synced: 31 Oct 2024

https://github.com/mikeckennedy/asq.docs

Automatically exported from code.google.com/p/asq.docs

Last synced: 31 Oct 2024

https://github.com/mikeckennedy/python-for-dotnet-devs-ndc-oslo-2016

Live demo materials from my session at NDC Olso 2016.

Last synced: 31 Oct 2024

https://github.com/mikeckennedy/wintellect-pythonic-code-through-5-examples

Source code from Pythonic Code Through 5 Examples webinar with Michael Kennedy & Wintellect

Last synced: 31 Oct 2024

https://github.com/mikeckennedy/sdd2016

SDD 2016 Conference Demos on MongoDB, NoSQL, and Python by Michael Kennedy

Last synced: 31 Oct 2024

https://github.com/mikeckennedy/mongodb_schema_design_mannheim

A demo application exploring performance of MongoDB for embedded documents and indexes.

Last synced: 31 Oct 2024

https://github.com/mikeckennedy/file_watcher_gui

The File Contents Watcher application allows you to load text-based files such as application or website log files.

Last synced: 31 Oct 2024