🚀 Just wrapped up a deep‑dive into NumPy and Python functions! 📊💻 🔹 Built arrays, checked shapes & dimensions, and explored broadcasting. 🔹 Wrote reusable functions – from Fibonacci & grade calculators to life‑phase checkers. 🔹 Played with random data, slicing, and basic stats (mean, var, std). Big shout‑out to the open‑source community for making data‑science so approachable. #Python #NumPy #DataScience #Coding #LearningInPublic
More Relevant Posts
-
💡 Big-O & Arrays — Building Strong DSA Foundations In this post, I explore how algorithm efficiency is measured using Big-O Notation and how static vs dynamic arrays differ in performance. These concepts shape how we write scalable, efficient code — the kind that handles real-world data, not just textbook examples. Let’s keep growing, one concept at a time. #DataStructures #Algorithms #BigO #Arrays #Python #LearningJourney #DataScience #Coding
To view or add a comment, sign in
-
Understanding NumPy Arrays — The Core of Data Analysis After exploring NumPy, let’s dive into its backbone — the NumPy Array. Unlike Python lists, arrays are faster, more memory-efficient, and built for numerical computation. From storing data efficiently to performing complex mathematical operations in just a line of code — arrays make data manipulation seamless! Stay tuned as I explore some key NumPy array operations in my next post. #Python #NumPy #DataAnalytics #LearningJourney #PythonForData
To view or add a comment, sign in
-
Happy Friday and Shabbat Shalom ✡️ No-code tools like n8n are useful for fast prototypes. But serious automation happens when you move to Python and libraries like LangChain. That’s where you can design true AI agents, systems that think, plan, and execute tasks across APIs and data sources using these far more expressive tools. Quick overview in the video. #AIAgents #Python #Automation
To view or add a comment, sign in
-
Day 31 / 100 – Add Strings (LeetCode #415) Today’s challenge was all about simulating manual addition without using any built-in integer conversions. Given two numbers as strings, the task was to return their sum — also as a string. This problem really emphasized the importance of breaking problems into small, logical steps rather than relying on shortcuts. 🔍 Key Learnings Recreated the digit-by-digit addition process using ASCII values. Practiced handling carry-over efficiently while iterating backward. Strengthened my understanding of string manipulation and arithmetic logic. 💭 Thought of the Day True problem-solving isn’t about using built-ins — it’s about understanding how things work underneath. Today reminded me that mastery grows when we rebuild the basics from scratch, not when we avoid them. 🔗 Problem Link: https://lnkd.in/gHMt9vj9 #100DaysOfCode #Day31 #LeetCode #Python #ProblemSolving #StringManipulation #Algorithms #DataStructures #CodingChallenge #CodeEveryday #TechGrowth #LearningJourney
To view or add a comment, sign in
-
-
🗓 Day 2 / 100 – #100DaysOfLeetCode 📌 Problem 1636: Sort Array by Increasing Frequency The task was to sort an array such that elements with lower frequency appear first, and if two elements have the same frequency, the larger number comes first. 🧠 My Approach: Counted element frequencies using a hash map. Sorted the elements by ascending frequency and then by descending value. Reconstructed the array based on sorted frequency order. ⏱ Time Complexity: O(n log n) 💾 Space Complexity: O(n) 💡 Key Learning: This problem reinforced how powerful custom sorting logic can be in Python, especially when handling multiple sort priorities using tuple-based keys in sorting functions. Each day is helping me refine how I think about data organization, sorting, and frequency analysis — small steps that build strong foundations. #100DaysOfLeetCode #LeetCodeChallenge #Python #ProblemSolving #Algorithms #DataStructures #DSA #Sorting #CodingJourney #CodingChallenge #SoftwareEngineering #CompetitiveProgramming #CodeEveryday #LearningInPublic #DeveloperJourney #TechStudent #CareerGrowth #CodingCommunity #KeepLearning
To view or add a comment, sign in
-
-
Just stumbled on tinker-cookbook – a Python repo that shows how to do post‑training tricks with Tinker 🔧. It’s basically a recipe book of fine‑tuning steps, model‑compression hacks and quick eval scripts that save hours of boilerplate. With 1,949 stars the community already loves it 🚀, and the notebooks are super clean. If you’re tinkering with LLMs or any PyTorch model, give it a look – you’ll pick up ready‑made pipelines you can drop into your own code. https://lnkd.in/dnPHDzbJ #Python #Programming #thinking-machines-lab #MachineLearning #AI #Trending
To view or add a comment, sign in
-
-
Just finished building a hands-free mouse prototype using Python and a webcam! 👋 🖱️ Open hand → moves the cursor 🤏 Pinch → clicks It’s surprisingly smooth — though I’m still working on voice control and more features. Not available for download yet, but I’m excited about where this is heading! (Video attached 🎥) #Python #Innovation #ComputerVision #TechProjects #AI
To view or add a comment, sign in
-
-🎬 Excited to share my latest project: a Movie Recommendation System! Built with Python, NumPy, Pandas, scikit-learn, and Streamlit, this app uses machine learning algorithms to: Recommend movies based on your favorite films Display movie posters, plot summaries, and IMDb ratings Provide an interactive, user-friendly interface It fetches movie data via OMDB & TMDB APIs and helps you discover new movies to watch! Check it out on GitHub: [https://lnkd.in/gfqzVVCt] Would love your feedback! #Python #MachineLearning #scikitLearn #Streamlit #MovieRecommendation #DataScience #WebApp
To view or add a comment, sign in
-
I used to write def functions for everything...even for the tiniest one-line tasks. I’d proudly define a whole function just to square a number. 😅 Then one day, I came across lambda functions, and it honestly felt like discovering sticky notes for my code. If a regular def function is like writing down a full recipe in your notebook 🍳, then a lambda function is that quick sticky note 📝 you scribble on, use once, and move on. Here’s what I mean: # Using def def square(x): return x * x # Using lambda square = lambda x: x * x Sometimes, clean code isn’t about writing more. It’s about knowing when less is enough. 😉 #Python #LambdaFunction #CodingTips #DataScience #LearnPython #CleanCode
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