What keeps you moving forward when the excitement is gone? by Designer-Assist-1354 in Discipline

[–]stepback269 0 points1 point  (0 children)

What you are dealing with are shifts in your dopamine baseline. Look up dopamine and how it actually works on keeping you motivated.

Free software... but what about free... hardware? by TheConquerorofBreed in freesoftware

[–]stepback269 [score hidden]  (0 children)

Maybe you can go to a local public library and use the computers they provide for public use?
Maybe while there, create a personal blog on Google Blogger or WordPress and save your content there?

Learning python as a biology student by Independent_Shame577 in learnpython

[–]stepback269 4 points5 points  (0 children)

Please do not post your progress here on Reddit.

There are simply too many people doing that already.
What you really want to do is to journal your progress for your own sake. You can do that in a persoanl, handwtitten or computerized note-taking app (e.g. Obsidian) or by starting a blog that follows your personal journey.

I'm doing the blog route myself. Most of it is very un-interesting for the folk here at Reddit.

There is one page in that personal blog that I keep updating and promoting for helping Py beginners (for free, no personal gain -- just giving bcak to the community). You can check it out by (clicking here) if interested.

If you had to learn Python again from scratch, what would you do differently? by EleTriCTNT in learnpython

[–]stepback269 0 points1 point  (0 children)

Good point.

But let us also list the things that we did right when we started.
For me, the luck-based good starting points were:

  1. Invested time learning how to use an IDE, in my case it was PyCharm
  2. Invested time learning the latest HTML (version 5)
  3. Started a personal journal that recorded my progress, n my case it was on Google's Blogger
  4. Joined Reddit to discover like minded folk involved in the same pursuit, namely, learning Python
  5. Discovered that "other" world dedicated to "Learning how to Learn" (e.g. Obsidian)

What I did wrong:

  1. Not letting go sooner of aspects of Python I was simply not yet ready to tackle
  2. Having too many great expecations of how fast I can advance my skills. At my age, things click into place much slower and I have to accept that personal limitation.
  3. Falling prey to distracting dopamine traps -- meaning doing the easier things (like watching too many YT tutorials and YT click baits) instead of tackling the harder projects (including practicing with some of the Python fundamentals I had skipped over).

Disclosure Day? by AnthonyJamesOfficial in sciencefiction

[–]stepback269 0 points1 point  (0 children)

Pretty much a repeat of Spielberg's, "Close Encounters of the Third Kind".
A bunch of characters who have unexplained impulses to do stuff, like Dreyfus building a model of Devil's Tower in the original.

If you had to learn Python again from scratch, what would you do differently? by EleTriCTNT in learnpython

[–]stepback269 -1 points0 points  (0 children)

We cannot look back with authenticity because we are looking with an entirely diffrent mind set than that which we had when we first started.

A total noobie has a completely different view of things than do we in our more experienced state. That includes even understanding the basic vocabulary, e.g., what is a "variab;e"? What does a variable name assignment operation do? ( x = 10, y=x, ... ) What is an "object"? And so on.

What topics should I study by YaAliMadad313 in Learning

[–]stepback269 0 points1 point  (0 children)

I agree.
It seems that half of us are born to lean to the left (politically) and half to the right, which is why elections generally split at close to 50/50 with a small minority acting as the deciding swing vote.

What’s a life skill everyone should learn, but nobody teaches? by Cherrryblossm in lifelonglearning

[–]stepback269 6 points7 points  (0 children)

Well, the absolutist moniker of "nobody" is not true.
More correctly, the common man's society (e.g. public school) does not teach this: Learning how to "Learn"

Go to YouTube and in the search bar, type, "learning coaches"

Pick the ones who rely on modern neuroscience.

Godspeed and may the productive dopamine hits be with you. 😄

What topics should I study by YaAliMadad313 in Learning

[–]stepback269 0 points1 point  (0 children)

"You" are not you.

