搜索
首页后端开发Python教程Two Reasons Why I Often Use Python for Creating Personal Tools (Plus One Complaint)

Two Reasons Why I Often Use Python for Creating Personal Tools (Plus One Complaint)

I often use Python when creating tools for personal use. The tools I create are generally for automating day-to-day tasks or for fun application projects.

These are usually small projects that I complete in a few days and don’t update much afterward. The considerations are different for larger, publicly released services, but here are two reasons why I frequently choose Python for small tool development.

Reason 1: Python Can Do Almost Anything

When I want to accomplish something, Python often already has a library for it. Here are some examples of Python libraries I've used for personal projects.

Machine Learning

  • Python is likely the most well-equipped language for machine learning libraries.
  • Although I don’t personally train deep learning models often, I sometimes use scikit-learn or XGBoost to build and apply models.

Image Processing

  • I’ve written scripts for managing personal photos.
  • Libraries like PIL (Python Imaging Library) and Pillow help me retrieve Exif data or resize images.

Scraping

  • I’ve created tools to periodically check information on certain websites.
  • You can use simple libraries like Requests, or more comprehensive ones like Scrapy to make scraping even easier.

Cryptocurrency Trading

  • I once wanted to use a cryptocurrency exchange API.
  • Thanks to the library ccxt, which allows you to use the APIs of over 100 exchanges with a unified interface, I could achieve what I wanted.
  • It was very helpful not to have to investigate the API specifications of each exchange and to be able to trade with a consistent interface.

Web Applications

  • Sometimes I want to control the above functionalities through a GUI.
  • In such cases, I often use Django to run it as a web application.
  • I particularly like Django because it provides an admin panel by default, making it easy to manage settings and check data.

Reason 2: It’s Cheap to Run in the Cloud

Since personal tools aren’t used frequently, I want to keep the costs low when running them on a server. Python has long been supported by free cloud platforms, which is another reason I choose it for personal tool development.

Google App Engine (GAE)

  • GAE offers a free tier in its standard environment.
  • Since it has supported Python since its release in 2008, I’ve often used it for running personal tools.
  • It’s also handy that you can set up cron jobs for scheduled execution through the management console.

AWS Lambda

  • AWS Lambda was released in 2014, and Python has been supported since October 2015.
  • It also offers a free tier, so I sometimes run tools on it nowadays.
  • Using the Serverless Framework provides a smooth experience from local development to deployment.

(Depending on the situation, I also run tools on EC2 or Heroku.)

Complaint About Developing with Python

There are some aspects of Python that I find unsatisfactory. In particular, the management of virtual environments and packages tends to be unstable. When I check back after some time, I often find a new method has been introduced or an old method has been deprecated. I’ve used the following tools, but it’s easy to get confused if you don’t understand how to use each one properly. (I’m not sure what the current best practices are.)

  • virtualenv
  • venv
  • pipenv
  • pip-tools
  • poetry

Conclusion

I’ve listed two reasons why I often use Python for creating personal tools and added one complaint for good measure. I hope this has been helpful.

以上是Two Reasons Why I Often Use Python for Creating Personal Tools (Plus One Complaint)的详细内容。更多信息请关注PHP中文网其他相关文章!

声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
Python:深入研究汇编和解释Python:深入研究汇编和解释May 12, 2025 am 12:14 AM

pythonisehybridmodelofcompilationand interpretation:1)thepythoninterspretercompilesourcececodeintoplatform- interpententbybytecode.2)thepytythonvirtualmachine(pvm)thenexecuteCutestestestesteSteSteSteSteSteSthisByTecode,BelancingEaseofuseWithPerformance。

Python是一种解释或编译语言,为什么重要?Python是一种解释或编译语言,为什么重要?May 12, 2025 am 12:09 AM

pythonisbothinterpretedAndCompiled.1)它的compiledTobyTecodeForportabilityAcrosplatforms.2)bytecodeisthenInterpreted,允许fordingfordforderynamictynamictymictymictymictyandrapiddefupment,尽管Ititmaybeslowerthananeflowerthanancompiledcompiledlanguages。

