Arama Sonuçları: "#pythonfunctions"

20 sonuç
Bhumi
Bhumi@BhoomiRaut96258·
Day 6: ∞ Functions in Python are like mini‑programs you can reuse: define once with def, call anytime, and keep your code clean and organized. 🐍✨ #LearnPython #PythonFunctions
English
0
0
0
4
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
6
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
7
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
10
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
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
10
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
0
9
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
7
IrisTech
IrisTech@IrisTechss·
Day 41: Woke up to amazing replies on Video #5. One person said "Python is the Swiss Army knife of programming" and I agree. Functions let me organize logic so I can focus on ideas. What reply stuck with you? #Python2026 #LearnPython #PythonFunctions
English
0
0
0
7
IrisTech
IrisTech@IrisTechss·
One more sleep until Video #5! Grinded functions hard this week - built mini stats tracker with functions for average, highest/lowest, if/else grading. Combined with for loops over lists. Feels like real data handling. #PythonFunctions
English
0
0
0
5
IrisTech
IrisTech@IrisTechss·
Heavy function day - created game_stats_tracker structure with update_stats(attempts), get_average(), get_best_score() using for loops and if/else. Simulated 10 games - tracking progress feels pro. #PythonFunctions
English
0
0
0
5
IrisTech
IrisTech@IrisTechss·
Functions + for loops clicking hard. generate_hint_list(secret) uses for loop to create hints based on if conditions. Called when user types "hint" - adds replay value. #PythonFunctions
English
0
0
0
3
IrisTech
IrisTech@IrisTechss·
Full function mode. Created display_game_status(attempts_left, previous_guesses) with if checks and for loop. Called after every wrong guess - feels like real software design. #PythonFunctions
English
0
0
0
7
IrisTech
IrisTech@IrisTechss·
Functions becoming my favorite tool. Built calculate_score(attempts, max_tries) with if/elif for bonus points. Called after while loop - feels more professional. What function upgrade have you added? #PythonFunctions
English
0
0
0
17
IrisTech
IrisTech@IrisTechss·
Day 35: Married to Python functions today. Built function that returns list of hints using for loop + if conditions. Displayed after wrong guesses - more forgiving and fun. #PythonFunctions
English
0
0
0
4