Suchergebnisse: "#pythonfunctions"

19 Ergebnisse
IrisTech
IrisTech@IrisTechss·
Day 50 almost here – reflecting on the journey. From "Hello World" to functions that filter, sort, and display like a real mini-app. Video #5 sparked great discussions. What has this journey taught you? #Python2026 #LearnPython #PythonFunctions
English
0
0
0
5
IrisTech
IrisTech@IrisTechss·
Day 48: Wrapping week strong. check_amenity_match(hotel, required) loops through required, uses if all match. Called in for loop to filter hotels. Perfect for users who need WiFi+parking. #PythonFunctions #Python #LearnPython
English
0
0
0
5
IrisTech
IrisTech@IrisTechss·
Day 47: Functions unlock creativity. Wrote generate_booking_confirmation(guest_name, hotel, nights) with if/else for special notes (e.g., "Welcome back!"). Called after fake booking. Personal feel matters. #PythonFunctions #Python #LearnPython
English
0
0
0
4
IrisTech
IrisTech@IrisTechss·
Combo win: Function checks availability (for loop over dates + if booked_dates overlap), while loop for user to pick new dates. Solving real hotel problems with pure Python. #Python #LearnToCode #PythonFunctions
English
0
0
0
5
IrisTech
IrisTech@IrisTechss·
Day 46: Functions help me think bigger. Created calculate_total_cost(base_price, nights, tax_rate=0.075) with if/else for discounts (10% off 5+ nights). Called in for loop for stay breakdowns. Real booking logic! #PythonFunctions #Python #LearnPython
English
0
0
0
6
IrisTech
IrisTech@IrisTechss·
Combo practice: recommend_similar_hotels(current_hotel, all_hotels) loops through list, returns matches using if on price/rating. While loop for browsing. Feels like a real recommendation engine. #Python #LearnToCode #PythonFunctions
English
0
0
0
14
IrisTech
IrisTech@IrisTechss·
Day 45: Functions are exciting now. Wrote get_room_type_description(room_type) with if/elif chains. Called in for loop to display room options. Makes listings feel warm, not just numbers. #PythonFunctions #Python #LearnPython
English
0
0
0
9
IrisTech
IrisTech@IrisTechss·
As someone who just built a working game with functions, the "Python is slow" crowd has points. But for beginners who want to ship fast without drowning in syntax? Python's still the clearest path. Your take after watching? #PythonFunctions #CodingJourney #LearnToCode
English
0
0
0
10
IrisTech
IrisTech@IrisTechss·
Day 44: Journey feels stronger daily. Built validate_booking_dates(check_in, check_out) with if/else to check check_out > check_in. Called before fake reservation. Writing real hotel app logic now! #PythonFunctions #Python #LearnPython
English
0
0
0
7
IrisTech
IrisTech@IrisTechss·
Combo win: filter_available_rooms(hotel, min_rooms) loops room types, returns available using if rooms >= min_rooms. While loop lets user adjust min_rooms. Interactive filtering = real app heart. #Python #LearnToCode #PythonFunctions
English
0
0
0
11
IrisTech
IrisTech@IrisTechss·
Day 43: Functions are my favorite now. Wrote calculate_average_rating(ratings_list) with for loop + sum(), then if/else to display "Excellent", "Good", or "Needs Improvement". Clean and satisfying. #PythonFunctions #Python #LearnPython
English
0
0
0
9
IrisTech
IrisTech@IrisTechss·
Today's combo: filter_by_rating(min_rating) loops through hotels, returns matches using if. Then wrapped multiple filters in while loop for user refinement. Building a recommendation system step by step. #Python #LearnToCode #PythonFunctions
English
0
0
1
8
IrisTech
IrisTech@IrisTechss·
Day 42: Still riding the Video #5 wave. One reply: "Python lets you think in English" – that hit home. Functions help me write code that reads like sentences. What feels almost too easy in Python? #PythonFunctions #Python #LearnPython
English
0
0
0
6