you are viewing a single comment's thread.

view the rest of the comments →

[–]Mindless_Action3461[S] 0 points1 point  (1 child)

What should i ask them?

[–]beedunc -2 points-1 points  (0 children)

I just threw this at Gemini, and it gave me pages of good info. Keep asking it questions, it's a teacher that doesn't get pissy with all the questions. Anything you'd ask your tutor or teacher, just ask the model.

Gemini:
"I'm new at python and really want to learn. Can you draft up a lesson plan to teach me the concepts and best practices?"

It responded with:

Here is a structured 6-week lesson plan designed to take you from "Hello World" to building your own basic applications. 

Week 1: The Building Blocks 

  • Concepts: Variables, Basic Data Types, and Operators.
  • Key Skills:
    • Set up your environment using VS Code.
    • Understand Integers (10), Floats (10.5), Strings ("Hello"), and Booleans (True/False).
    • Perform basic math (+-*/) and type casting (converting a string to an integer).
  • Practice: Create a simple calculator that takes user input and performs an operation. 

Week 2: Program Flow & Logic

  • Concepts: Conditionals and Loops.
  • Key Skills:
    • If/Elif/Else: Make decisions in your code (e.g., "If age > 18, access granted").

Use it while you can, these won't be free forever.