New to Python, What Would You Focus on First if You Were Starting Again?
The article discusses a person's experience learning Python and seeks advice from others who have gone through a similar process. The individual has some programming background but is still a beginner and wants to know what they can do to make their learning journey faster or easier. The article is looking for a single piece of advice that would have made a difference in the learning process.
- ▪The person learning Python has some programming background but is still a beginner.
- ▪They are seeking advice from others who have learned Python.
- ▪The goal is to find a single piece of advice that would have made the learning journey faster or easier.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3961446) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Albert Posted on Jun 3 New to Python, What Would You Focus on First if You Were Starting Again? #python #beginners #anonymous #learning I recently started learning Python. I have some programming background, but I am still very much a beginner. If you were in my position, what is the one piece of advice you wish someone had given you when you were starting out? Something you never got but wish you had.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).