✨ Earn college credits in Cybersecurity, JS, HTML, CSS and Python

πŸ€‘ Join the Treehouse affiliate program and earn 25% recurring commission!

New No-Code Track! πŸš€start learning today!

🌟 Dreaming of a bright future? πŸŽ“ Ask about the Treehouse Scholarship program! πŸš€

✨ Earn college credits in Cybersecurity, JS, HTML, CSS and Python

πŸ€‘ Join the Treehouse affiliate program and earn 25% recurring commission!

  • Treehouse Logo
  • Plans
    Chevron
    • For Individuals
    • For Businesses
    • For Schools
    • For Libraries
    • For Military
  • Library
    Chevron
    • All Courses
    • Tracks
    • College Credit
  • Techdegree
    Chevron
    • Overview
    • Front End Development
    • Full Stack JavaScript
    • Data Analysis
    • UX Design
    • Python
  • Community
    Chevron
    • Code Adventures
    • Discord
    • Forum
    • Success Stories
    • Treehouse Links
    • 100 Days of Code
  • Resources
    Chevron
    • Career Toolbox
    • CodeForward
    • Free Treehouse Near Me
    • Jobs
    • Blog
    • Support
    • About
  • For Individuals For Businesses For Schools For Libraries For Military
  • All Courses Tracks College Credit
  • Overview Front End Web Development Full Stack JavaScript Python Development Data Analysis UX Design
  • Code Adventures Discord Forum Success Stories Treehouse Links 100 Days of Code
  • Career Toolbox CodeForward Free Treehouse Near Me Jobs Blog Support About
  • Sign In
  • Free Trial
