Writing Python like it's Perl


Reading time: less than 1 minute

I’ve started learning Perl a while back, and I like the ecosystem quite a bit. By ecosystem I mean the excellent CPAN (the package repository of Perl), the testing architecture and the documentation system.

The good part is; aside from replacing CPAN with PyPI (where most Python modules are hosted), we can reuse the other bits of Perl while working with Python. I’ve actually been doing this for some of my Python modules.

The following pages link here

Citation

If you find this work useful, please cite it as:
@article{yaltirakliwikipythonlikeperl,
  title   = "Writing Python like it's Perl",
  author  = "Yaltirakli, Gokberk",
  journal = "gkbrk.com",
  year    = "2024",
  url     = "https://www.gkbrk.com/wiki/python_like_perl/"
}
Not using BibTeX? Click here for more citation styles.
IEEE Citation
Gokberk Yaltirakli, "Writing Python like it's Perl", December, 2024. [Online]. Available: https://www.gkbrk.com/wiki/python_like_perl/. [Accessed Dec. 17, 2024].
APA Style
Yaltirakli, G. (2024, December 17). Writing Python like it's Perl. https://www.gkbrk.com/wiki/python_like_perl/
Bluebook Style
Gokberk Yaltirakli, Writing Python like it's Perl, GKBRK.COM (Dec. 17, 2024), https://www.gkbrk.com/wiki/python_like_perl/

Comments

© 2024 Gokberk Yaltirakli