• Home
  • About
    • Privacy Policy
  • Cart
  • Checkout
  • Know How
    • Python General
    • Python GUI
    • Selenium
  • My account
  • Projects
    • Idle Buster
    • Simple Image Resizer
  • Shop
ThinkTwisted
A place where people think a little twisted
Menu Close
  • Home
  • About
    • Privacy Policy
  • Cart
  • Checkout
  • Know How
    • Python General
    • Python GUI
    • Selenium
  • My account
  • Projects
    • Idle Buster
    • Simple Image Resizer
  • Shop

python

Django – Adding Item Details from Database

September 15, 2020John Leave a Comment

In my previous post I showed you how to build a new page in Django, now let’s take a step further and add more details from the database. Each Burger in our database has an associated list of toppings. We… Continue Reading →

Uncategorized django, python

Django – Building Pages & Making a Template

September 8, 2020John 1 Comment

In my previous posts I showed you how to create a basic home page with Django. Here we are going to dive a little deeper, creating a template that will be used while rendering other pages on the website, then… Continue Reading →

Django django, python

Django – Making Pages

August 18, 2020John 1 Comment

In my previous post I showed you how to look at database data in the Django shell. In this post we’re going to create a home page. Creating a website with Django has three steps: Define the URL pattern Write… Continue Reading →

Django django, python

The Django Shell

August 14, 2020John 2 Comments

The Django shell is simply a python shell that allows you to explore your models and apps. Let’s review the Avocado Cream burger we created for our burger joint. See my previous post about Django to get started. Open your… Continue Reading →

Django django, python

Django Site Admin – Make a super user

August 12, 2020John 2 Comments

Django has an admin site that allows you to test, monitor, and control your web app. This tutorial will show you how to create a superuser for the admin site and view your model that you have set up. A… Continue Reading →

Django django, python

Setting up a Django app model

August 10, 2020John 2 Comments

After you’ve started your Django server and first app, you now need to setup your model for the app. A model is just a class used by Django to operate your app. Open the models.py file located in the root… Continue Reading →

Django django, python

Django Quick Start Tutorial

August 10, 2020John 1 Comment

This Django quick start guide will help you get a Django project off the ground quickly. Bookmark this page to remember all the necessary commands to get moving fast! First, install Django using pip. I recommend doing this in an… Continue Reading →

Django django, python

Working with API and JSON in python

July 1, 2020John Leave a Comment

Python is great for automating boring, repetitive, or simple tasks. Many companies or providers offer API interfaces to help with automation or collection of large amounts of data. API stands for application programming interface. An API is basically a back… Continue Reading →

Python General, Python JSON API, json, python, requests

Python Tkinter Message Boxes

June 26, 2020John Leave a Comment

Need to pop up a message box for your python program? Try tkinter. It has a built in widget for providing output details for a program. Check out our first tkinter tutorial for how to do basic setup before you… Continue Reading →

Python GUI GUI, python, tkinter

Getting Started with Tkinter and Python

June 23, 2020John Leave a Comment

There are numerous Graphical User Interface (GUI) modules that work with Python. Tkinter (Tk interface) is the standard python GUI module. Let’s start with the basics – what is a GUI and why do you need one? Well, if you’ve… Continue Reading →

Python GUI GUI, python, tkinter

Post navigation

← Older Articles

Pages

  • About
    • Privacy Policy
  • Cart
  • Know How
    • Python General
    • Python GUI
    • Selenium
  • Projects
    • Idle Buster
    • Simple Image Resizer
  • Shop

Recent Posts

  • Django – Adding Item Details from Database
  • Django – Building Pages & Making a Template
  • Django – Making Pages
  • The Django Shell
  • Django Site Admin – Make a super user

Categories

  • Django
  • General
  • Projects
  • Python General
  • Python GUI
  • Python JSON
  • Selenium
  • Uncategorized
© 2022 ThinkTwisted. All rights reserved.
Fashionista by aThemes