Our open source contributions to Python were downloaded over 560 million times last month. That number includes Python itself and packages we maintain on PyPI. Open source has been core to how Cuttlesoft operates since day one. We contribute to the same ecosystem we build with on client projects. When we find a bug or a gap, we fix it upstream rather than working around it in private code. That loop, building client products and contributing back to the tools we use, keeps our team sharp and keeps the ecosystem healthy. #OpenSource #Python #PyPI
Python Open Source Contributions Reach 560M Downloads
More Relevant Posts
-
Doqtor officially supports Python now. I've been expanding the ecosystem so you can keep your Python docs in sync with your code automatically. It detects changes in .py functions and classes and updates your READMEs or docs so they stay honest. I also just added a Drift Analytics Dashboard. You can see your documentation health at a glance by tracking PRs, how much drift was detected, and which files are the top offenders. Data driven documentation management makes a huge difference. Check it out on GitHub: https://lnkd.in/g7pzX6Aw #OpenSource #Python #TypeScript #BuildInPublic #Documentation
To view or add a comment, sign in
-
-
Built a small Python script that auto-organizes files in a folder by type like images, videos, documents, code files and more. Nothing fancy, just a useful little tool I made for myself. Open-source if anyone wants it. GitHub: https://lnkd.in/gt8cEsYf #Python #Automation #OpenSource
To view or add a comment, sign in
-
If you’re still manually editing your settings in your Django project for every deployment, you’re doing it the hard way. Inheritance isn't just for models and views—it belongs in your configuration too. 🏗️ Check out my latest guide on splitting Django settings into Base, Dev, and Prod environments to save time and prevent "forgotten line" disasters. Check the guide below! 📄👇 #Django #Python #SoftwareEngineering #BackendDevelopment #CleanCode
To view or add a comment, sign in
-
Python - Internet Bandwidth https://lnkd.in/dNTcezPz Why download a monitoring app when you can just write 24 lines of Python? Created a custom bandwidth tracker to get live data flow straight to my terminal which is better than a GUI anyway(I am just being lazy with GUI).
To view or add a comment, sign in
-
Uploaded a small Python To-Do CLI project to GitHub today. A simple practice build to get better with Python basics, loops, conditions, lists, and logic building. Trying to stay consistent with small daily projects and learn by actually building. GitHub: [https://lnkd.in/gGscJtCP] #Python #GitHub #CodingJourney #PythonProjects #LearningInPublic
To view or add a comment, sign in
-
🚀 Just Built My First API Integration Project in Python! Today I worked on integrating a live Quotes API using Python and the requests library. GITHUB Repo Link:- https://lnkd.in/gdx-b94v The project fetches random motivational quotes from an online API and displays them in real-time. 💡 Key learnings from this project: How to work with APIs and endpoints Handling JSON responses in Python Using response.raise_for_status() for error handling Writing clean exception handling with try-except Saving API data into a file with timestamps 📌 Built Features: Fetch random quotes from API Display quote & author in terminal Save quotes in a text file for future use This small project helped me understand how real-world applications communicate with external services. Next step: Building a GUI-based Quote Generator App 🚀 #Python #APIs #BeginnerProjects #CodingJourney #100DaysOfCode #Developers #LearningByDoing
To view or add a comment, sign in
-
-
Python 3.15 is adding something developers have wanted for years: an immutable dictionary type. In the latest Dev with Serdar, Serdar Yegulalp explains frozendict, a hashable, immutable counterpart to Python's standard dict. Because it can't change after creation, it can be used in places a regular dict simply cannot, including as a key inside another dictionary or as part of a set. If you work with configuration data, cache keys, or any scenario that requires guaranteed immutability in a mapping structure, this is worth understanding before 3.15 ships. #DevwithSerdar #Python
IFW26_010_Frozendict
To view or add a comment, sign in
-
Python 3.15 is adding something developers have wanted for years: an immutable dictionary type. In the latest Dev with Serdar, Serdar Yegulalp explains frozendict, a hashable, immutable counterpart to Python's standard dict. Because it can't change after creation, it can be used in places a regular dict simply cannot, including as a key inside another dictionary or as part of a set. If you work with configuration data, cache keys, or any scenario that requires guaranteed immutability in a mapping structure, this is worth understanding before 3.15 ships. #DevwithSerdar #Python
IFW26_010_Frozendict
To view or add a comment, sign in
-
🐍 Python Tip: Use `uvx` to run development tools without adding them to your project dependencies. `uvx` runs each tool in an isolated, cached environment, keeping your pyproject.toml clean and focused on actual dependencies. Here's an example: #networkautomation
To view or add a comment, sign in
-
-
One thing I’ve learned while working with Python recently really stood out to me 👇🏾 In Python, capitalization matters a lot. If you define something in uppercase and later try to use it in lowercase, you’ll likely run into an error. But in HTML (and sometimes even in React), things are more flexible—especially with tags, where capitalization doesn’t usually break your code. This made me realize how important it is to pay attention to detail depending on the language you're using. Every technology has its own rules, and understanding them makes you a better developer. Small lessons like this are part of the journey 🚀 #Python #React #HTML #WebDevelopment #LearningJourney #100DaysOfCode
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