Python Forum
Is one week enough to learn these Python topics? Feeling overwhelmed
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is one week enough to learn these Python topics? Feeling overwhelmed
#1
Hi everyone,

I'm completely new to programming and currently learning Python. I really enjoy it, but I’m feeling overwhelmed by the amount of material I need to cover in just my first week at university. Here’s what I’m expected to learn:

Variable types (int, float, str, bool)
Conditional statements (if, elif, else)
Data structures – lists ([])
Loops (for, while)
Dictionaries ({key: value})
String operations (e.g., .upper(), .replace(), .split())
Reading and writing files (open(), read(), write())
Exceptions and error handling (try, except)
I understand that everyone learns at their own pace—some pick things up faster, while others need more time. But I’m struggling with loops and lists at the moment. I enjoy learning, and I can see my progress, but it feels like my brain just can’t process so much information in only a week. Everything is starting to mix together in my head.

On top of that, I know that next week, we’ll be covering Functions, Tracebacks, List Comprehensions, Modules, Packages, and more, which makes me even more anxious. The pace just feels too fast—at least for me.

So my question is: Realistically, how much time does it take for a beginner to learn these topics properly? Is one week enough? Or is it normal to feel lost in the beginning?

I’m starting to wonder if coding just isn’t for me, but I really want to give it a fair chance. Any advice or insights would be greatly appreciated!

Thanks in advance! 😊
Reply
#2
Hi nedreV and good luck with your learning Python.

One week is very short. For me the fastest introduction is the official Python tutorial which I strongly recommend. I think it will teach you something about all the topics that you mentioned.

The hardest part in learning a new language is to become familiar with existing libraries, and more specifically with Python's standard library. This cannot be done in one week. Several months will be necessary before you feel at ease with it. The link to the library's documentation search page will be your best friend for a while.
nedreV likes this post
« We can solve any problem by introducing an extra level of indirection »
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Does anyone else get overwhelmed choosing what to learn next? EricFletcher 1 507 Apr-09-2025, 08:35 AM
Last Post: DeaD_EyE
  best way to learn python dutch 4 1,821 Feb-21-2025, 02:33 PM
Last Post: dutch
  How to learn python to apply it in my work? DavyAnt 1 1,597 Aug-24-2023, 10:46 PM
Last Post: Larz60+
  How to start to learn and use python Zangolo 6 2,817 Jul-15-2023, 09:37 AM
Last Post: Gribouillis
  Feeling pretty discouraged 357mag 3 1,834 May-01-2023, 04:33 AM
Last Post: 357mag
  start to learn Python Berliner 11 8,408 Apr-26-2022, 06:52 PM
Last Post: Berliner
  Installing and using Python on windows has become a 2 week long nightmare ogg130 3 4,018 Jul-06-2021, 11:14 AM
Last Post: stevenD
  Learn Python via Zoom Meetings? davidorlow 1 3,335 Jun-16-2021, 01:01 AM
Last Post: Larz60+
  learn Python Naheed 6 5,647 May-04-2021, 07:23 AM
Last Post: Naheed
  what programming language to learn other than python in real mass-production product? Kai 1 2,763 Apr-12-2020, 04:40 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020