How to Build Your Public Speaking Skills as a Developer

Real Python · Intermediate ·📰 AI News & Updates ·9y ago
Skills: PM Basics60%

Key Takeaways

The video provides a roadmap for building public speaking skills as a software developer, focusing on starting small and working up to larger conferences through practice and experience at work, meetups, and other events.

Full Transcript

hey folks what's up Stan Bader here and a while ago I did a video on how to speak at a tech conference and kind of how to get in to a tech conference like PyCon like I was talking about how I spoke at at PyCon Germany and how I got my talk into that conference now I was talking about how you know you need to kind of submit talks to these conferences write an abstract for your talk and just kind of try and pitch your talk to these conferences and then hopefully get in and so I think that that is viable you know it's possible to pull that off as a beginner even with no prior speaking experience but it could also be a bad experience right like if you're overextending yourself on speaking you know in front of a couple of hundred people and you're you're gonna have a bad time it's gonna be recorded on video this could also really suck so I don't you know I don't want to scare you out of that if you think you can pull it off go for it absolutely let me know how it went you know I wish you all the best but I I wasn't able to do that I had to work my way up to get into into bigger conferences overtime right and so the way I built up that skill and build up kind of that confidence and just being comfortable doing that you know I'm still like to be honest with you like I'm still scared shitless every time I give a presentation but I just noticed that the quality that comes out at the end has gotten much better over the years and he doesn't show as much but I still feel the same basically to be perfectly honest with you but okay so so the angle in this video is going to be how you know what are some other ways I can build a speaking skill so that eventually I can go in and use my skills at a bigger tech conference okay so here's the approach that worked for me basically try and speak as much as you can at work in your current job if there's an opportunity for you you know to give like a presentation over lunch just to your colleagues and develop our friends on some kind of technical topic absolutely go for it you know it's gonna be a very comfortable setting people are going to sit around they're gonna be eating lunch you know just three four five of your colleagues and friends there sit down give them like a 10 15 minute presentation I'm some tool that you found or you just walk them through it and and get some experience doing that like this is I think anyone could do that or it could build up the courage to do that I know it's still hard to do that in the beginning especially with people you know that you actually care about and care about their feedback but this is a really good way to start building these speaking skills in in like a comfortable setting now I think a step after that could be either trying to speak you know to a bigger audience at your company or you know the people you work with like you know go from three people to maybe 30 people maybe you could give a presentation for a whole department or something like that you know if you're working at a startup or a company where this is actually possible that will be a way to scale that up another way it would be and this is actually what I would recommend is to go to development meetups so a meetup group is just a bunch of people are interested you know in in one topic like let's say Python or JavaScript and they meet usually on a regular schedule and people will give presentations and often there will be food and then you know people just talk about this stuff and there is a a really good site where you can find these meetup groups and that is at meetup.com and these meetups are usually put on you know by people in the community very often it's companies who are sometimes trying to hire people you know from a meet-up or like it's a way for them to to kind of show that their cool place to work at and almost every bigger city will have will have a meetup scene like that and so these meetups are great to gain more speaking experience because it's a lot easier to get in that the stakes are lower you can just go there speak to a group of you know depending on the size like 10 20 30 some meetups get like super popular but you know you can pick a smaller meetup to start with and just give a praise and presentation of these people and the way you get in there you don't really write like a big proposal and an abstract and all of that you just talk to the people who put on the meetup right you just find the organizer and and usually they're desperate for people to give presentations because usually it's all on the organizers so reach out to them just email them or go to the meetup and actually talk to them in person like hey I've got this idea could I give a presentation one of your next meetups I you know really like what you're doing and I would love to be a part of it and like 99% of the time people are gonna go for it and it is a perfect like learning ground to get your feet wet with with your presenting skills and just you know get into get into that habit of speaking in front of people and so I would absolutely recommend going that route starting with a meetup group and then you can expand expand from there right like it's not a super big jump from going from speaking out of meetup to speaking out of conference right it's it's very similar in terms of what will be involved like a meetup is gonna be like less organized less professional in some ways you know some of them are like many of them are and they're smaller but this is a really good way to get your feet wet and they could look either look for actual like larger conferences will look for bigger and bigger meetup groups and just get comfortable speaking in front of larger crowds and this is a really really good way to ease into this whole thing of becoming a speaker at a tech conference because it's it's super worthwhile and and it's it's gonna you know it's gonna pay off in so many ways and like the relationships you built with people even speaking at a smaller meetup will be great for that I mean even even speaking you know after your company across teams will be great for that so absolutely do that and then try and build from there and I you know I I think it would be totally possible to go from like haven't spoken at any conference ever or meet up to like I'll be speaking at a tech conference in twelve months like you know and have it have a success with that like not just walking out and like completely bomb but like building up those skills enough that you could give good like well-received presentation at a tech conference within a year I think it's totally doable and I wish you best of luck with that let absolutely let me know how that went if you if you do this and pull this off sent me a video like I'd be happy to share that or just tell me how it went I'd really love to know how this played out for you people have so much interesting stuff to say and they a lot of times as developers were in some sense too timid to go out there and share our perspective and you should absolutely do that and and more people should do that and it's gonna make the whole developer community better cool

