GitHub / driscollis 51 Repositories
Blogger and author of several Python books
driscollis/creating_tui_applications
Creating TUI Applications with Textual and Python Book Code
Language: Python - Size: 142 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 8 - Forks: 0

driscollis/BoomslangXML_TUI
Language: Python - Size: 26.4 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

driscollis/squall
A TUI SQLite Viewer and Editor
Language: Python - Size: 81.1 KB - Last synced at: 3 days ago - Pushed at: 15 days ago - Stars: 13 - Forks: 0

driscollis/textual-experiments
Small coding experiments creating TUIs with Python and Textual
Language: Python - Size: 483 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 6 - Forks: 0

driscollis/textual-cogs
Simple dialogs for the Textual TUI Python package
Language: Python - Size: 992 KB - Last synced at: 14 days ago - Pushed at: 15 days ago - Stars: 33 - Forks: 2

driscollis/BoomslangXML
A simple XML editor created using Python and wxPython
Language: Python - Size: 79.1 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 12 - Forks: 6

driscollis/applications_with_wxpython
Code examples for the book, Creating GUI Application with wxPython
Language: Python - Size: 205 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 127 - Forks: 26

driscollis/ObjectListView3
Fork of ObjectListView with other fixes and changes
Language: Python - Size: 2.54 MB - Last synced at: 24 days ago - Pushed at: 12 months ago - Stars: 9 - Forks: 2

driscollis/NebraskaCode_Python_Decorators
Support files for a talk at NebraskaCode 2018
Language: Jupyter Notebook - Size: 210 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 5 - Forks: 6

driscollis/python101code
Code examples from the book, Python 101 by Michael Driscoll
Language: Jupyter Notebook - Size: 2.78 MB - Last synced at: 6 months ago - Pushed at: about 3 years ago - Stars: 105 - Forks: 45

driscollis/pytips
Python Tips contains code snippets that will help you learn Python
Language: Python - Size: 501 KB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 425 - Forks: 40

driscollis/talks
Slides and code for talks given at conferences / meetups
Language: Jupyter Notebook - Size: 26.8 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 17 - Forks: 4

driscollis/automating_excel_with_python
Code from the book, Automating Excel with Python by Michael Driscoll
Language: Python - Size: 125 KB - Last synced at: 6 months ago - Pushed at: about 1 year ago - Stars: 155 - Forks: 49

driscollis/reportlabbookcode
Code examples for the book, ReportLab: PDF Processing with Python
Language: Python - Size: 1.84 MB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 171 - Forks: 63

driscollis/pythonlogging
Code examples for the Python Logging book
Language: Python - Size: 26.4 KB - Last synced at: 6 months ago - Pushed at: about 1 year ago - Stars: 55 - Forks: 8

driscollis/python_quiz_book
The Python Quiz Book is a book of quizzes by Michael Driscoll
Language: Python - Size: 43 KB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 21 - Forks: 7

driscollis/jupyterlab101
A book on the basics of JupyterLab
Size: 1.95 KB - Last synced at: 6 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 1

driscollis/image_processing_with_python
Pillow: Image Processing with Python(Book Code)
Language: Python - Size: 52.8 MB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 58 - Forks: 18

driscollis/python201bookcode
The code examples for the book: Python 201: Intermediate Python
Language: Python - Size: 60.5 KB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 79 - Forks: 31

driscollis/wxPython_recipes_book_code
Sample code from the wxPython Recipes book
Language: Python - Size: 188 KB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 50 - Forks: 24

driscollis/wxpythoncookbookcode
Code for the wxPython Cookbook
Language: Python - Size: 431 KB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 52 - Forks: 19

driscollis/jupyternotebook101
Code examples from the book, Jupyter Notebook 101 by Michael Driscoll
Language: Jupyter Notebook - Size: 38.1 KB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 9 - Forks: 10

driscollis/MediaLocker
Language: Python - Size: 128 KB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 2

driscollis/tic_tac_toe_pysimplegui
A Tic-Tac-Toe game written with PySimpleGUI
Language: Python - Size: 31.3 KB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 7 - Forks: 3

driscollis/driscollis
Size: 1.95 KB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 7 - Forks: 2

driscollis/Python-101-Community-Edition
Python 101 Community Edition is the free open source version of my book, Python 101.
Language: Python - Size: 24.5 MB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 16 - Forks: 8

