100 Follower Challenge — Follow for Follow (I will follow everyone who follows me)
https://medium.com/@parktwin2/100-follower-challenge-follow-for-follow-i-will-follow-everyone-who-follows-me-a51aa1d043c3
https://medium.com/@parktwin2/100-follower-challenge-follow-for-follow-i-will-follow-everyone-who-follows-me-a51aa1d043c3
Medium
100 Follower Challenge — Follow for Follow (I will follow everyone who follows me)
Hey Medium Users, Readers, and Writers,
Find Area Calculation | Function Example | Python Tutorial For Beginner(Hindi) | #YouTube | #Python
https://affisoftpro.medium.com/find-area-calculation-function-example-python-tutorial-for-beginner-hindi-youtube-python-f7f17fa2158
https://affisoftpro.medium.com/find-area-calculation-function-example-python-tutorial-for-beginner-hindi-youtube-python-f7f17fa2158
Medium
Find Area Calculation | Function Example | Python Tutorial For Beginner(Hindi) | #YouTube | #Python
Twitter Bot which tweets Mars Photos
https://medium.com/@ashishmishra037/twitter-bot-which-tweets-mars-photos-e7d92da0396b
https://medium.com/@ashishmishra037/twitter-bot-which-tweets-mars-photos-e7d92da0396b
Medium
Twitter Bot which tweets Mars Photos
Hi! In this article, we will build a simple Twitter bot with Python, which will use NASA Open source API to tweet Mars Image every 1 hour.
Getting Started with Images using OpenCV
https://medium.com/@AchyutKrishna/getting-started-with-images-using-opencv-21cfb6c9f8a1
https://medium.com/@AchyutKrishna/getting-started-with-images-using-opencv-21cfb6c9f8a1
Medium
Getting Started with Images using OpenCV
import cv2 as cv
import sys
img = cv.imread(cv.samples.findFile(“cats.jpg”))
if img is None:
sys.exit(“Could not read the image.”)
import sys
img = cv.imread(cv.samples.findFile(“cats.jpg”))
if img is None:
sys.exit(“Could not read the image.”)
Find the Richest Persons Around the World Using Python
https://python.plainenglish.io/find-the-richest-persons-around-the-world-using-python-9c570844040d
https://python.plainenglish.io/find-the-richest-persons-around-the-world-using-python-9c570844040d
Medium
Find the Richest Persons Around the World Using Python
Scrape the Bloomberg Billionaires Index to know who are the richest persons around the world.
Rearrange the Words of a String in Reverse Order Using Stack
https://blog.devgenius.io/rearrange-the-words-of-a-string-in-reverse-order-using-stack-6c28ff87684c
https://blog.devgenius.io/rearrange-the-words-of-a-string-in-reverse-order-using-stack-6c28ff87684c
Medium
Rearrange the Words of a String in Reverse Order Using Stack
How to rearrange the words of a string in reverse order without reversing the individual words
Introduction | Deep Learning Tutorial 1 (Tensorflow Tutorial, Keras & Python)
https://medium.com/@codebasics.social/introduction-deep-learning-tutorial-1-tensorflow-tutorial-keras-python-85d208e2d2dc
https://medium.com/@codebasics.social/introduction-deep-learning-tutorial-1-tensorflow-tutorial-keras-python-85d208e2d2dc
Medium
Introduction | Deep Learning Tutorial 1 (Tensorflow Tutorial, Keras & Python)
With this video, I am beginning a new deep learning tutorial series for total beginners. In this deep learning tutorial python, I will…
Up Your Python Coding Skills: Dictionaries
https://medium.com/@deck451/up-your-python-coding-skills-dictionaries-c54117235e48
https://medium.com/@deck451/up-your-python-coding-skills-dictionaries-c54117235e48
Medium
Up Your Python Coding Skills: Dictionaries
After having dealt with various topics around Python sets, we’ll now be taking a close look at dictionaries in Python and we’ll see what…
将python脚本打包为exe可执行文件 - DECHIN
https://www.cnblogs.com/dechinphy/p/py2exe.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://www.cnblogs.com/dechinphy/p/py2exe.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
将python脚本打包为exe可执行文件 - DECHIN - 博客园
在完成一个软件或者程序的实现之后,最后的一步就是发布,发布的目的是为了让更多的人来使用这个项目,而大部分的人是没有相应的编程环境的,因此我们必须考虑将代码编译成各个平台的可执行文件,再发布给用户去使用
Improve your model’s performance with unlabeled data
https://medium.com/@naveen.rathani/improve-your-models-performance-with-unlabeled-data-d6e78a57fadb
https://medium.com/@naveen.rathani/improve-your-models-performance-with-unlabeled-data-d6e78a57fadb
Medium
Improve your model’s performance with unlabeled data
Most machine learning problems that data scientists usually solve are either supervised learning problems (i.e. use of labeled datasets to…
The Python Series #3 — Switch Case and Looping Statements
https://medium.com/@karthikkk/the-python-series-3-switch-case-and-looping-statements-40bbe114e5f5
https://medium.com/@karthikkk/the-python-series-3-switch-case-and-looping-statements-40bbe114e5f5
Medium
The Python Series #3 — Switch Case and Looping Statements
Switch Case
Build your own Search Engine in Python (part 1/2: the Engine)
https://medium.com/@inzaniak/build-your-own-search-engine-in-python-part-1-2-the-engine-3b060e49eb84
https://medium.com/@inzaniak/build-your-own-search-engine-in-python-part-1-2-the-engine-3b060e49eb84
Medium
Build your own Search Engine in Python (part 1/2: the Engine)
Search everything you need from your terminal!
Bypass les asserts lors de l’exécution d’un code Python
https://medium.com/@mathieuvdp/bypass-les-asserts-lors-de-lex%C3%A9cution-d-un-code-python-cf4d39920b5a
https://medium.com/@mathieuvdp/bypass-les-asserts-lors-de-lex%C3%A9cution-d-un-code-python-cf4d39920b5a
Medium
Bypass les asserts lors de l’exécution d’un code Python
Aujourd’hui nous allons parler des assertions en Python et comment elles peuvent être contournées. Vous serez donc intéressé si vous les…