Original Description

► Build Your Own Programming Blog from Scratch, with Python: http://bit.ly/python-blog-course A roadmap for how to build your public speaking skills as a software developer. In a previous video I taught you how to get your first speaking gig at a tech conference (https://youtu.be/0-BkCkAiso8). This video is a follow up where you'll learn how to train your public speaking skills until you're ready for conference prime time as a speaker. I lay out the steps that worked for me and led me to speak at PyCon Germany this year. Speaking at a tech conference can be a great way to demonstrate your knowledge as a developer and to boost your career. * * * ► Weekly Tips for Python Developers: https://dbader.org/newsletter
Watch on YouTube ↗ (saves to browser)
Sign in to unlock AI tutor explanation · ⚡30

Playlist

Uploads from Real Python · Real Python · 31 of 60

1 A better Python REPL – bpython vs python interpreter
A better Python REPL – bpython vs python interpreter
Real Python
2 Introducing large-type.com – A Utility Website
Introducing large-type.com – A Utility Website
Real Python
3 Reading Hacker News Without Wasting Tons of Time
Reading Hacker News Without Wasting Tons of Time
Real Python
4 Forward References and Python 3 Type Hints
Forward References and Python 3 Type Hints
Real Python
5 Using Sublime Text as your Git Editor
Using Sublime Text as your Git Editor
Real Python
6 Python Code Linting and Auto-Complete for Sublime Text
Python Code Linting and Auto-Complete for Sublime Text
Real Python
7 Make your Python Code More Readable with Custom Exceptions
Make your Python Code More Readable with Custom Exceptions
Real Python
8 Write Better Tests with Sublime Text's Split Layout Feature
Write Better Tests with Sublime Text's Split Layout Feature
Real Python
9 How to Use Sublime Text from the Command Line
How to Use Sublime Text from the Command Line
Real Python
10 Rename Variables with Multiple Selection in Sublime Text
Rename Variables with Multiple Selection in Sublime Text
Real Python
11 Sublime Text Settings for Writing PEP 8 Python
Sublime Text Settings for Writing PEP 8 Python
Real Python
12 Write Cleaner Python with Sublime Text's Indent Guides
Write Cleaner Python with Sublime Text's Indent Guides
Real Python
13 Sublime Text Whitespace Settings for Python Development
Sublime Text Whitespace Settings for Python Development
Real Python
14 Function Argument Unpacking in Python
Function Argument Unpacking in Python
Real Python
15 Python Code Review: Debugging and Refactoring "Conway's Game of Life" +  Automated Tests
Python Code Review: Debugging and Refactoring "Conway's Game of Life" + Automated Tests
Real Python
16 Using "get()" to Return a Default Value from a Python Dict
Using "get()" to Return a Default Value from a Python Dict
Real Python
17 A Python Shorthand for Swapping Two Variables
A Python Shorthand for Swapping Two Variables
Real Python
18 Python Code Review: Refactoring a Web Scraper, PEP 8 Style Guide Compliance, requirements.txt
Python Code Review: Refactoring a Web Scraper, PEP 8 Style Guide Compliance, requirements.txt
Real Python
19 Click & Jump to Test Failures from the Command Line (iTerm2)
Click & Jump to Test Failures from the Command Line (iTerm2)
Real Python
20 Setting up Sublime Text for Python Developers
Setting up Sublime Text for Python Developers
Real Python
21 Sublime Text + Python Guide Overview
Sublime Text + Python Guide Overview
Real Python
22 Python Code Review: Adding Pytest Tests to an Existing Python Web Scraper
Python Code Review: Adding Pytest Tests to an Existing Python Web Scraper
Real Python
23 Type-Checking Python Programs With Type Hints and mypy
Type-Checking Python Programs With Type Hints and mypy
Real Python
24 A Shorthand for Merging Dictionaries in Python 3.5+
A Shorthand for Merging Dictionaries in Python 3.5+
Real Python
25 Python Code Review Flask Web Security Tutorial + Virtualenvs, requirements.txt
Python Code Review Flask Web Security Tutorial + Virtualenvs, requirements.txt
Real Python
26 My Python Code Looks Ugly and Confusing – Help!
My Python Code Looks Ugly and Confusing – Help!
Real Python
27 Setting Up a Programmer Portfolio/Developer Blog – How To Get Started
Setting Up a Programmer Portfolio/Developer Blog – How To Get Started
Real Python
28 Do I Need a GitHub/GitLab/Bitbucket Profile as a Developer?
Do I Need a GitHub/GitLab/Bitbucket Profile as a Developer?
Real Python
29 Programmer Portfolio – Example and Walkthrough
Programmer Portfolio – Example and Walkthrough
Real Python
30 How to Get Your 1st Speaking Gig at a Tech Conference
How to Get Your 1st Speaking Gig at a Tech Conference
Real Python
How to Build Your Public Speaking Skills as a Developer
How to Build Your Public Speaking Skills as a Developer
Real Python
32 The Object-oriented Version of "Spaghetti Code" is "Lasagna Code" ?!
The Object-oriented Version of "Spaghetti Code" is "Lasagna Code" ?!
Real Python
33 Setting up Sublime Text for Python Developers – Lesson #1
Setting up Sublime Text for Python Developers – Lesson #1
Real Python
34 Cool New Features in Python 3.6
Cool New Features in Python 3.6
Real Python
35 "is" vs "==" in Python – What's the Difference? (And When to Use Each)
"is" vs "==" in Python – What's the Difference? (And When to Use Each)
Real Python
36 Emulating switch/case Statements in Python with Dictionaries
Emulating switch/case Statements in Python with Dictionaries
Real Python
37 Python Function Argument Unpacking Tutorial (* and ** Operators)
Python Function Argument Unpacking Tutorial (* and ** Operators)
Real Python
38 What Code Should I Put On My GitHub/GitLab/BitBucket Profile?
What Code Should I Put On My GitHub/GitLab/BitBucket Profile?
Real Python
39 A Crazy Python Dictionary Expression ?!
A Crazy Python Dictionary Expression ?!
Real Python
40 String Conversion in Python: When to Use __repr__ vs __str__
String Conversion in Python: When to Use __repr__ vs __str__
Real Python
41 Method Types in Python OOP: @classmethod, @staticmethod, and Instance Methods
Method Types in Python OOP: @classmethod, @staticmethod, and Instance Methods
Real Python
42 Optional Arguments in Python With *args and **kwargs
Optional Arguments in Python With *args and **kwargs
Real Python
43 Python Context Managers and the "with" Statement (__enter__ & __exit__)
Python Context Managers and the "with" Statement (__enter__ & __exit__)
Real Python
44 Installing Python Packages with pip and virtualenv / venv
Installing Python Packages with pip and virtualenv / venv
Real Python
45 "For Each" Loops in Python with enumerate() and range()
"For Each" Loops in Python with enumerate() and range()
Real Python
46 Python Code Review: LibreOffice Automation and the Python Standard Library
Python Code Review: LibreOffice Automation and the Python Standard Library
Real Python
47 Managing Python Dependencies With Pip and Virtual Environments – Lesson #1
Managing Python Dependencies With Pip and Virtual Environments – Lesson #1
Real Python
48 Python Tutorial: List Comprehensions Step-By-Step
Python Tutorial: List Comprehensions Step-By-Step
Real Python
49 Leveraging Python's Implicit "return None" Statements
Leveraging Python's Implicit "return None" Statements
Real Python
50 What's the meaning of underscores (_ & __) in Python variable names?
What's the meaning of underscores (_ & __) in Python variable names?
Real Python
51 Python Data Structures: Sets, Frozensets, and Multisets (Bags)
Python Data Structures: Sets, Frozensets, and Multisets (Bags)
Real Python
52 Writing automated tests for Python command-line apps and scripts
Writing automated tests for Python command-line apps and scripts
Real Python
53 How to find great Python packages on PyPI, the Python Package Repository
How to find great Python packages on PyPI, the Python Package Repository
Real Python
54 Immutable vs Mutable Objects in Python
Immutable vs Mutable Objects in Python
Real Python
55 PyPI vs Warehouse, the Next-Generation Python Package Repository
PyPI vs Warehouse, the Next-Generation Python Package Repository
Real Python
56 pep8.org — The Prettiest Way to View the PEP 8 Python Style Guide
pep8.org — The Prettiest Way to View the PEP 8 Python Style Guide
Real Python
57 My Experience at PyCon 2017 in Portland
My Experience at PyCon 2017 in Portland
Real Python
58 Pylint Tutorial – How to Write Clean Python
Pylint Tutorial – How to Write Clean Python
Real Python
59 "Reverse a List in Python" Tutorial: Three Methods & How-to Demos
"Reverse a List in Python" Tutorial: Three Methods & How-to Demos
Real Python
60 Python Refactoring: "while True" Infinite Loops & The "input" Function
Python Refactoring: "while True" Infinite Loops & The "input" Function
Real Python

