Posted by
Derek Banas on Oct 29, 2016 in
Web Design |
0 comments
My most requested tutorial starts today. In this part of my Django tutorial I’ll show you how to install Django on both Windows and MacOS. I tested this series of steps on multiple machines to hopefully guarantee that nobody has any trouble installing Django.
Django is one of the easiest web frameworks...
Posted by
Derek Banas on Oct 26, 2016 in
How To |
0 comments
I have been working on this tutorial for a while. My goal was to teach anyone not the basics, but just about everything about how to play Dungeons & Dragons in one video. All you should need is this D&D Cheat Sheet and this video. You should also know how to create a D&D character unless you want...
Posted by
Derek Banas on Oct 22, 2016 in
Web Design |
0 comments
In this part of my Kivy tutorial I cover pretty much every widget I haven’t covered in the last few videos. We’ll explore the Checkbox, Radio Buttons, Switch, Popups, Spinner, Tabbed Panels, Slidder, How to Switch Screens and much more. We also explore how events work with all of these...
I haven’t made a recipe video in a while, so today I thought I’d present the recipe my wife and children love the best Shrimp Gumbo. The feature is definitely the shrimp, but the sweet and yet hot sauce is pretty amazing on its own.
I cam up with this after my family watched The Princess and the...
Posted by
Derek Banas on Oct 15, 2016 in
Web Design |
0 comments
In part 4 of my Kivy video tutorial we’ll make an interface for a student database and a toolbar. We’ll look at how ListViews, ListAdapters and much more work. By the end you’ll be able to take what we learned in part 26 of my learn to program series and have a working database app with...
Posted by
Derek Banas on Oct 12, 2016 in
Web Design |
0 comments
In part 3 of my Kivy tutorial series we’ll create a working calculator app in one video. We’ll cover how to use layouts inside of other layouts, event handling, TextInput, executing code based on widget events, and much more.
All of the heavily commented code used follows the video below. Feel...
Posted by
Derek Banas on Oct 8, 2016 in
Web Design |
0 comments
In part 2 of my Kivy tutorial series we’ll explore much of what we need to know before we start making apps in the next video. We’ll cover creating custom widgets, setting default attributes, and 6 layouts being : Absolute Positioning, Floating Layout, Grid Layout, Box Layout, Stack Layout, and...
Posted by
Derek Banas on Oct 5, 2016 in
Web Design |
0 comments
Kivy is a graphical user interface Python library that allows you to develop multiplatform applications on Windows, MacOS, Android, iOS, Linux, and Raspberry Pi. What is better is that it performs better then HTML5 cross platform alternatives. Here I’ll show how to install it on both MacOS and Windows....
Posted by
Derek Banas on Oct 1, 2016 in
Web Design |
0 comments
Many people requested I make one more TkInter tutorial in which I connect a TkInter interface to a database so here it is. This tutorial is also for people that ask me to make an entire application in one video. I walk through the whole thinking process from start to finish.
You can try to make the app as...