对于python中的循环时循环与循环:解释了关键差异对于python中的循环时循环与循环:解释了关键差异May 12, 2025 am 12:08 AM

在您的知识之际,而foroopsareideal insinAdvance中,而WhileLoopSareBetterForsituations则youneedtoloopuntilaconditionismet

循环时:实用指南循环时:实用指南May 12, 2025 am 12:07 AM

ForboopSareSusedwhenthentheneMberofiterationsiskNownInAdvance,而WhileLoopSareSareDestrationsDepportonAcondition.1)ForloopSareIdealForiteratingOverSequencesLikelistSorarrays.2)whileLeleLooleSuitableApeableableableableableableforscenarioscenarioswhereTheLeTheLeTheLeTeLoopContinusunuesuntilaspecificiccificcificCondond

Python:它是真正的解释吗?揭穿神话Python:它是真正的解释吗?揭穿神话May 12, 2025 am 12:05 AM

pythonisnotpuroly interpred; itosisehybridablectofbytecodecompilationandruntimeinterpretation.1)PythonCompiLessourceceCeceDintobyTecode,whitsthenexecececected bytybytybythepythepythepythonvirtirtualmachine(pvm).2)

与同一元素的Python串联列表与同一元素的Python串联列表May 11, 2025 am 12:08 AM

concateNateListsinpythonwithTheSamelements,使用:1)operatototakeepduplicates,2)asettoremavelemavphicates,or3)listCompreanspearensionforcontroloverduplicates,每个methodhasdhasdifferentperferentperferentperforentperforentperforentperfortenceandordormplications。

解释与编译语言:Python的位置解释与编译语言:Python的位置May 11, 2025 am 12:07 AM

pythonisanterpretedlanguage,offeringosofuseandflexibilitybutfacingperformancelanceLimitationsInCricapplications.1)drightingedlanguageslikeLikeLikeLikeLikeLikeLikeLikeThonexecuteline-by-line,允许ImmediaMediaMediaMediaMediaMediateFeedBackAndBackAndRapidPrototypiD.2)compiledLanguagesLanguagesLagagesLikagesLikec/c thresst

循环时:您什么时候在Python中使用?循环时:您什么时候在Python中使用?May 11, 2025 am 12:05 AM

Useforloopswhenthenumberofiterationsisknowninadvance,andwhileloopswheniterationsdependonacondition.1)Forloopsareidealforsequenceslikelistsorranges.2)Whileloopssuitscenarioswheretheloopcontinuesuntilaspecificconditionismet,usefulforuserinputsoralgorit

See all articles

热AI工具

Undresser.AI Undress

Undresser.AI Undress

人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover

AI Clothes Remover

用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool

Undress AI Tool

免费脱衣服图片

Clothoff.io

Clothoff.io

AI脱衣机

Video Face Swap

Video Face Swap

使用我们完全免费的人工智能换脸工具轻松在任何视频中换脸!

热门文章

热工具

Atom编辑器mac版下载

Atom编辑器mac版下载

最流行的的开源编辑器

SublimeText3 英文版

SublimeText3 英文版

推荐:为Win版本,支持代码提示!

Dreamweaver CS6

Dreamweaver CS6

视觉化网页开发工具

EditPlus 中文破解版

EditPlus 中文破解版

体积小,语法高亮,不支持代码提示功能

DVWA

DVWA

Damn Vulnerable Web App (DVWA) 是一个PHP/MySQL的Web应用程序,非常容易受到攻击。它的主要目标是成为安全专业人员在合法环境中测试自己的技能和工具的辅助工具,帮助Web开发人员更好地理解保护Web应用程序的过程,并帮助教师/学生在课堂环境中教授/学习Web应用程序安全。DVWA的目标是通过简单直接的界面练习一些最常见的Web漏洞,难度各不相同。请注意,该软件中