Turning code into art ✨ Created this generative design using Python Turtle, focusing on symmetry, rotation, and color patterns. A small step in exploring creative problem-solving through code. #PythonProgramming #GenerativeArt
More Relevant Posts
-
Built two moving dots in Python using Arcade module in python learned frames, speed, acceleration, and boundaries while making them bounce across the screen. 🚀 This experiment will help me model motion, velocity, and telemetry patterns for future F1 race data analysis.
To view or add a comment, sign in
-
LeetCode | Rearrange Array Elements by Sign 💻 🔹 Approach: Index placement 🔹 Key idea: Place positives at even indices and negatives at odd indices 🔹 Time Complexity: O(n) 🔹 Space Complexity: O(n) Daily DSA practice to stay consistent and improve logic 🚀 #LeetCode #DSA #Arrays #Python #CodingJourney #LearningInPublic
To view or add a comment, sign in
-
Day 4 of LeetCode 🚀 | Divide Two Integers Today’s challenge was Divide Two Integers — performing division without using *, /, or %. Approach: Handle sign using XOR Convert numbers to absolute values Use bit shifting to subtract the largest possible multiple Take care of 32-bit overflow Time Complexity: O(log n) Space Complexity: O(1) #LeetCode #Day4 #DSA #ProblemSolving #Python #CodingJourney
To view or add a comment, sign in
-
-
Day 32 of #100DaysOfCode 🚀 Today’s LeetCode lesson wasn’t about algorithms — it was about reading errors carefully. 🔍 Problem: Minimum Removals to Balance Array 💡 Approach: Sorting + Sliding Window (Two Pointers) But I hit a Runtime Error even though my logic was correct. Takeaways: Always match the exact function name expected by the platform Don’t panic on runtime errors — read the driver message carefully Logic can be perfect, but naming matters 🧠 Final solution uses: Sorting Two pointers O(n log n) time complexity Consistency > Speed. Small details > Big mistakes. On to the next problem 💪 #100DaysOfCode #LeetCode #Python #DSA #ProblemSolving #CodingJourney #LearningByDoing
To view or add a comment, sign in
-
-
🚀 LeetCode Progress | Problem 189 – Rotate Array Solved 189. Rotate Array by rotating the array in-place, without using extra space. 🔹 Key ideas: Leveraged Python’s negative indexing Inserted elements at the front Carefully deleted trailing elements to maintain in-place modification ⏱️ Time Complexity: O(n) 📦 Space Complexity: O(1) (no extra array used) my code at: https://lnkd.in/eTpkPiDS On to the next one 💪 #LeetCode #DSA #Python #ProblemSolving #CodingJourney #InterviewPrep #Consistency
To view or add a comment, sign in
-
-
LeetCode | Squares of a Sorted Array 🔢 🔹 Approaches: • Two Pointers (Optimal) • Square + Sort 🔹 Time Complexity: O(n) optimal / O(n log n) sorting 🔹 Space Complexity: O(n) Daily DSA practice to improve logic and consistency 🚀 “We compare absolute values from both ends to build the sorted squares efficiently.” #LeetCode #DSA #Arrays #TwoPointers #Python #CodingJourney #LearningInPublic
To view or add a comment, sign in
-
Explored object identity, how lists store references, the difference between mutable and immutable objects, along with split() & join() and negative indexing & slicing. These concepts deepen understanding of how Python works internally. 🐍💪 #NEXTGENFREEDU🚀 #Python #LearningJourney #ProgrammingConcepts #SkillDevelopment
To view or add a comment, sign in
-
ContextPlot is a small Python tool that places a real world image (design, site diagram, schematic, CAD export) directly into a data plot. The goal is simple: turn a standard time series figure into a context driven visual where the meaning of the signal is immediately clear. Code: https://lnkd.in/eFAcdCYu Video: https://lnkd.in/efByD8Um Follow Bernard Akaawase for more content. I got the inspiration for this project from #MVCO #ASIT at Woods Hole Oceanographic Institution. #python #visualization, #plotting
To view or add a comment, sign in
-
-
Built a real-time message pipeline where a C++ program receives lots of UDP packets and a Python program reads them for processing, using shared memory to pass data quickly between the two.
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