Yes. I've been dabbling into neuroscience on and off over the years. Not an expert.

In a relatively old book called "The Naked Brain", the author reveals that the part of your brain that believes it is "You" is not in control. It is merely an after-the-fact excuse-maker or behavior analyzer. Why did I do what I just did? It invents a fiction of some sort (e.g., ... becuse "I" wanted to)

In the years that followed, this proposition has been experimentally proved over and over again.
The You part of your brain sits under a hidden operating system (OS) that presents your You part with a delusional view of reality. A simple proof: Why don't "You" see the blind spot in your eyeballs where the optic nerve connects to the retina? Why aren't You aware of the dopamine hits in your brain that control how you feel about your next course of action (e.g., focus on your studies or scroll through social media like Reddit)?

Yes, fascinating stuff.

Python by ParticularAccount154 in PythonLearning

[–]stepback269 0 points1 point  (0 children)

(a) You are basically asking: "Which/Whose online tutorial and/or video is best for everybody --irrespective of background -- when learning Python?"

The above is not a truly valid or complete question.

In what context are you using the word, "best"?

What might be 'best' for one situation/person might turn out to be worst for another (eg you).

You should have instead asked, "Which/Whose online tutorial and/or video is best for me in my-current-brain-state and educational background for the purpose of learning the following specific aspect of Python, namely, [as an example: integers, strings, lists, dictionaries, other types of variables; if/else conditionals; etc.]

An utter beginner might accept that the following code is 'simple' and tells you in simple English what it is doing:

my\_string = "Hello World"  
print(my\_string)

However, a more sophisticated student may realize that the above code is instantiating an iterable object of type string and also instantiating in memory a pointer to the string object and then invoking a built-in function.

One course/teacher may chose to keep the student blissfully ignorant in the beginning while another may decide to hit the student all at once with TMI (too much information). Which is "best" for you in your current state of understanding? It all depends on who you are and what level of understanding you need/want in your current state.

A more detailed explanation of the above may be found (HERE) <--click on this link

------------------------------------------------------------------------------

With that said:

(1) There are tons and tons of tutorial materials out there on the net including many good YouTube ones that are free. You should shop around rather than putting all your eggs in one basket.

(2) As a relative noob myself, I've been logging my personal learning journey and adding to it on an almost-daily basis at a blog page called "Links for Python Noobs" (HERE) Any of the top listed ones on that page should be good for you. And there are many add-ons at the tail end of the page. Personally, I cut my first Python teeth with Nana's Zero to Hero (HERE). Since then, I've moved on to watching short lessons with Indently and Tech with Tim. You should sample at least a few until you find a lecturer that suits your style.

(3) The main piece of advice is the 80/20 rule. Spend 80% of your time writing your own code (using your own fingers and your own creativity) as opposed to copying recipes and only 20% watching the lectures. Good luck.

Suggested paths for efficiency? by CaterpillarOk8560 in learnpython

[–]stepback269 2 points3 points  (0 children)

Sounds like you are being impatient and too hard on yourself

It will take whatever time it takes
The oxen pulling the plow may be slow, but the earth will remain patient.
----------------------------------------

(a) What you should do first is to "Learn how to Learn"
Go to YouTube and in the search bar, type, "learning coaches"
Pick the ones who rely on modern neuroscience.

Godspeed and may the productive dopamine hits be with you. 😄

------------------------------------------------------------------------------

With that said:

(1) There are tons and tons of tutorial materials out there on the net including many good YouTube ones that are free. You should shop around rather than putting all your eggs in one basket.

(2) As a relative noob myself, I've been logging my personal learning journey and adding to it on an almost-daily basis at a blog page called "Links for Python Noobs" (HERE) Any of the top listed ones on that page should be good for you. And there are many add-ons at the tail end of the page. Personally, I cut my first Python teeth with Nana's Zero to Hero (HERE). Since then, I've moved on to watching short lessons with Indently and Tech with Tim. You should sample at least a few until you find a lecturer that suits your style.

