One of my favorite things about Python is that it's an actual language that's also useful as a teaching language. As in past years, Opensource.com had great articles demonstrating this in 2022.
- Don Watkins wrote about how he teaches kids Python on the Raspberry Pi. Stephan Avenwedde looked at different Python interpreters, while Mark Meyer explained how to turn your Python script into a command-line application.
- Writing web robots in Python has been popular for two decades. In 2022, articles about httpx and using Python
requests
with BeautifulSoup highlighted two new ways of collecting and analyzing data from websites.
- There has never been a more exciting time in packaging Python. Sumantro Mukherjee demonstrated how to package a new Python module in 4 steps, and I covered modern packaging tools.
- From learning to production, from code to package, code evolves. One of the best ways to make sure it evolves well is to use automated checkers like Thoth or PyLint.
Use Python
Python is a fun language, but it's also a powerful language. You can enjoy Python as a beginner and as a pro, so break out your favorite text editor and start exploring this dynamic and multifaceted language. And have a Pythonic 2023!
2 Comments