最新发布第2090页
Object detection Part 1 – Create custom dataset [Tensorflow]
Object detection Part 1 - Create custom dataset [Tensorflow], 原文链接:Object detection Part 1 - Create custom dataset [Tensorflow]
Implementing a Simple Bloom Filter Data Structure in Python
Implementing a Simple Bloom Filter Data Structure in Python,This article was originally posted on my personal blog. A Bloom Filter is a space-efficient probabilistic data structure...
Unequally distributed quantity
Unequally distributed quantity,Suppose that you have to divide or to distribute a quantity in three (maybe a rent payment), but you want to do it unequally. It can be done more or ...
Generate QR Code in Python to transfer files from laptop to mobile
Generate QR Code in Python to transfer files from laptop to mobile,In my previous article I showed how you can transfer files from laptop to mobile with just a single command. Insp...
Demystify dynamically or statically typed language?
Demystify dynamically or statically typed language?, It is almost impossible to avoid terms like statically typed and dynamically typed etc when you start learning a new programmin...
Transfer files from laptop to mobile using Python
Transfer files from laptop to mobile using Python,If you think that you need some fancy applications to tranfer files from your laptop/computer to mobile, than you are wrong. All y...
Exploring the Abstract Syntax Tree
Exploring the Abstract Syntax Tree, Exploring the Abstract Syntax Tree Hacktoberfest had me get out of my comfort zone and contribute to different codebases. One of them, a python ...
How to change language in an Android application
How to change language in an Android application, 原文链接:How to change language in an Android application
A short list of Data Science resources
A short list of Data Science resources,In the last months I have been reading a ton of articles here, even if I am not a 'full' developer. Indeed I am a data scientist. Now, since ...
How to create simple rest apis with springboot
How to create simple rest apis with springboot,This post was originally published in adityasridhar.com As a part of this article you will be building 2 simple REST apis Using Sprin...
How to Install Flask Install Flask and create your first web application
How to Install Flask Install Flask and create your first web application,There are tons of Python web frameworks and Flask is one of them but it is not a full stack web framework. ...
Healify – Healing songs (part2) – Interacting with spotify apis with python and flask
Healify - Healing songs (part2) - Interacting with spotify apis with python and flask,Hi there :) This is the second part of my diary about healify.it the side project I'm using to...