5 Commits

Author SHA1 Message Date
Almas f5f56dbb39 Merge 7649ca911b into f43ee199a6 2025-01-29 09:30:26 +05:00
Almas 7649ca911b Merge pull request #2 from muhammadalmaskhan/muhammadalmaskhan-patch-2: Fix PyMC entry format and adhere to contribution guidelines
Update data.json: Fixed PyMC entry format in data.json as per guidelines,
- Removed extra blank lines in data.json.
- Updated PyMC entry to follow the required JSON structure.
- Replaced incorrect field names:
  - "desc" → "description"
  - "url" → "link"
  - "tags" → "technologies"
  - "beginner-friendly-label" → "label"
- Ensured formatting consistency for proper parsing.

This fixes the requested changes and ensures PyMC is correctly listed as a beginner-friendly repository.
2025-01-29 08:53:54 +05:00
Almas 421ee5d49a Update data.json: Fixed PyMC entry format in data.json as per guidelines
- Removed unnecessary blank lines.
- Updated PyMC entry to match the required JSON structure.
- Changed field names:
  - "desc" → "description"
  - "url" → "link"
  - "tags" → "technologies"
  - "beginner-friendly-label" → "label"
- Ensured proper formatting and alignment.
2025-01-29 08:50:24 +05:00
Almas 94f7327e81 Add PyMC to Awesome for Beginners: Merge pull request #1 from muhammadalmaskhan/muhammadalmaskhan-patch-1
Updated data.json Added PyMC to Python category- Added PyMC, a Python library for Bayesian statistical modeling and probabilistic machine learning.
- The repository is actively maintained and includes 'good first issue' labels for beginners.
- It provides a supportive community and clear contribution guidelines, making it an excellent addition for new contributors.
 in Awesome for Beginners
2025-01-28 09:52:36 +05:00
Almas 03738c5d1d Update data.json Added PyMC to Python category in Awesome for Beginners
- Added PyMC, a Python library for Bayesian statistical modeling and probabilistic machine learning.
- The repository is actively maintained and includes 'good first issue' labels for beginners.
- It provides a supportive community and clear contribution guidelines, making it an excellent addition for new contributors.
2025-01-28 09:49:28 +05:00
+14
View File
@@ -1,4 +1,7 @@
{ {
"sponsors": [ "sponsors": [
{ {
"name": "Michał Gołkowski", "name": "Michał Gołkowski",
@@ -1289,6 +1292,17 @@
], ],
"description": "The free and open-source wiki software package that powers Wikipedia." "description": "The free and open-source wiki software package that powers Wikipedia."
}, },
{
"name": "PyMC",
"link": "https://github.com/pymc-devs/pymc",
"label": "beginner friendly",
"technologies": [
"Python"
],
"description": "A Python library for Bayesian statistical modeling and probabilistic machine learning. Beginner-friendly with 'good first issue' labels."
},
{ {
"name": "CiviWiki", "name": "CiviWiki",
"link": "https://github.com/CiviWiki/OpenCiviWiki", "link": "https://github.com/CiviWiki/OpenCiviWiki",