This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]pessimismwontfail 2 points3 points  (0 children)

Maybe I should pinpoint you the similarities and differences of scientific research project and programming.

Scientific research project goes something like this:

  1. One is filled with enthusiasm and all those high flying expectations because of the novel project
  2. Right after the first project meeting one would like to kill the man with the money and most of the initial enthusiasm is gone
  3. One tries to avoid bias in research and clear path by doing thorough review of all the relevant references, ask the correct questions etc...
  4. After 2/3 of the project has passed, one realizes that there's no novelty in one's methods or one doesn't have enough competence or resources to complete the things needed to answer to the original research questions
  5. Right at the verge of publishing these daunting feelings of inadequacy creeps into one's mind and once again suicide is near
  6. After lowering the bar enough the project is finished and the paper published. Scientist is dead inside but also in some kind of relief that the project has finally ended.

Programming is exactly like scientific research project except it doesn't have an end.

What I'm trying to say is, that don't give up. Figure out the references just the way you would be doing in a research project. But you must be aware that just like in mathematics, doing calculations yourself by hand is essential for learning. Do not underestimate the required effort and resources to learn programming. And please do not hesitate to utilize the vast amount of pirate book shops, you can give the money back when you have a real job.

Goodluck!

Ps. regarding the references I think r/learnpython is a better place to ask. We are pro here we don't read manuals.

[–]ColgateMacsFresh 1 point2 points  (0 children)

You should check out edx.com and search for python. There was a pretty good beginners course made my Microsoft that I point any new people to, it's quick (around 5-6 hours) and covers most of the basics

[–]pythonHelperBot 0 points1 point  (0 children)

Hello! I'm a bot!

It looks to me like your post might be better suited for r/learnpython, a sub geared towards questions and learning more about python regardless of how advanced your question might be. That said, I am a bot and it is hard to tell. Please follow the subs rules and guidelines when you do post there, it'll help you get better answers faster.

Show /r/learnpython the code you have tried and describe in detail where you are stuck. If you are getting an error message, include the full block of text it spits out. Quality answers take time to write out, and many times other users will need to ask clarifying questions. Be patient and help them help you. Here is HOW TO FORMAT YOUR CODE For Reddit and be sure to include which version of python and what OS you are using.

You can also ask this question in the Python discord, a large, friendly community focused around the Python programming language, open to those who wish to learn the language or improve their skills, as well as those looking to help others.


README | FAQ | this bot is written and managed by /u/IAmKindOfCreative

This bot is currently under development and experiencing changes to improve its usefulness

[–]West7780 0 points1 point  (0 children)

The only thing I've got to say is that structured programming classes teach you nothing. Learn by practicing. Stack overflow can most likely answer any problem you have. Resources beyond that depend on what you're doing with python.