Instagram Twitter Facebook YouTube LinkedIn
    • Newest
      • Newest
      • Active
      • Unanswered
      • Featured
    • All Topics
      • All Topics
      • β€’ General Discussion
      • β€’ AI
      • β€’ Android
      • β€’ APIs
      • β€’ Coding for Kids
      • β€’ College Credit
      • β€’ Computer Science
      • β€’ CSS
      • β€’ Data Analysis
      • β€’ Databases
      • β€’ Design
      • β€’ Development Tools
      • β€’ Digital Literacy
      • β€’ Game Development
      • β€’ Go Language
      • β€’ HTML
      • β€’ Java
      • β€’ JavaScript
      • β€’ Learning Resources
      • β€’ Machine Learning
      • β€’ No-Code
      • β€’ PHP
      • β€’ Professional Growth
      • β€’ Python
      • β€’ Quality Assurance
      • β€’ React
      • β€’ Ruby
      • β€’ Security
      • β€’ Swift
    • Showing results for:
    • Python
    • SQLAlchemy Basics
    • Introduction to SQLAlchemy
    • Creating a Movie Model
    • Close
  • Abigail Solomon
    seal-mask
    .a{fill-rule:evenodd;}techdegree
    Abigail Solomon
    Data Analysis Techdegree Student 4,716 Points

    Error: Make sure primary_key is spelled correctly and set to True. Unsure about the error in my coding

    Posted on Mar 19 by Abigail Solomon
    .a{fill-rule:evenodd;}techdegree
    Abigail Solomon
    Data Analysis Techdegree Student 4,716 Points
    • Python
    • SQLAlchemy Basics
    • Introduction to SQLAlchemy
    • Creating a Movie Model

    1 Answer

  • patrick bragg
    seal-mask
    .a{fill-rule:evenodd;}techdegree seal-36
    patrick bragg
    Python Development Techdegree Graduate 11,773 Points

    idk whats wrong

    Posted on Apr 30, 2024 by patrick bragg
    .a{fill-rule:evenodd;}techdegree seal-36
    patrick bragg
    Python Development Techdegree Graduate 11,773 Points
    • Python
    • SQLAlchemy Basics
    • Introduction to SQLAlchemy
    • Creating a Movie Model

    1 Answer

  • Javi Caballero
    Javi Caballero
    7,422 Points

    Finally, your table needs some columns. Add Column, Integer, and String to your sqlalchemy imports. Create an id column

    Posted on Jan 3, 2023 by Javi Caballero
    Javi Caballero
    7,422 Points
    • Python
    • SQLAlchemy Basics
    • Introduction to SQLAlchemy
    • Creating a Movie Model

    1 Answer

  • Javi Caballero
    Javi Caballero
    7,422 Points

    Now it’s time to put those imports to work. Create a variable called engine and set it equal to create_engine. Use creat

    Posted on Jan 2, 2023 by Javi Caballero
    Javi Caballero
    7,422 Points
    • Python
    • SQLAlchemy Basics
    • Introduction to SQLAlchemy
    • Creating a Movie Model

    1 Answer

  • Joihn Cera
    PLUS
    Joihn Cera
    Courses Plus Student 2,478 Points

    The verification regex is error

    Posted on Mar 29, 2022 by Joihn Cera
    Joihn Cera
    Courses Plus Student 2,478 Points
    • Python
    • SQLAlchemy Basics
    • Introduction to SQLAlchemy
    • Creating a Movie Model

    1 Answer

  • Zachary wathen
    seal-mask
    .a{fill-rule:evenodd;}techdegree
    Zachary wathen
    Python Development Techdegree Student 7,152 Points

    its stating that there is something wrong with the engine variable... I cant find it

    Posted on Sep 24, 2021 by Zachary wathen
    .a{fill-rule:evenodd;}techdegree
    Zachary wathen
    Python Development Techdegree Student 7,152 Points
    • Python
    • SQLAlchemy Basics
    • Introduction to SQLAlchemy
    • Creating a Movie Model

    1 Answer

  • Danielle Murray
    seal-mask
    .a{fill-rule:evenodd;}techdegree seal-36
    Danielle Murray
    Python Development Techdegree Graduate 7,755 Points

    Hi Please could you help me get the right outcome for my code, i think i imported the column and integers wrong.

    Posted on Jun 7, 2021 by Danielle Murray
    .a{fill-rule:evenodd;}techdegree seal-36
    Danielle Murray
    Python Development Techdegree Graduate 7,755 Points
    • Python
    • SQLAlchemy Basics
    • Introduction to SQLAlchemy
    • Creating a Movie Model

    1 Answer

  • Danielle Murray
    seal-mask
    .a{fill-rule:evenodd;}techdegree seal-36
    Danielle Murray
    Python Development Techdegree Graduate 7,755 Points

    Hi could you please help me. I am struggling to get the correct output for this task. What am i missing?

    Posted on Jun 7, 2021 by Danielle Murray
    .a{fill-rule:evenodd;}techdegree seal-36
    Danielle Murray
    Python Development Techdegree Graduate 7,755 Points
    • Python
    • SQLAlchemy Basics
    • Introduction to SQLAlchemy
    • Creating a Movie Model

    1 Answer

  • Hanwen Zhang
    Hanwen Zhang
    20,084 Points

    Erroor:There should be a variable called engine set to create_engine(). Make sure you have 3 ///, the database named mov

    Posted on Apr 20, 2021 by Hanwen Zhang
    Hanwen Zhang
    20,084 Points
    • Python
    • SQLAlchemy Basics
    • Introduction to SQLAlchemy
    • Creating a Movie Model

    1 Answer

  • Bernard Ruziye
    Bernard Ruziye
    8,531 Points

    Please help. I keep on getting the error Bummer: There should be a variable called engine set to create_engine(). Make s

    Posted on Mar 25, 2021 by Bernard Ruziye
    Bernard Ruziye
    8,531 Points
    • Python
    • SQLAlchemy Basics
    • Introduction to SQLAlchemy
    • Creating a Movie Model

    1 Answer

Posting to the forum is only allowed for members with active accounts.
Please sign in or sign up to post.

    Treehouse

  • About
  • Blog
  • Careers
  • Community
  • Stories
  • Shop
  • Contact
  • Gift Card

See Full Catalogue

Techdegree

  • Front End Web Development
  • Full Stack JavaScript
  • Python Development
  • Data Analysis
  • UX Design

Tracks

  • Learn to Code for Beginners
  • Beginning Python
  • Beginning SQL
  • Beginning Java
  • ...see more

Courses

  • JavaScript Basics
  • Intro to HTML & CSS
  • Python Basics
  • CSS Layout
  • ...see more

Explore

  • Plans
  • Affiliates
  • Perks
  • Free Treehouse Near Me
  • Treehouse for Libraries
  • Treehouse for Businesses
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
  • Instagram
Terms & Conditions | Privacy

Β© 2025 Treehouse Island, Inc.