Locked learning resources

Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

Locked learning resources

This lesson is for members only. Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

11 Beginner Tips for Learning Python: Summary

Congratulations! You now know some useful strategies to help you jumpstart your journey towards becoming a rockstar Python programmer! Now that you have these strategies for learning, you are ready to begin your Python journey!

To get started, you can check out the Real Python Beginner’s Roadmap for Learning! We also offer a beginner’s level Python book called Python Basics, which uses interesting examples to help you learn programming and web development.

Avatar image for roodee

roodee on Feb. 5, 2021

My takeaways:

  1. Though already having the habit of using the debugger in an ide: pdb in code and terminal is new to me and seems to be fun.
  2. I made myself a note about “asking GOOD questions”.

tldr;

pdb, “asking GOOD questions”.

Avatar image for David

David on April 1, 2021

Pdb was the eye opener for me. Was looking around for one. Thank you.

Avatar image for Carlos

Carlos on July 9, 2021

Hi Darren, I like the approach that you give to learning python. All the points work beyond programming. They can be applied to any aspect of learning. This is a great video. Congratulations!

Carlos

Avatar image for URounder

URounder on Nov. 30, 2021

Great course. Thank you!

Avatar image for darose89

darose89 on Jan. 31, 2022

pdb is clearly the super power we never knew we had…

Avatar image for moonapali

moonapali on Feb. 16, 2022

These were 11 great tips! For me, the #1 take-away is “Code everyday” Committing to learning and engaging in a consistent way is the most effective way to learn.

Avatar image for Tim W

Tim W on July 6, 2022

The “Code Every Day” was a big one for me. I have started learning to code several times over the years and never seem to get far because I haven’t been consistent. I forget what I once knew.

I am also going to be teaching my first Python course later this year, so I am sure I will learn a lot more from that. Every time I teach a new class, I learn so much more about a topic I thought I knew well.

Avatar image for ron426789

ron426789 on Dec. 7, 2023

My number one takeaway was to code everyday to build muscle memory.

Avatar image for rwelk

rwelk on Jan. 27, 2024

Great information! Before joining Real Python I usually searched blogs for solving the problems I created in my programs. I could have done it a lot faster if I had known about Pdb. This is the major take away for me in this segment. There are lots of other points that I will attempt to put into practice (i.e.schedule breaks).Thank you again.

Avatar image for Roman Gerasimov

Roman Gerasimov on March 13, 2024

I’m not beginner at Python, I would say I’m somewhere between beginer and pre-intermediate, recently I thought I wouldn’t learn anything new from the course for total beginners, how wrong I was - I had been so inefficient trying to debug my code with simple print(). Now I’m thrilled to start next course and discover much more about how inefficient I was :) Guys, do not skip any lesson even if you think you know everything, every lesson is gold

Become a Member to join the conversation.