driscollis/challenges Fork of pybites/challenges
PyBites Code Challenges
Size: 43.2 MB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 2

driscollis/textual Fork of Textualize/textual
Textual is a TUI (Text User Interface) framework for Python inspired by modern web development.
Size: 62 MB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

driscollis/flask101
Code from my series of articles on Flask
Language: Python - Size: 7.81 KB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 19 - Forks: 23

driscollis/tinytimmy Fork of danielbeach/tinytimmy
A simple and easy to use Data Quality (DQ) tool built with Python.
Size: 1.12 MB - Last synced at: 6 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 1

driscollis/AdventOfCode2020
Language: Python - Size: 43.9 KB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 1

driscollis/MouseVsPythonYouTube
Code from my screencasts and talks on Youtube
Language: Jupyter Notebook - Size: 15.6 KB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 1

driscollis/PrairieCode2019
Language: Python - Size: 9.17 MB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 1

driscollis/acmeScribe
Language: Python - Size: 23.4 KB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 1

driscollis/python_quiz_mini_book
The Python Quiz Mini Book is my introductory book of Python quizzes
Language: Python - Size: 3.91 KB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

driscollis/wxTicTacToe
A Tic-Tac-Toe game done in wxPython
Language: Python - Size: 125 KB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 2

driscollis/decorators_talk
A series of decorator examples for a talk about Python decorators
Language: Jupyter Notebook - Size: 5.86 KB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 3

driscollis/dabo Fork of dabodev/dabo
Dabo: A Framework for developing data-driven business applications
Language: Python - Size: 29.9 MB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 3

driscollis/wxpython_by_example_screencast
Language: Python - Size: 1000 Bytes - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 2

driscollis/py-simple-audio Fork of hamiltron/py-simple-audio
A simple audio playback Python extension - cross-platform, asynchronous, dependency-free
Language: C - Size: 10.7 MB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 1

driscollis/wxpython_snippets
A repository of wxPython snippets
Language: Python - Size: 6.84 KB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 2

driscollis/transcendent-textual Fork of davep/transcendent-textual
A personal project to gather up links to as many Textual sources, libraries and applications as possible.
Size: 27.3 KB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

driscollis/logbook Fork of getlogbook/logbook
A cool logging replacement for Python.
Language: Python - Size: 1.72 MB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 1

driscollis/awesome-tech-blogs Fork of markodenic/awesome-tech-blogs
A list of Tech Blogs.
Size: 2.79 MB - Last synced at: 6 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

driscollis/loguru Fork of Delgan/loguru
Python logging made (stupidly) simple
Size: 1.67 MB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

driscollis/python-guide Fork of realpython/python-guide
Python best practices guidebook, written for Humans.
Language: Python - Size: 1.12 MB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 1

driscollis/pdfdocument Fork of matthiask/pdfdocument
ReportLab-wrapper
Language: Python - Size: 126 KB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 2

driscollis/toga Fork of beeware/toga
A Python native, OS native GUI toolkit.
Language: Python - Size: 4.96 MB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

driscollis/Python-101-Russian
The Russian translation of Python 101
Language: Python - Size: 24.6 MB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 3

driscollis/nbconvert Fork of jupyter/nbconvert
Jupyter Notebook Conversion
Language: Python - Size: 2.58 MB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

driscollis/pyowa.github.io Fork of pyowa/pyowa.github.io
Pyowa Website
Language: Ruby - Size: 10.6 MB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

driscollis/labs-cpp-gtest Fork of AgileInstitute/labs-cpp-gtest
Test-Driven Development and Refactoring labs for C++ using GoogleTest/GoogleMock
Language: C++ - Size: 23.8 MB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

driscollis/Phoenix Fork of wxWidgets/Phoenix
wxPython's Project Phoenix. A new implementation of wxPython, better, stronger, faster than he was before.
Language: Python - Size: 39.3 MB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 2

driscollis/fabric Fork of fabric/fabric
Simple, Pythonic remote execution and deployment.
Language: Python - Size: 7.06 MB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

driscollis/easygui_qt Fork of aroberge/easygui_qt
Inspired by easygui, designed for PyQt
Language: Python - Size: 719 KB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

driscollis/Pillow Fork of python-pillow/Pillow
The friendly PIL fork
Size: 11.9 MB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1
