Python Forum
where to learn about Stack overflow for a noobie
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
where to learn about Stack overflow for a noobie
#1
Hello, I need to reverse an encryption on a Gif file and it came to my attention that the category i am looking for is about stack overflow

I am new to this and would love to know where do you think is a good place to get some reliable information about the matter, I need to learn it pretty quickly within a few days if i can so any help in the right direction would be much appreciated!

and if you have a few tips for me I welcome them as well :)

Thank you in advance
Reply
#2
Stack overflow may refer to
  • A stack overflow is a programming error when too much memory is used on the call stack.
  • Stack buffer overflow, when a program writes to a memory address on the program's call stack outside of the intended data structure; usually a fixed length buffer
  • Stack Overflow, a question-and-answer website on the topic of computer programming
check wikipedia

I think they referred to the website Stack Overflow. Stack Overflow as part of Stack Exchange has become a favorite go-to place for different programming questions. Check their help page.
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#3
(Aug-31-2018, 05:52 AM)buran Wrote: Stack overflow may refer to
  • A stack overflow is a programming error when too much memory is used on the call stack.
  • Stack buffer overflow, when a program writes to a memory address on the program's call stack outside of the intended data structure; usually a fixed length buffer
  • Stack Overflow, a question-and-answer website on the topic of computer programming
check wikipedia

I think they referred to the website Stack Overflow. Stack Overflow as part of Stack Exchange has become a favorite go-to place for different programming questions. Check their help page.
your'e right, I misunderstood it for the category :)

It helped a lot Thanks :D!
Reply
#4
(Aug-31-2018, 05:52 AM)buran Wrote: Stack overflow may refer to
  • A stack overflow is a programming error when too much memory is used on the call stack.
  • Stack buffer overflow, when a program writes to a memory address on the program's call stack outside of the intended data structure; usually a fixed length buffer
  • Stack Overflow, a question-and-answer website on the topic of computer programming
check wikipedia

I think they referred to the website Stack Overflow. Stack Overflow as part of Stack Exchange has become a favorite go-to place for different programming questions. Check their help page.
I posted a question in StackOverflow and they are being a bit mean, is there anywhere i can just go to and learn what i need to learn?

i just want to get a a general idea of the topic so i can research it a bit more because i got all the information i can from what i had so far
Reply
#5
start here: https://python-forum.io/Thread-A-List-of...-Resources
You can have some fun searching: https://pypi.org/ and seeing what type of packages are available for use.
There are a plethora of books, documents, tutorials, blogs online tools etc, available with a simple google search.
For tutorials, I like: https://www.python-course.eu/python3_course.php
and http://interactivepython.org/runestone/s...index.html
there are many others.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  what happened here?(noobie) SoulsKeeper 4 3,033 Sep-02-2018, 03:48 PM
Last Post: j.crater

Forum Jump:

User Panel Messages

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