Experienced vs Inexperienced Python Developers — What's the Difference?
Skills:
Tool Use & Function Calling50%
Key Takeaways
Experienced Python developers use techniques such as intuition, heuristics, and project management skills to solve problems, whereas inexperienced developers may struggle with debugging and problem-solving strategies. The video highlights the importance of skills such as debugging, Google searching, and seeking help from others.
Full Transcript
cool Python question that I got from a debater orga reader so what techniques do experienced Python developers use versus inexperienced ones really interesting questions so that's why I wanted to tackle it in this YouTube video so some of my thoughts here I think there are some differences in how an experienced developer approaches writing code versus an inexperienced one and a lot of it has to do with I think with an intuition about how to tackle the problem once you've been programming for a while you know once you've attacked like once you've worked on many programming problems and you've written and shipped real-world application you kind of get this intuitive sense of how you might want to tackle a specific problem so you you surf develop these heuristics that will help you to be more productive than an inexperienced developer and some of it has to do with just being more skilled at you know maybe pacing yourself and having better project management management skills so you know you know you know how to solve the ultimate goal at hand and you kind of know how to work towards that and how to lay the foundation for example what I've seen is that it's very easy for beginners to paint themselves into a corner you know maybe you solve the immediate problem at hand but you do it in a way that means you can't solve the next two or three problems that an experienced developer might see already coming down the pike you you kind of have a harder time solving those and that's what compounds and slows you down over time you know I know super abstract example but it's kind of hard to point to really concrete things so it's more a more an intuition and an experience thing but I also want to point out some concrete things that that you can actually you know work on instead of just saying like oh you just got to write more code so another thing is that experienced developers are usually better at debugging so they have experience using the the tools they need for for debugging their programs or you know maybe they're just more experienced at again having an intuition how to debug a program but in general I in my experience many inexperienced developers and new developers they overlook the power off debugging and building up building it up as a skill you know because you almost want to approach it like like scientific research right you want to have sort of a theory at hand and and look for it for evidence whether or not what you're what are you trying the problem you're trying to solve is actually like the real underlying issue and I found that a lot of beginners are struggling with that kind of mindset and if you know if something unexpected happens then it's it's very easy for them to get stuck and kind of not know where where to go and where to look for for help and how to debug their program I think another thing is that an experienced developer just has strategies that that they can use to solve most problems that they encounter you know they either they know who to reach out to who ask personally for help they know how to Google for stuff which is probably the most important skill honestly you know they know how to turn the problem that they're facing how to turn it into keywords and what to type into a search engine in order to get an answer for the problem that they're working on and again that's you know that's a super useful skill these days because that is how most programming work is done right you're not just sitting in a vacuum there and you're writing everything from scratch like no you know professional developers Google for stuff all the time I search for stuff they look up stuff on Stack Overflow maybe they ask their friends maybe they're part of some community where they can ask questions and you can of course if you're working with a company you can just always tap someone on your shoulder and be like hey you know I know you have a lot of experience like working with this kind of problem can just sit with me and we'll try and tackle this so it's it's also matter about knowing how to help themselves I think let's see I can't really think about anything anything else here but all of these things are things that that come with experience and they usually not thinks you can just teach yourself by reading a book you know they're more like meta skills if you will so the best way to learn is to work with an experienced developer and to kind of have that color off on you alright if you have another Python question then leave a comment below and I'll try and tackle it in one of my next videos if you liked this video then well please click the like button and subscribe to my channel
Original Description
https://dbader.org/python-tricks ► Learn how to write "developer style" Python, step-by-step
"What techniques do experienced Python developers use to solve problems, compared with inexperienced devs?"
Super interesting question that I got from a dbader.org reader. There are clearly differences in how an experienced Python developer approaches writing code and solving problems compared to how an inexperienced developer does it.
In this video I'll discuss these differences between Python beginners and Python experts and how you can cross that chasm.
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.
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: Tool Use & Function Calling
View skill →
🎓
Tutor Explanation
DeepCamp AI