Buradasın
Python Programming Exercises Structure
github.com/zhiwehu/Python-programming-exercises/blob/master/100%2B%20Python%20challenging%20programming%20exercises%20for%20Python%203.mdYapay zekadan makale özeti
- Level Descriptions
- Level 1: Beginner with 1-2 Python classes/functions
- Level 2: Intermediate with 3+ classes/functions
- Level 3: Advanced with complex problems using libraries
- Exercise Structure
- Each question contains questions, hints, and solutions
- Input data assumed to be console input
- Exercises cover basic programming, classes, and advanced techniques
- Level 1 Examples
- Program to find numbers divisible by 7 but not multiple of 5
- Function to compute factorial of given number
- Dictionary generation for numbers between 1 and n
- List and tuple creation from comma-separated numbers
- Level 2 Examples
- Program to calculate square root of given formula
- 2D array generation from two digits
- Word sorting and capitalization
- Password validation based on specific criteria
- Level 3 Examples
- Program to compute distance from robot's movement path
- Word frequency counting
- Fibonacci sequence implementation
- Generator-based number generation
- Advanced Features
- Custom classes with methods
- Exception handling using try/except
- Unicode string support
- Mathematical operations and expressions