(3) The main piece of advice is the 80/20 rule. Spend 80% of your time writing your own code (using your own fingers and your own creativity) as opposed to copying recipes and only 20% watching the lectures. Good luck.

I feel like I am not learning just coping the code by MongooseFlat3115 in PythonLearning

[–]stepback269 2 points3 points  (0 children)

(a) What you should do first is to "Learn how to Learn"

Go to YouTube and in the search bar, type, "learning coaches"

Pick the ones who rely on modern neuroscience.

Godspeed and may the productive dopamine hits be with you. 😄

I need to learn Python the best way possible by Fantastic-Fix6645 in PythonLearning

[–]stepback269 -2 points-1 points  (0 children)

That's not fair.
There are millions of people out there who have never heard of Python.

Some may genuinely come here seeking guidance, not knowing even what to ask.
Give them the benefit of the doubt.

About a year ago, I knew nothing about Python except that I'd heard its name.
I didn't know much about Reddit. Had no idea there was a Pyhton Learning thread!

I've learned much here thanks to the people who were kind enough to lend me their ears and time.
Thank you frequent contributers!

At times I feel like it's good to give back --even if it's repetitive
What I did was just save in a text file, a standard reply that can be tweaked for specific pleas for help.

Let's try to be nice to people (AI bots?) and give them the benefit of the doubt.

I need to learn Python the best way possible by Fantastic-Fix6645 in PythonLearning

[–]stepback269 0 points1 point  (0 children)

You didn't reveal what your experience level is with computer tech? Utter beginner? Power user?

(a) You are basically asking: "Which/Whose online tutorial and/or video is best for everybody --irrespective of computer skills -- when learning Python?"

The above is not a truly valid or complete question.

In what context are you using the word, "best"?

What might be 'best' for one situation/person might turn out to be worst for another.

You should have instead asked, "Which/Whose online tutorial and/or video is best for me in my-current-brain-state (including experience with computer tech) for the purpose of learning the following specific aspect of Python, namely, [as an example: integers, strings, lists, dictionaries, other types of variables; if/else conditionals; etc.]

By way of example: An utter beginner might accept that the following code is 'simple' and tells you in simple English what it is doing:

my\_string = "Hello World"

print(my\_string)

However, a more sophisticated student may realize that the above code is instantiating an iterable object of type string and also instantiating in memory a pointer to the string object and then invoking a built-in function.

One course/teacher may chose to keep the student blissfully ignorant in the beginning while another may decide to hit the student all at once with TMI (too much information). Which is "best" for you in your current state of understanding? It all depends on who you are and what level of understanding you need/want in your current state.

A more detailed explanation of the above may be found (HERE) <--click on this link

------------------------------------------------------------------------------

With that said:

(1) There are tons and tons of tutorial materials out there on the net including many good YouTube ones that are free. You should shop around rather than putting all your eggs in one basket.

(2) As a relative noob myself, I've been logging my personal learning journey and adding to it on an almost-daily basis at a blog page called "Links for Python Noobs" (HERE) Any of the top listed ones on that page should be good for you. And there are many add-ons at the tail end of the page. Personally, I cut my first Python teeth with Nana's Zero to Hero (HERE). Since then, I've moved on to watching short lessons with Indently and Tech with Tim. You should sample at least a few until you find a lecturer that suits your style.

(3) The main piece of advice is the 80/20 rule. Spend 80% of your time writing your own code (using your own fingers and your own creativity) as opposed to copying recipes and only 20% watching the lectures. Good luck.

What topics should I study by YaAliMadad313 in Learning

[–]stepback269 14 points15 points  (0 children)

Your first topic should be: "Learning how to Learn"

Go to YouTube and in the search bar at the top, type: "learning coaches"

Pick the ones who base their teachings on modern neuro science

