Yonnyyonny.yoning.com·Aug 2, 20242024-08-02: 2. Define FunctionAnother piece code when learning function # Review: # Create a function called greet(). def greet(name, location): # Write 3 print statements inside the function. print(f"Hello {name}!") print(f"Is {location} far?") print(f"Isn't the ...Discuss#KeepCoding100Days
priyadarshi ranjanpriyadarshi.hashnode.dev·Jul 17, 2024Day 15: Basics of Python for DevOps EngineersHlo doston, Let's start with the basics of Python, as this is also important for DevOps Engineers to build logic and programs. What is Python? Python is an open-source, general-purpose, high-level, and object-oriented programming language. It was cr...Discuss·38 reads#90daysofdevops
Kevin Loggenbergblog.thecodesmith.co.za·Jul 14, 2024Enhancing Speech-to-Text Capabilities Locally with OpenAI's WhisperHave you ever worked on a project, thinking that adding speech-to-text functionality would make it truly extraordinary, only to be disappointed by outdated solutions that require you to constantly repeat yourself? With OpenAI's Whisper, you can lev...DiscussPyhton
commabotforcommabotblog.commabot.com·Apr 8, 2024Nested JSON to CSV with python pandasNested JSON objects have one or more levels of additional objects or arrays. CSV, on the other hand, is a flat structure with rows and columns. The goal is to "flatten" the JSON structure, converting nested elements into a format that can be represen...Discuss·40 readsPyhton
Asif Shaikhasifshaikh49.hashnode.dev·Feb 17, 2024Python Data Types📟 and Data Structures 💾for DevOps♾️💡 Introduction 💡 Data Types in Python: 📊 Understanding the Basics 💡 Data Structures in Python: 🏗️ Building Efficiency 💡 Tasks: 🛠️ Hands-On Python Practice 💡 Conclusion: 🎉 Wrapping Up Our Python DevOps Introduction📖📢 Hello...DiscussDevops
M'mah Zombommahzombo.hashnode.dev·Sep 15, 2023(*, /) Beyond Multiplication and Division - Part1It is commonly known that the asterisk "*" is used for multiplication, while the forward slash "/" is used for division in Python. This is true, but many don't know that these operators can do more. What's so special about them? When these operators ...Discuss·6 likes·70 readsPython-NotesPyhton