#๐ Is It safe to follow a 3 yrs old Python tutorial?
22 messages ยท Page 1 of 1 (latest)
@steep falcon
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
lol
it doesnt really matter
nothing much changes with basics
Python 3.0 was released in 2008 and that's when there were some major changes in the language. There have been some minor syntax changes since then. Generally, if the tutorial you follow is using python 3.x, you should be okay
Well, i don't agree that they're all good per se
anything after python 3.6 should be fine
@steep falcon beginner language features haven't really changed in the last three years, so as long as the tutorial was up-to-date at the time, it should be fine.
even if its not up to that date though... python 3.6 was released in 2016, ~8 years ago ๐ฃ๏ธ
so chances that its super different from the modern python especially at the beginner level are very low
if you look in the wrong place you'll still find 2.7 tutorials or material made by people completely unfamiliar with python standards being made today
yeah ๐
OP didnt give a lot of context though... so... we just have to guess
and yet I keep seeing Python tutorials with str.format all over the place ๐คฎ
print("age: " + str(100) + "!")
๐ฃ๏ธ ๐ฅ
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.