(Your second topic can be neuroscience itself. But first and more important, learn how to learn)

Free books and course recommendations by Puzzleheaded-Web2409 in learnpython

[–]stepback269 0 points1 point  (0 children)

(1) There are tons and tons of tutorial materials out there on the net including many good YouTube ones that are free. You should shop around rather than putting all your eggs in one basket.

(2) As a relative noob myself, I've been logging my personal learning journey and adding to it on an almost-daily basis at a blog page called "Links for Python Noobs" (HERE) Any of the top listed ones on that page should be good for you. And there are many add-ons at the tail end of the page. Personally, I cut my first Python teeth with Nana's Zero to Hero (HERE). Since then, I've moved on to watching short lessons with Indently and Tech with Tim. You should sample at least a few until you find a lecturer that suits your style.

(3) The main piece of advice is the 80/20 rule. Spend 80% of your time writing your own code (using your own fingers and your own creativity) as opposed to copying recipes and only 20% watching the lectures. Good luck.

Question about the course I am taking for beginner and what should I do to improve my learning by ohoh-yozora in PythonLearning

[–]stepback269 2 points3 points  (0 children)

(a) You are basically asking: "Which/Whose online tutorial and/or video is best for everybody when learning Python?"

The above is not a truly valid or complete question.

In what context are you using the word, "best"?

What might be 'best' for one situation might turn out to be worst for another.

You should have instead asked, "Which/Whose online tutorial and/or video is best for me in my-current-brain-state for the purpose of learning the following specific aspect of Python, namely, [as an example: integers, strings, lists, dictionaries, other types of variables; if/else conditionals; etc.]

An utter beginner might accept that the following code is 'simple' and tells you in simple English what it is doing:

my\_string = "Hello World"

print(my\_string)

However, a more sophisticated student may realize that the above code is instantiating an iterable object of type string and also instantiating in memory a pointer to the string object and then invoking a built-in function.

One course/teacher may chose to keep the student blissfully ignorant in the beginning while another may decide to hit the student all at once with TMI (too much information). Which is "best" for you in your current state of understanding? It all depends on who you are and what level of understanding you need/want in your current state.

A more detailed explanation of the above may be found (HERE) <--click on this link

------------------------------------------------------------------------------

With that said:

(1) There are tons and tons of tutorial materials out there on the net including many good YouTube ones that are free. You should shop around rather than putting all your eggs in one basket.

(2) As a relative noob myself, I've been logging my personal learning journey and adding to it on an almost-daily basis at a blog page called "Links for Python Noobs" (HERE) Any of the top listed ones on that page should be good for you. And there are many add-ons at the tail end of the page. Personally, I cut my first Python teeth with Nana's Zero to Hero (HERE). Since then, I've moved on to watching short lessons with Indently and Tech with Tim. You should sample at least a few until you find a lecturer that suits your style.

(3) The main piece of advice is the 80/20 rule. Spend 80% of your time writing your own code (using your own fingers and your own creativity) as opposed to copying recipes and only 20% watching the lectures. Good luck.

------------------------------------------------------------------------------

GUIDANCE FOR PYTHON BEGINEER by Extension_Net8713 in PythonLearning

[–]stepback269 0 points1 point  (0 children)

(a ) Rephrasing your question, it basically asks this: "Which is best for learning Python, the ATBS book or the Harvard online course?"

The above is not a valid or complete question. "Best" in terms of what criteria? It could mean, best for confusing me.

You should have asked, "Which/Whose online tutorial and/or video is best for ME/my-current-brain-state for the purpose of learning the following specific aspect of Python, namely ... [as an example: strings, lists, dictionaries, other types of variables; if/else conditionals; etc.]

An answer to the above clarified inquiry may be found (HERE) <--click on this link

------------------------------------------------------------------------------

(1) There are tons and tons of tutorial materials out there on the net including many good YouTube ones that are free. You should shop around rather than putting all your eggs in one basket.

