Code meets the Lab: An interface for automated protein quantification analysis
https://nadir-nyc62.medium.com/code-meets-the-lab-an-interface-for-automated-protein-quantification-analysis-d22f061b3e3
https://nadir-nyc62.medium.com/code-meets-the-lab-an-interface-for-automated-protein-quantification-analysis-d22f061b3e3
Medium
Code meets the Lab: An interface for automated protein quantification analysis
My very first blog post was about a tool I built using python to be implemented in biomedical research. When I started my current job at…
使用python打造自己的信息收集工具
https://www.freebuf.com/sectool/289370.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://www.freebuf.com/sectool/289370.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Freebuf
使用python打造自己的信息收集工具 - FreeBuf网络安全行业门户
介绍:该篇章主要介绍如何编写自己的信息收集工具,主要流程如下:1、向bing搜索引擎发起request请求,获取url数据2、使用正则表达式对获取的数据进行处理3、用多线程,对处理的数据进行二次请求,返回标题等数据4、使用openyxl模块,将数据保存为.xlsx格式请注意:该篇章目的是熟悉python编程,学习python的一些常见模块,在编写程序的过程中会有很多操作和方式方法,望大家能共同加油
A guide to Python internet speed test GUI app
https://harendraverma21.medium.com/a-guide-to-python-internet-speed-test-gui-app-be2869f40036
https://harendraverma21.medium.com/a-guide-to-python-internet-speed-test-gui-app-be2869f40036
Medium
A guide to Python internet speed test GUI app
Whenever we face an internet issue, the first thing we do is the internet speed test. So I have decided to create a python app to check…
Common mistakes we make in Python and why we should avoid that part 2
https://afsalms7.medium.com/common-mistakes-we-make-in-python-and-why-we-should-avoid-that-part-2-cf122e9b6d0f
https://afsalms7.medium.com/common-mistakes-we-make-in-python-and-why-we-should-avoid-that-part-2-cf122e9b6d0f
Medium
Common mistakes we make in Python and why we should avoid that part 2
This is part 2 of the series. If you are new, you can check part 1 .
Financial Fraud Detection with XGBoost
https://medium.com/@henrique_fukai08/financial-fraud-detection-with-xgboost-a1a3e3973653
https://medium.com/@henrique_fukai08/financial-fraud-detection-with-xgboost-a1a3e3973653
Medium
Financial Fraud Detection with XGBoost
Hello there! If you have any suggestions or feedback after reading this post about my project feel free to reach me through Linkedin. ;)
Tutorial 1 : Regular Expressions in Python -Finding a word from a given text
https://gaurav-patil21.medium.com/tutorial-1-regular-expressions-in-python-finding-a-word-from-a-given-text-e63fe46ef4a8
https://gaurav-patil21.medium.com/tutorial-1-regular-expressions-in-python-finding-a-word-from-a-given-text-e63fe46ef4a8
Medium
Tutorial 1 : Regular Expressions in Python -Finding a word from a given text
WHAT:
Hacker news Headlines Emailer Through web scraping in python
https://yogii.medium.com/hacker-news-headlines-emailer-through-web-scraping-in-python-734194f1195b
https://yogii.medium.com/hacker-news-headlines-emailer-through-web-scraping-in-python-734194f1195b
Medium
Hacker news Headlines Emailer Through web scraping in python
Web scraping is an automatic method to obtain large amounts of data from websites. Most of this data is unstructured data in an HTML format…
New to Programming? Make These Projects to Lay a Strong Foundation
https://python.plainenglish.io/new-to-programming-make-these-projects-to-lay-a-strong-foundation-3d073c4c2cdd
https://python.plainenglish.io/new-to-programming-make-these-projects-to-lay-a-strong-foundation-3d073c4c2cdd
Medium
New to Programming? Make These Projects to Lay a Strong Foundation
Beginner projects you can build in any programming language.
Convert your Powerpoint Presentation to a Voice-Over Video on Linux
https://medium.com/divedeepai/convert-your-powerpoint-presentation-to-a-voice-over-video-on-linux-575cefca36bb
https://medium.com/divedeepai/convert-your-powerpoint-presentation-to-a-voice-over-video-on-linux-575cefca36bb
Medium
Convert your Powerpoint Presentation to a Voice-Over Video on Linux
This blog is a detailed explanation of how to make a voice-over video from a PowerPoint presentation using python. Google Colab was used…
Building a Basic Website Monitoring Bot with Python — Part 1
https://utibeabasiumanah6.medium.com/building-a-basic-website-monitoring-bot-with-python-part-1-405c36e53776
https://utibeabasiumanah6.medium.com/building-a-basic-website-monitoring-bot-with-python-part-1-405c36e53776
Medium
Building a Basic Website Monitoring Bot with Python — Part 1
Hello guys 👋, welcome to another python tutorial. Today we will be building a basic website monitoring bot that logs the status of a…
Importing existing BigQuery Resources to Terraform Automatically
https://medium.com/trendyol-tech/importing-existing-bigquery-resources-to-terraform-automatically-f52a36b6e819
https://medium.com/trendyol-tech/importing-existing-bigquery-resources-to-terraform-automatically-f52a36b6e819
Medium
Importing existing BigQuery Resources to Terraform Automatically
How can we automate the resource importing process?