Python Forum
Staying up-to-date with a language
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Staying up-to-date with a language
#1
Programming languages change from time to time, new features are added, some are deprecated. Python is now my go to language for any task not OS dependent, and I really love the language. Besides reading the What's New page, what are some other ways to keep up-to-date on new features of a language? I like textbooks, but they can become out of date quickly.
Reply
#2
Packages that are written by the general python community are added constantly to pypi.org.
Go to the home page and scroll down, look at 'new releases' and 'trending projects'.
Reply
#3
Be active in a community like this. A lot of times people will post in the "discussions and news" sections new things that are happening with python, programming in general, etc. Or just by reading responding posts to others threads sometimes reveals new things unknown to the reader. You will often get notified of new and useful packages to complex problems this method that were unknown to you beforehand. Keep coding with python. As the versions tick by you will utilize new features, etc.
Recommended Tutorials:
Reply
#4
You can automate it. Scrape the pages and the new posts for a keyword or expression. And you can get a notification when there is a match.
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply


Forum Jump:

User Panel Messages

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