Python Forum

Full Version: where to learn about Stack overflow for a noobie
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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.
(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!
(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
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.