Most popular python articles in the last 7 days (10)

1
A Beginner's Guide to Flask and Replit
2021-04-13T00:00:00Z

A Beginner's Guide to Flask and Replit

This tutorial was originally written for Code Your Dreams, an incubator of youth voice, tech skills,...

https://dev.to/nickymarino/create-python-web-apps-with-flask-and-replit-4g3d
2
First Deep Learning Model : Dense Layer
2021-04-14T16:20:46Z

First Deep Learning Model : Dense Layer

The Basics: Training Your First Model ✨🎨 Welcome to this Tuto where you will train your fi...

https://dev.to/thrpy/first-deep-learning-model-dense-layer-29eb
3

2021-04-14T14:26:42Z

python unittest 의 fixture scope

python testing tool python μ—λŠ” 널리 μ•Œλ €μ Έ μ‚¬μš©λ˜λŠ” μ—¬λŸ¬ 도ꡬ듀이 이미 λ§ŽμŠ΅λ‹ˆλ‹€. 특히 pytest λŠ” μ’€ 더 직관적인 assert ꡬ문과...

https://dev.to/ddangdol/python-unittest-fixture-scope-593a
4

2021-02-02T14:17:54Z

Minha jornada no IBM Data Science Certificate

Para conclusΓ£o da minha jornada no IBM Data Science Professional Certificate com o Coursera, eu tive...

https://dev.to/andersonbraz/minha-jornada-no-ibm-data-science-certificate-3e5b
5

2021-04-14T15:54:37Z

Maping coordinates from video frame to technical projection πŸ€“

Many google search results led me here. Hope one of yours will lead you here and this post will short...

https://dev.to/kuba_szw/maping-coordinates-from-video-frame-to-technical-projection-161f
6
Creating COVID19 stats newsletter using Azure Function Apps
2021-04-14T07:24:07Z

Creating COVID19 stats newsletter using Azure Function Apps

Welcome to my blog series Fun with Function Apps where we will be learning about function apps their...

https://dev.to/vivek0712/creating-covid19-stats-newsletter-using-azure-function-apps-o72
7

2021-04-14T08:40:19Z

Discord Outlook Integration ?

Is it possible to receive and send outlook mails via discord using python ?

https://dev.to/dhanushxeno/discord-outlook-integration-57d2
8
How to Become a Python Developer
2021-04-14T14:22:59Z

How to Become a Python Developer

One of the most popular and well-paid programming languages to get into is Python. Python is run on a...

https://dev.to/jones268/how-to-become-a-python-developer-265
9
파이썬 - μš°μ„ μˆœμœ„ 큐(priority queue)λ₯Ό μœ„ν•œ heapq λͺ¨λ“ˆ ν™œμš©λ²•
2021-04-14T12:16:29Z

파이썬 - μš°μ„ μˆœμœ„ 큐(priority queue)λ₯Ό μœ„ν•œ heapq λͺ¨λ“ˆ ν™œμš©λ²•

μš°μ„ μˆœμœ„ νλŠ” μš°μ„  μˆœμœ„κ°€ κ°€μž₯ 높은 자료(data)λ₯Ό κ°€μž₯ λ¨Όμ € κΊΌλ‚Ό 수 μžˆλŠ” μžλ£Œκ΅¬μ‘°λ‹€. 배열을 μ‚¬μš©ν•˜λ©΄ 직접 κ΅¬ν˜„ν•˜κΈ°λŠ” μ–΄λ ΅μ§€ μ•Šμ§€λ§Œ, νŒŒμ΄μ¬μ—μ„œλŠ” heapqλΌλŠ” λ‚΄μž₯(buil...

https://dev.to/yunhongmin/priority-queue-heapq-49cj