How to convince your team or company to use Python? ๐Ÿ–ฅ๐Ÿ

Real Python ยท Beginner ยท๐Ÿ› ๏ธ AI Tools & Apps ยท8y ago

Key Takeaways

The video discusses how to convince a team or company to use Python, with strategies including becoming an advocate for Python, giving presentations, and demonstrating its benefits through small projects.

Full Transcript

how can I convince people that Python is the right choice for our needs so this is a question that I got over email from a debater auric newsletter reader and I want to share some of my thoughts in this video so this is written from the perspective of someone who's trying to convince their company their team to use Python because they love Python themselves and now they want to get their team their whole company on board the Python train so I think the answer here heavily depends on how much influence do you have in the organization right like are you someone that carries a lot of weight that people trust and that people lean on for advice then you're certainly gonna have you know an easier time convincing people to go with Python I mean if you own the company or if you're the CTO then you're gonna have a really really easy time because you're just gonna tell everyone what to do and that might not be the best strategy to get the buy-in but you know it's it's gonna that's gonna influence kind of the strategy that you want to apply there so for my answer I'm gonna assume that you know you're you're kind of in an established position out of competent a company you're working with a team and you really love Python you want to get them on board the Python train but you don't really have the power to you know pull rank on on everyone else and just kind of steer a ship and be like yeah we're doing Python now I'm also not saying that that's what you should be doing if you can do this because people are gonna are not gonna like that and you know it's not not gonna be a great result so how do you build that buy-in from from people how do you get people to consider Python for their programming work and I think in order to do that successfully essentially you have to become an advocate for Python within your company you know you have to go out of your way to show people what what nice like how nice the language is and how much you enjoy working with it and maybe how much they would enjoy working with the language and personally I found a great way to do that is to to see if you can give presentations in front of the the whole engineering team or parts of the engineering team or just for you team you know if you can go out and show people as part of a workshop or just you know it's part of a 10 or 20 minute presentation what you've built with Python and how Python is a really nice and enjoyable language then I think that's that's gonna help you build up that momentum and you know I wouldn't try and sell the language too hard because if well if you're not in a management position or if you're not within the company leadership people might not appreciate if you're you know trying to get everyone to write Python and the company may be has decided to do to do Java primarily right if their Java shop it'd be very hard to kind of move them away from from that mindset and for good reason right it's often very hard to kind of change the whole company mindset and switch languages therefore for everyone so you have to build that change slowly and kind of feel what what the response is you know how do people react to this and if things go well and you keep doing this over time then maybe you can get more and more people convinced to try out Python and do a little bit of programming and Python on their own and I think this is how you build up this momentum over time and this is how you kind of rolled a snowball up the hill and then eventually if you get enough people on board there maybe you can consider you know Python for a small project like maybe building some tool in Python and then showing that it was a good experience that people enjoyed it that it was a more productive experience and that it could save the company money by making everyone more productive and I think if you can demonstrate that outcome you know this is really a show don't tell moment if you can demonstrate that outcome then it will be easier to help the company make the shift to a more modern programming language like Python so these are some of the strategies you can apply there if this answer was helpful and you'd like to get your own question answered then just leave a comment below here in YouTube and I'll try and tackle a a question in a new video by the way I'm trying to figure out my lighting setup here I'm almost getting blinded because now I have this little lamp above the camera it's like right into my face I'm trying to get away from sort of the zombie look or kind of the two-faced look with a lot of shadow on my face in these videos so if you've got any tips for me then I'd be happy to hear your thoughts and how to improve that as well all right take care and happy Pythian e

Original Description

https://dbader.org/python-tricks โ–บ Python's best features, explained with simple code examples "How can I convince people that Python is the right choice for our needs?" Great Python question that I got from a dbader.org reader. This is written from the perspective of someone trying to convince their team and the rest of their company to start using Python. In this video I'll share some of my thoughts on how to convince people to go with Python. The best strategy will depend on how much influence you have in your team or company. What's your favorite strategy to introduce Python to new people or teams? Leave a comment below and let me know. Tweet your Python and software dev career questions at me (@dbader_org) or leave a comment on this video and I'll try to cover your question in one of the next videos. Full playlist here: https://www.youtube.com/playlist?list=PLP8GkvaIxJP2Z1rqBxlWmqYmhJ9vG2Jm_ FREE COURSE โ€“ "5 Thoughts on Mastering Python" https://dbader.org/python-mastery SUBSCRIBE TO THIS CHANNEL: https://dbader.org/youtube * * * โ–บ Python Developer MUGS, T-SHIRTS & MORE: https://nerdlettering.com โ–บ PythonistaCafe โ€“ A peer-to-peer learning community for Python developers: https://www.pythonistacafe.com FREE Python Coding Tutorials & News: ยป Python Tutorials: https://dbader.org ยป Python News on Twitter: https://twitter.com/@dbader_org ยป Weekly Tips for Pythonistas: https://dbader.org/newsletter ยป Subscribe to this channel: https://dbader.org/youtube
Watch on YouTube โ†— (saves to browser)
Sign in to unlock AI tutor explanation ยท โšก30

Playlist

Uploads from Real Python ยท Real Python ยท 0 of 60

โ† Previous Next โ†’
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
31 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

The video teaches how to convince a team or company to use Python by becoming an advocate, giving presentations, and demonstrating its benefits. This is important because it can improve productivity and reduce costs. The video provides strategies for building buy-in and overcoming potential resistance to changing the company's programming language.

Key Takeaways
  1. Identify your influence in the organization
  2. Become an advocate for Python
  3. Give presentations to showcase Python's benefits
  4. Demonstrate Python's benefits through small projects
  5. Build momentum and get more people on board
  6. Consider using Python for a small project
๐Ÿ’ก Becoming an advocate for Python and demonstrating its benefits through small projects can help build buy-in and convince a team or company to adopt Python.
๐Ÿ”’ Pro feature: Ask AI to explain this lesson โ†’

Related Reads

๐Ÿ“ฐ
I Banned AI Tools From My Creative Process for 30 Days. Hereโ€™s What Happened to My Brain
A creator banned AI tools from their process for 30 days and observed significant changes in their thinking and creativity, highlighting the impact of AI on human cognition
Medium ยท AI
๐Ÿ“ฐ
Best AI Tools for Content Creators With Zero Budget
Discover the best free AI tools for content creators with no budget, and learn how to leverage them for high-quality content
Medium ยท AI
๐Ÿ“ฐ
10 AI Side Hustles You Can Start Today
Learn 10 AI-powered side hustles to generate extra income with minimal effort
Medium ยท AI
๐Ÿ“ฐ
I Let AI Plan My Entire Week โ€” Hereโ€™s Exactly What Happened
See how AI can plan your entire week and boost productivity
Medium ยท AI
Up next
How to Make Every Newsletter Look On-Brand Automatically
MailerLite
Watch โ†’