排序
How to add new markdown cells using python
How to add new markdown cells using python,Hi, I am working on a project where I need to write text in markdown cells one after another. However, manually adding and editing cells ...
Deep Dive into Microsoft MarkItDown
Deep Dive into Microsoft MarkItDown, What is MarkItDown? MarkItDown is a Python package developed by Microsoft, designed to convert a variety of file formats into Markdown. Since i...
Asking for feedback on open source CLI tool that exports Markdown to PDF using html and css templates(MDExport)
Asking for feedback on open source CLI tool that exports Markdown to PDF using html and css templates(MDExport),Recently i've been building my first open source project. It's a CLI...
How to Convert PDFs to Markdown Using PyMuPDF4LLM and Its Evaluation
How to Convert PDFs to Markdown Using PyMuPDF4LLM and Its Evaluation,PyMuPDF4LLM is a library designed to convert PDFs into Markdown format. Here, I’ll share my experience testing...
readMeMaker: v0.1
readMeMaker: v0.1, About This Tool ReadMeMaker is a CLI tool that will help users write their README.MD documentation depending on the input files the user specifies. How to Start ...
Testing a new post
Testing a new post, H1 Header content H3 Header content this is italics * ** this bold content ** link for i in range(3): print('Hello') Enter fullscreen mode Exit fullscreen mode ...
Converting markdown to pdf in Python
Converting markdown to pdf in Python,There are many solutions for the task of automatically converting text in markdown format into a printable pdf file. These solutions based on P...
Converting “.ipynb” Files to Other File Format
Converting '.ipynb' Files to Other File Format,I love using Jupyter Notebook especially when I'm learning something new with Python. Aside from using it with Pandas, it allows me t...
Learning Open Source contribution with GitHub workflows
Learning Open Source contribution with GitHub workflows,This week was my first attempt at contributing to an open source project for which I had no original contribution. It was an...
Futuristic documentation systems in Python, part 1: aiming for more
Futuristic documentation systems in Python, part 1: aiming for more, Introduction I love Python, and I love writing documentation. In fact, I was so lucky that at some point I land...
Scrape, Convert & Read on Kindle
Scrape, Convert & Read on Kindle, Why I created PyWebDoc2Ebook? I enjoy reading tech documentation every day. I am also a big fan of the Kindle e-reader, simply because it helps me...
The Python Five Minute Journal
The Python Five Minute Journal, 'Not another day...' That was my first thought waking up. Every day in 2021 and the first quarter of 2022, I felt burned out. I could have blamed ma...