Day 25 of #30DaysOfCode 🚀 Today’s focus was on the basics of input and output in Python. I practiced: Printing inputs with different formats String repetition techniques Reversing digits Generating outputs based on index positions Every small step builds a stronger foundation. These exercises may look simple, but they sharpen problem-solving skills and prepare me for more complex challenges ahead. #Python #CodingJourney #LearningByDoing #30DaysOfCode #nxtwave #NxtWave #CCBP #ccbp #intensive3point0 NxtWave
More Relevant Posts
-
📌 NumPy Array Attributes & Methods NumPy arrays provide several attributes and methods that help us work with data efficiently. Example arrays: arr = np.arange(25) ranarr = np.random.randint(0,50,10) Here: • arr creates an array with values from 0 to 24 • ranarr creates 10 random integers between 0 and 50 These arrays can then be used to explore different NumPy array attributes and methods for data analysis and numerical computations. #Python #NumPy #Programming #DataAnalytics #LearningPython
To view or add a comment, sign in
-
-
💥 Day 32 of My 70-Day Python Learning Challenge 💥 Today, I began learning functions in Python. I learned how to define a function using the "def" keyword, how to name a function properly, and how the return statement works. One important concept I grasped was the difference between printing a value and returning a value. Printing simply displays output, while returning allows the value to be stored and reused elsewhere in the program. This lesson helped me see how functions make code more organized, reusable, and easier to manage. Instead of repeating the same logic multiple times, I can now structure my programs into clear, reusable blocks. Step by step, we are making progress🚀 #70dayschallenge #python #functions
To view or add a comment, sign in
-
🚀 Day 6 of Python Basics – Understanding str() Function Today I explored the str() function in Python. 🔹 Used to convert numeric data into string format 🔹 Essential when displaying numbers as text 🔹 Helpful while working with user input, printing messages, and formatting output Understanding type conversion is very important in programming. Small concepts like str() play a big role in data handling and text processing. Step by step, building a strong foundation in Python! 💻🐍 #PythonBasics #PythonLearning #PythonFunctions #CodingJourney #LearnToCode
To view or add a comment, sign in
-
-
Printing "Hi" once is easy. But what if you need to print it 500 times? Are you going to write 500 print statements? This is why we use loops in Python. In this reel, you will learn: For loop syntax How range() works Why range(500) runs from 0 to 499 Default start, stop and step values How to iterate through strings Simple. Practical. Interview-focused. If this helped you: Like Save Share Follow Growcline for more Python learning videos 📞 73869 60739 📧 inquiries@growcline.in 🌐 www.growcline.in Master Python step by step. #Python #PythonTutorial #PythonForBeginners #LearnPython #Coding #Programming #PythonLoops #ForLoop #RangeFunction #PythonBasics #CodeNewbie #Developer #TechLearning #Growcline
Python For Loop Explained | Print 500 Times Using Range() | Python Loop Tutorial for Beginners
To view or add a comment, sign in
-
📘 OpenCV Basics A structured PDF + fully explained code covering: Image reading Video processing Core OpenCV concepts Step-by-step. Beginner-friendly. Practical. This is Level 1 of my Computer Vision roadmap building strong fundamentals before moving into advanced topics. Next stop: geometric transformations and contour analysis 🔥 Ready to try it yourself? Check out the GitHub repository here: 👉 https://lnkd.in/dbMwwePt Let me know if you’d like the next module soon 👀 #ComputerVision #OpenCV #Python #ImageProcessing #LearnWithMe
To view or add a comment, sign in
-
Day 03 of #50DaysOfPython Today’s concept: Floyd’s Triangle. A great exercise to understand number sequencing and nested loop logic in Python. Swipe through the slides to see the step-by-step explanation, code, and output. #Python #PythonProgramming #LearnPython #Coding #Programming
To view or add a comment, sign in
-
🚀 #Day41 of #100DaysOfCode 📌 Problem: 80. Remove Duplicates from Sorted Array II Today’s challenge was about handling duplicates in a sorted array while keeping the array in-place. 💡 Key Idea: The array is already sorted, so duplicates appear next to each other. We need to ensure that each number appears at most twice. Extra duplicates beyond two should be removed while maintaining the original order. 🧠 Approach: 1️⃣ Traverse the array from left to right. 2️⃣ Keep track of how many times the current number appears consecutively. 3️⃣ Allow insertion only if the occurrence count is ≤ 2. 4️⃣ Maintain an index pointer to place valid elements in the correct position. ⚡ Complexity: Time Complexity: O(n) Space Complexity: O(1) (in-place modification) #leetcode #Python #programming #coding #softwaredevelopment #100daysofcode
To view or add a comment, sign in
-
-
🚀 Day 7 of My Python Learning Journey Today I focused on understanding Functions in Python and how they help structure code properly. I practiced: Defining functions using def Passing parameters Using return to send values back Calling functions and storing returned results Printing results outside the function for better structure Instead of writing everything in one block, I learned how to break logic into smaller, reusable pieces. 💡 Key Takeaway: Functions make code cleaner, more organized, and easier to reuse in larger programs. Step by step strengthening my Python fundamentals and logical thinking 🔥 #Python #Programming #LearningJourney #100DaysOfCode #Coding #SoftwareDevelopment
To view or add a comment, sign in
-
-
Today I practiced if-else conditions by building a small program that checks whether a number is positive or negative. This time, instead of using int, I used float — so the program can handle decimal numbers as well. What I learned today: Difference between int and float Handling decimal inputs Strengthening conditional logic with if-else Even a small improvement like choosing the right data type makes the program more flexible. #Python #PythonLearning #CodingJourney #100DaysOfCode #BeginnerPython #Programming #LearningToCode #DeveloperJourney #TechGrowth #FutureDeveloper
To view or add a comment, sign in
-
-
Today I practiced on a classic problem — checking whether a year is a leap year. This task helped me understand how multiple conditions work together using logical operators. What I practiced: if / elif / else conditions Logical operators (and, or) Writing clean and efficient logic It’s interesting how a simple real-world rule can turn into a logical program. #Python #PythonLearning #CodingJourney #100DaysOfCode #Programming #BeginnerPython #DeveloperJourney #ProblemSolving #LearningToCode **Can this logic be written in a more optimized or cleaner way?
To view or add a comment, sign in
-
Explore content categories
- Career
- Productivity
- Finance
- Soft Skills & Emotional Intelligence
- Project Management
- Education
- Technology
- Leadership
- Ecommerce
- User Experience
- Recruitment & HR
- Customer Experience
- Real Estate
- Marketing
- Sales
- Retail & Merchandising
- Science
- Supply Chain Management
- Future Of Work
- Consulting
- Writing
- Economics
- Artificial Intelligence
- Employee Experience
- Workplace Trends
- Fundraising
- Networking
- Corporate Social Responsibility
- Negotiation
- Communication
- Engineering
- Hospitality & Tourism
- Business Strategy
- Change Management
- Organizational Culture
- Design
- Innovation
- Event Planning
- Training & Development