This video teaches developers how to build their public speaking skills by starting small and working up to larger conferences, with a focus on practice, experience, and community engagement. By following the steps outlined in the video, developers can improve their communication skills, build confidence, and become more effective presenters. The video also highlights the importance of taking advantage of opportunities to speak at work, meetups, and other events to gain experience and feedback.

Key Takeaways
  1. Start small by speaking at work or in low-stakes settings
  2. Look for opportunities to speak at meetups or other local events
  3. Practice and get feedback from others
  4. Build confidence and work up to larger conferences
  5. Engage with the developer community and share your perspective
💡 Starting small and working up to larger conferences is a key to building public speaking skills and confidence as a software developer

Related Reads

📰
Learn AI Training from Industry Experts at Visualpath
Learn AI training from industry experts at Visualpath to future-proof your career
Dev.to · kalyan visualpath
📰
AI Theatre: The Gap Between Talking About AI and Actually Using It
Learn to identify the gap between discussing AI and actual implementation, and why it matters for professionals
Medium · Cybersecurity
📰
How to Structure Content for AI-First Indexing: 7 Rules That Get You Cited
Learn to structure content for AI-first indexing to increase citation chances, as Google AI Overviews now appear in 47% of US search results
Medium · AI
📰
The Last Premium: What Stays Expensive When Thinking Gets Free
Discover what stays expensive when AI commoditizes human thinking and how it impacts various industries
Medium · Data Science
Up next
PLATO Exoplanet Hunter Launch 2026 Searching for New Earths in a Warming World
Tech Folk Insights
Watch →