使用 AI 创建 Python 程序 (ChatGPT)
- 1. Introduction
- 1. Logging in to ChatGPT
- 2. Exploring the Python IDLE and PyCharm Development Environments
- 3. Hello World - Let's Create Your First Gen AI Python Program
- 2. Create Python Programs that Handle User Inputs
- 1. Adult or Minor Status Program
- 2. Pythagorean Theorem Program
- 3. Create Python Math Programs
- 1. Add Two Numbers using Generative AI
- 2. Celsius to Fahrenheit Conversion Program
- 3. Implement a Counter (Without Loops)
- 4. Surface Area of a Cylinder Program
- 4. Create Python Boolean Programs
- 1. Validate User Input Range with Boolean Operators
- 2. Student Eligibility Criteria Program
- 3. Traffic Light Simulation Program
- 5. Create Python Control Flow Programs
- 1. Random Number Guessing (RNG) Game
- 2. Character Check Program
- 3. Login System Program
- 6. Create Python Programs with Loops
- 1. Program to Print Odd Numbers Below 20 using FOR Loops
- 2. Student Name Entry System using WHILE Loops
- 3. Enhanced Login program with Added Security via Loops
- 4. Enhanced Character Check with Loop Control
- 5. Enhanced Random Number Guessing Game with Loop
- 7. Create Python Graphical User Interfaces (GUIs)
- 1. Build an AI Basic Calculator GUI with Tkinter
- 2. Design a BMI Calculator GUI
- 3. Tic-Tac-Toe GUI Game
- 4. User Interactive Financial Expense Tracker
- 8. Create Python Programs with Data Structures and Functions
- 1. Implement a Task Scheduler using Lists
- 2. Build an Employee Payroll System with Tuples
- 3. Develop a Language Translator Program using Dictionaries
- 4. Create a URL Shortner Application with Sets
- 5. Create a File Management Tool using Functions
- 9. Conclusion
- 1. Looking Ahead into the Future