Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Posts by pycoder‭

8 posts
75%
+4 −0
Q&A Generating a better looking family tree-style graph in Python

My goal I'm looking for a way to programatically generate a visual representation of interlinked sections in a text file (preferably in svg format), with particular aesthetic considerations. The ...

1 answer  ·  posted 9mo ago by pycoder‭  ·  last activity 8mo ago by bowl0stu‭

Question python charts python-3 graphviz mermaid
71%
+3 −0
Q&A Python http.server how can I programatically refresh the browser page?

I'm currently using a static site generator (SSG) to convert a large collection of Markdown notes to a personal HTML/CSS wiki, but I decided to replace it with a Python script so I can fully custom...

2 answers  ·  posted 9mo ago by pycoder‭  ·  last activity 9mo ago by jimbobmcgee‭

Question python python-3 pyqt6 pyqt
71%
+3 −0
Q&A Python re.sub() how to include and slice the match in the substitution?

I recently started learning regular expressions and I'm trying to use Python's re module, specifically the re.sub() function, to convert a subset of Markdown syntax to HTML whenever it appears in a...

2 answers  ·  posted 11mo ago by pycoder‭  ·  last activity 11mo ago by Alexei‭

Question python regex python-3
71%
+3 −0
Q&A How to find the last line number of a section in a text file (particular format)

I'm writing a function which reads specified sections in a text file formatted a particular way, but I'm having a hard time figuring out how to locate the last line number. Here's an example of the...

1 answer  ·  posted 1y ago by pycoder‭  ·  edited 1y ago by hkotsubo‭

Question python python-3
66%
+2 −0
Q&A Python-compatible regex for Markdown tables

My goal is to programatically convert Markdown tables to their HTML equivalents using regular expressions. I haven't been able to find any Python-compatible regexes for Markdown tables online, so I...

2 answers  ·  posted 8mo ago by pycoder‭  ·  last activity 8mo ago by hkotsubo‭

Question python regex markdown python-3
66%
+2 −0
Q&A Python BeautifulSoup how to correctly parse quote symbols in link titles (broken html)?

I'm learning some basic web scraping so I can download part of a static website for offline viewing. In the process, I'm running into link tags that look something like this: <a href='https://e...

1 answer  ·  posted 11mo ago by pycoder‭  ·  last activity 11mo ago by ArtOfCode‭

Question python python-3 beautifulsoup
60%
+1 −0
Q&A How to turn lines of text in PyQt6 QTextEdit into clickable links that call a function?

I figured out a solution, which I'm posting here since my question is at the top of the search results. I'll leave out the parts specific to my project since a more generic solution might be more u...

posted 1y ago by pycoder‭

Answer
50%
+1 −1
Q&A How to turn lines of text in PyQt6 QTextEdit into clickable links that call a function?

A while back, I made this post about reading specified sections in a text file formatted a particular way. I've since updated the format for that file to include links at the start of arbitrary li...

1 answer  ·  posted 1y ago by pycoder‭  ·  last activity 1y ago by Karl Knechtel‭

Question python python-3 pyqt6 pyqt