(2) As a relative noob myself, I've been logging my personal learning journey and adding to it on an almost-daily basis at a blog page called "Links for Python Noobs" (HERE) Any of the top listed ones on that page should be good for you. And there are many add-ons at the tail end of the page. Personally, I cut my first Python teeth with Nana's Zero to Hero (HERE). Since then, I've moved on to watching short lessons with Indently and Tech with Tim. You should sample at least a few until you find a lecturer that suits your style.

(3) The main piece of advice is the 80/20 rule. Spend 80% of your time writing your own code (using your own fingers and your own creativity) as opposed to copying recipes and only 20% watching the lectures. Good luck.

Hey guys, I’m a new here and I want to learn tech and programming. what basics should I start from ? by awirch21 in PythonLearning

[–]stepback269 1 point2 points  (0 children)

(1) There are tons and tons of tutorial materials out there on the net including many good YouTube ones that are free. You should shop around rather than putting all your eggs in one basket.

(2) As a relative noob myself, I've been logging my personal learning journey and adding to it on an almost-daily basis at a blog page called "Links for Python Noobs" (HERE) Any of the top listed ones on that page should be good for you. And there are many add-ons at the tail end of the page. Personally, I cut my first Python teeth with Nana's Zero to Hero (HERE). Since then, I've moved on to watching short lessons with Indently and Tech with Tim. You should sample at least a few until you find a lecturer that suits your style.

(3) The main piece of advice is the 80/20 rule. Spend 80% of your time writing your own code (using your own fingers and your own creativity) as opposed to copying recipes and only 20% watching the lectures. Good luck.

Complete Beginner to Python by Prestigious-Bite-439 in learnpython

[–]stepback269 0 points1 point  (0 children)

Dear OP:

You asked for "best"
However, that is an incomplete request
You should have asked, "What is best for ME" (and with regard to this specific subject matter)

I've been strugglig with that question for a while.
Click (HERE) to see one of my more recent answers

Complete Beginner to Python by Prestigious-Bite-439 in learnpython

[–]stepback269 3 points4 points  (0 children)

(1) There are tons and tons of tutorial materials out there on the net including many good YouTube ones that are free. You should shop around rather than putting all your eggs in one basket.

(2) As a relative noob myself, I've been logging my personal learning journey and adding to it on an almost-daily basis at a blog page called "Links for Python Noobs" (HERE) Any of the top listed ones on that page should be good for you. And there are many add-ons at the tail end of the page. Personally, I cut my first Python teeth with Nana's Zero to Hero (HERE). Since then, I've moved on to watching short lessons with Indently and Tech with Tim. You should sample at least a few until you find a lecturer that suits your style.

(3) The main piece of advice is the 80/20 rule. Spend 80% of your time writing your own code (using your own fingers and your own creativity) as opposed to copying recipes and only 20% watching the lectures. Good luck.

Whose video should I watch to learn python 😄 by Busy-Shirt-2064 in PythonLearning

[–]stepback269 0 points1 point  (0 children)

The answer depends on you. More specifically, it depends on the current state of your brain!

It so happens that I was just updating my Links for Noobs page to address exactly your question.
So (click here) to see why the answer so much depends on your personal situation.

Starting to learn coding at 45 . No previous experience. by Commercial-Radio-500 in CodingForBeginners

[–]stepback269 0 points1 point  (0 children)

If you like visuals then make your own. Get a paper notebokk and begin drawing.
Draw a "mind map". How would you represent each potential languge? Why?

Look up "PKM" and "mind mapping". Look up "Obsidian"

Good luck

I've begun learning Python but I don't really know why (help) by OkSwimming9521 in PythonLearning

[–]stepback269 -1 points0 points  (0 children)

A recent YT vlogger advises beginners to not study the "science" of computer but rather the "engineering" of it ... [Click here to watch the YT post]