Mariatta 🤦 Profile picture
Apr 30 17 tweets 10 min read
#PyConUS2022 @masonegger on Write Docs Devs Love. Ten Tricks to Level Up Your Tech Writing

Follow along and get the slides by scanning the barcode: Image
#PyConUS2022 @masonegger
What is tech writing?
TFW when you follow an online tutorial or docs and the code works on the first run.
Then think of the hours spent wasted following outdated docs.
The difference is Tech writing.
#PyConUS2022 @masonegger
Tech writing is important because it's the FIRST impression of your project. It's the first level marketing.
If user don't like your docs, they leave and find another tool.
#PyConUS2022 @masonegger
Tech writing is to teach users how to use your project effectively and safely. Docs helps build a community around your project.
#PyConUS2022 @masonegger
Tip #10: Have a clear concise goal in your doc in the first paragraph
Make it obvious what your reader will have learned/built in the end after reading the doc
#PyConUS2022 @masonegger
Tip #9: Don't be overly verbose.
Docs should be concise, not a novel
Always assume readers don't speak the same language as you.
Aim for a low reading level. (i.e grade 3 reading level) It will help the non-native speaking reader.
#PyConUS2022 @masonegger
Tip #8 Use inclusive language.
Avoid gendered language and go for more gender neutral pronouns.
Avoid using known slangs that are derogatory.
i.e don't use noobs, 10x devs, dummies.
Avoid words that make someone doubt their own skills.
#PyConUS2022 @masonegger
Tip #7 Limit Technical Jargon
Overusing jargon makes it difficult for beginners.
Know your audience to decide how much jargon.
#PyConUS2022 @masonegger
Tip #6 Define ALL acronyms
Some acronyms have two or three different meanings.
They scare and intimidate readers, especially new learners
#PyConUS2022 @masonegger
Tip #5 Avoid memes/idioms and regional language (unless you're positive of who your audience is)
#PyConUS2022 @masonegger
Tip #4 Use meaningful code samples and variable names
Don't tell people what problem your code solves. Show them.
Use meaning variable names. Foo and bar are useless. They need to go! 👏🏻
Have completed copy of code for copy/paste
#PyConUS2022 @masonegger
Tip #3 Avoid making your reader leave your Docs
Avoid sending reader to many other sites
(or they may not come back)
So give them a way to come back to your doc.
Provide links at the beginning, have a list of prerequisites to be completed beforehand.
#PyConUS2022 @masonegger
Tip #2 Make your content scannable
Beginners tend to read the entire posts, while experienced users will scan for the content. they need.
Use headings and subheadings. Use Table of Contents.
#PyConUS2022 @masonegger
Tip #1 Verify your instructions! Test, test and test!
The only thing worst than no docs, is incorrect docs.
Have someone else test your work. Get people involved.
#PyConUS2022 @masonegger
Bonus tip! Practise!
The best way to get better at tech writing is to write!
Just write. You don't always have to publish it.
But don't throw it away! Save it for future you.
#PyConUS2022 @masonegger
How to get started in tech writing:
Write docs at work! Your manager will love you! 👏🏻
Start a blog
Contribute to open source projects. OS projects always need help with docs! 👏🏻 YES!!

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Mariatta 🤦

Mariatta 🤦 Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @mariatta

May 2
My first visit to a real @Google office since joining!
Visited @googlefiber in Salt Lake City! Thanks Bill Yoshimi for taking me along for a tour! Now I feel like a real Googler 😄 Image
The office just opened in January, and it looks very cozy!
There's a room with a message chair so yes I made use of it 💆‍♀️ ImageImageImage
Cute Google Bike 🚲 Image
Read 4 tweets
May 1
#PyConUS2022 Python SC (Steering Council) panel.
We have @pyblogsal and @Yhg1s from the SC joining us today.
Agenda:
- What is the SC?
- Highlights of the year?
- What's new in Python 3.11
- pre-recorded Q&A
#PyConUS2022 Python SC Agenda:
SC is defined in PEP 13: in charge of the python programming language, and CPython implementation
Govern by consensus. Fosters the community and the core devs.
Final decision on PEPs (Python Enhancement Proposals), except those delegated.
#PyConUS2022 Python SC
The SC meets weekly. SC is separate from PSF but have very good working relationship.
Monthly updates published in
github.com/python/steerin…
Write to them at steering-council at python dot org
Read 25 tweets
May 1
#PyConUS2022 D&I WG Panel with @georgically1 @loooorenanicole @anthonypjshaw and @reuvenmlerner
They will tell us what PSF Diversity and Inclusion Work Group is all about. Image
#PyConUS2022 D&I WG Panel:
is a group of 20 members led by @marlene_zw , founded in 2020.
It was created, there were 4 open seats for PSF Board of Directors.
26 nominees, from all over the world.
1151 PSF members, only 40% voted.
Yet all 4 four elected were North Americans.
#PyConUS2022 D&I WG Panel:
In 2021 We elected more people outside of North America, yet none from Asia despite there were 9 nominations.
Read 18 tweets
Apr 30
#PyConUS2022 @jessejiryudavis Why should async get all the love?
Advanced control flow with thread.

Asyncio is really hip. Also twisted, tornado, curio and trio. They're all super cool.
#PyConUS2022 @jessejiryudavis In all these excitements, there was a message that was lost.
All of this was already with threads.
#PyConUS2022 @jessejiryudavis
When should you use threads or asyncio?
These are two ways to do concurrency.
Neither threads nor asyncio can use multiple CPUs
Read 11 tweets
Apr 30
Currently attending #PyConUS2022 @pyblogsal on Making Python better one error message at a time.
(Not sure i'll be able to live-tweet but will try. Pablo speaks very fast!)
#PyConUS2022 @pyblogsal Syntax errors are important. They impact developer time.

Pablo shows several examples of SyntaxErrors prior to Python 3.9 that weren't helpful. The error simply says "invalid syntax", when the real problems are things like not closing "}" or ")" Image
#PyConUS2022 @pyblogsal The new PEG parser (from PEP 617) replaces the parsing in CPython, co-authored by @pyblogsal @lysnikolaou @gvanrossum
The original parser was written in 1990.
Read 6 tweets
Apr 30
#PyConUS2022 @pwang Keynote: Announcing Py-script!!!
It's Python! inside HTML!!! 🤯 Image
@pwang #PyConUS2022 @pwang Keynote

And asyncio! And blink tag! 🤯
No webserver needed! It's HTML!
It's actual CPython compiler into WASM. Image
@pwang #PyConUS2022 @pwang Keynote
And now we all got rickrolled! 😆🙃
Read 6 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(