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