📅 Day 13/30 – Threading Module in Python Today I explored the Threading module, which allows running multiple tasks concurrently to make programs faster and more efficient. What I learned: • Creating threads using Thread class • Starting and joining threads (start(), join()) • Using threading to run tasks in parallel • Thread safety basics • Practical use cases for concurrency Understanding threading is helping me write more efficient Python programs 💪 📚 Learning resource: HackerBytez – https://lnkd.in/gzKTANVt Excited to apply concurrency in real-world projects 🚀 #Day13 #PythonChallenge #30DaysOfPython #ThreadingModule #Python #Concurrency #LearningInPublic #CodingJourney
Python Threading Module Basics
More Relevant Posts
-
Day 57 of Python with DSA 🐍📊 Today I focused on mastering the Prefix Sum technique, one of the most powerful concepts for solving array problems efficiently. 🔹 What I learned: ✅ What Prefix Sum is and why it is used ✅ How cumulative sums help optimize range queries ✅ Difference between normal summation vs prefix sum ✅ Handling subarray and range sum problems ✅ Avoiding repeated calculations using precomputation #Day57 #DSA #PrefixSum #Arrays #ProblemSolving #LeetCode #CodingJourney #FresherDeveloper #SDE
To view or add a comment, sign in
-
-
🚀Day 8 of #30DaysOfCode Consistency is slowly turning confusion into clarity🔥 Today's learning journey in Python was all about improving problem-solving and understanding how code works behind the scenes. 📙What I learned today: ✅Comparing strings in Python. ✅Best practices for naming variables ✅Basics of debugging and fixing errors ✅Practiced problems using loops and conditional statements One thing I realized today:💡 Debugging is not just fixing errors- it helps us understand our code better and become strong programmers. I wrote a simple program using loops and conditions to check a password #ccbp #Nxtwave #fullstackdevelopment #Python
To view or add a comment, sign in
-
-
🚀 Solved Today’s POTD (23 Feb 2026): Union of Arrays with Duplicates on GeeksforGeeks using Python 🐍 Problem: Given two arrays, return the union of both arrays containing only distinct elements. Approach: Used Python’s Set data structure: • Converted both arrays into sets (automatically removes duplicates) • Used set union operation to combine elements • Returned the result as a list This problem reinforced the importance of choosing the right data structure for cleaner and more efficient solutions. 💡 Time Complexity: O(n + m) Small problems, strong fundamentals 💪 Consistency continues! #day8 #geekstreak60 #npci #geeksforgeeks #dsa #python #learning #problemsolving #codingjourney
To view or add a comment, sign in
-
-
🚀 Solved Today’s POTD (23 Feb 2026): Union of Arrays with Duplicates on GeeksforGeeks using Python 🐍 Problem: Given two arrays, return the union of both arrays containing only distinct elements. Approach: Used Python’s Set data structure: • Converted both arrays into sets (automatically removes duplicates) • Used set union operation to combine elements • Returned the result as a list This problem reinforced the importance of choosing the right data structure for cleaner and more efficient solutions. 💡 Time Complexity: O(n + m) Small problems, strong fundamentals 💪 Consistency continues! #day8 #geekstreak60 #npci #geeksforgeeks #dsa #python #learning #problemsolving #codingjourney
To view or add a comment, sign in
-
-
📘 Python with DSA – Day 66 ✅ Topic: Basic Bit Manipulation Today, I focused on understanding the fundamentals of Bit Manipulation using Python. Learned how binary representation works and how bitwise operators help solve problems efficiently. 🔹 Topics covered: Binary representation of numbers Bitwise operators: &, |, ^, <<, >> Checking even/odd using bits Power of 2 logic using n & (n-1) Importance of XOR in problem solving 🔹 LeetCode Problem Solved: Single Number (Easy) Used XOR to find the unique element in an array where every other element appears twice. #Python #DSA #BitManipulation #LeetCode #CodingJourney #SDE #ProblemSolving
To view or add a comment, sign in
-
-
Learn how Python's C3 linearization algorithm computes the Method Resolution Order (mro) for multiple inheritance, resolving the diamond problem deterministically. https://lnkd.in/dWFXS9_k
To view or add a comment, sign in
-
🚀 Wrote a Hugging Face BPE Tokenizer visualizer library in python! Tokenization is the heart of modern LLMs, but looking at raw lists of integer IDs isn't exactly intuitive. That's why I created a lightweight Python library to help you visually inspect how Byte-Pair Encoding tokenizer break down your text. ✅ Easy to use ✅ Integrates seamlessly with Hugging Face tokenizers ✅ Perfect for debugging, model building, or just learning how BPE works under the hood! 📦 Try it out: pip install hf-tokenizer-visualizer 🔗 Github and Package links are in the comments #huggingface #tokenizer #deeplearning #python
To view or add a comment, sign in
-
Day 32/50 of #50DaysOfCode 🚀 Today’s focus: sharpening my skills with operators and conditional statements. These fundamentals may look simple, but they’re the real decision-makers in any program. Every if, else, and logical operator builds the foundation for smarter, more dynamic code. 💡 Key takeaway: mastering conditionals isn’t just about syntax, it’s about learning to think in structured logic. Onward to Day 33… the journey continues! ✨ #CodingChallenge #LearningInPublic #Consistency #Python #WebDevelopment #Nxtwave #ccbp #CCBP NxtWave
To view or add a comment, sign in
-
🚀 Day 38/50 – LeetCode Challenge (Python) Continuing the 50-day challenge with a bit manipulation problem that focuses on binary representation and shifting operations. 📌 Problem: Reverse Bits 🧠 Approach: Extract each bit using bitwise operations and rebuild the number in reverse order ✨ Key Learning: Understanding binary operations makes low-level optimizations much clearer and more intuitive. Bit manipulation might look tricky, but patterns make it powerful. 💪 #LeetCode #Python #DSA #BitManipulation #Consistency #LearningInPublic
To view or add a comment, sign in
-
-
Python Foundations: List vs Tuple vs Dictionary I always emphasize that strong fundamentals are the key to becoming a confident programmer. Today, I revisited and explained one of the most essential core concepts in Python — the difference between List, Tuple, and Dictionary. Understanding: • When to use a mutable structure like a List • Why Tuples are important for immutable data • How Dictionaries efficiently manage key-value pairs These concepts may seem basic, but they form the backbone of data handling in real-world applications, backend systems, and data-driven projects. Mastering fundamentals is not optional — it is essential. #Python #Programming #ComputerScience #SoftwareEngineering #CodingEducation #AiDeveloper
To view or add a comment, sign in
-
Explore related topics
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