While in Prague during #europython2025, we asked Sheena O'Connell about her favorite Python library. It’s always hard to pick just one, isn’t it? Check out what made it to the list 🐍 #europython #conference #europython2025 #python #opensource
More Relevant Posts
-
🚀 LeetCode Day 20 – Symmetric Tree Today’s problem was about checking whether a binary tree is a mirror of itself using Python. 🔍 A tree is symmetric if: Left subtree mirrors the right Values and structure match perfectly Simple idea, clean recursion, solid practice 💪 On to the next one! #LeetCode #Python #BinaryTree #ProblemSolving #Consistency
To view or add a comment, sign in
-
-
If you read one thing this weekend make sure it's microgpt on GitHub by Andrej Karpathy. It's 200 lines of python. Even if you don't know python, just copy paste it into Kiro and ask to explain it for you. https://lnkd.in/eidswAVC
To view or add a comment, sign in
-
Day 4/100 – Consistency is the Key 🚀 Today, I worked on solving the Longest Common Prefix problem using Python. I explored different approaches and understood how optimizing logic improves efficiency. 📌 Key Takeaways: Importance of edge case handling Writing clean and readable code Understanding time & space complexity Small progress every day leads to big results. Let’s keep building. 💪 #100DaysOfCode #Python #DSA #ProblemSolving #CodingJourney #Consistency #Learning
To view or add a comment, sign in
-
-
Day 04 of #50DaysOfPython Today’s concept: Palindrome Check. A simple yet important problem to understand string manipulation and logical comparison in Python. Swipe through the slides to see the logic, code, and output #50DaysOfPython #PythonLearning #LearnToCode #CodingJourney
To view or add a comment, sign in
-
I just published a FastAPI Crash Course on my YouTube channel In this video, I covered how to build high-performance APIs quickly and efficiently using FastAPI - from basics to practical implementation. If you want to build modern backend applications with Python, this crash course will help you get started fast. https://lnkd.in/duXmCwtt #FastAPI #Python #BackendDevelopment #APIs #WebDevelopment
To view or add a comment, sign in
-
-
Power of Four – LeetCode Day 17/200 – One step at a time 📈 Solved “Power of Four” on LeetCode using Python 🐍 Implemented a simple loop-based approach by repeatedly dividing the number by 4 and handling edge cases carefully. ✨ Key Learnings: Understanding powers and number properties Importance of checking divisibility at each step Writing clean and logical Python code 📊 Result: ✅ Accepted ⚡ Runtime: 1 ms Consistency matters more than speed. Showing up every day 💯 #200DaysCodingChallenge #LeetCode #Python #DSA #ProblemSolving #KeepLearning
To view or add a comment, sign in
-
-
🚀Day 12 -Ord() and chr() in python In Python, the ord() and chr() functions are used to convert characters to their Unicode values and vice versa. The ord() function returns the Unicode (ASCII) value of a character. The chr() function returns the character from a Unicode value. #Python #LearnPython #PythonProgramming #CodingBasics #DataScience #ProgrammingJourney
To view or add a comment, sign in
-
-
Self is one of the most misunderstood concepts in Python OOP. Once you understand that self is just the current object being passed automatically, a lot of confusion disappears. 🚀 We’ve broken this concept down step by step using real code and the VS Code debugger in the latest video of our Python OOP series. 🥳 📺 Full video is now live on YouTube! (link in comments). #hasabtech #hasabtecheducation #python #OOP
To view or add a comment, sign in
-
Python Tip of the Day 🐍 Mutable objects can be changed after creation, while immutable objects cannot. Mutable types update in place — immutable types create a new object when modified. Knowing this helps prevent unexpected bugs in your code. Small concept — big impact on program behavior. Day 9 of building Python basics. #PythonDaily #PythonBasics #Python #DataAnalytics #LearningPython
To view or add a comment, sign in
-
-
Python Tip of the Day 🐍 Slicing lets you extract a portion of a sequence using: sequence[start : stop : step] Start is included. Stop is excluded. Step controls the movement. Day 13 of building Python basics #PythonDaily #PythonBasics #LearningPython #DataAnalytics #Python
To view or add a comment, sign in
-
More from this author
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
Which is your favorite Python library? Want to give the authors a shout out in the comments?