Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Log in
Create account
DEV Community
Close
Python
Follow
Hide
import antigravity
Posts
Left menu
👋
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
How "pip install" Works
Alex Becker
Alex Becker
Alex Becker
Follow
Mar 5 '19
How "pip install" Works
#
python
#
pip
22
reactions
Comments
Add Comment
5 min read
Python: what is the if __name__ == “__main__” ?
Arseny Zinchenko
Arseny Zinchenko
Arseny Zinchenko
Follow
Mar 8 '19
Python: what is the if __name__ == “__main__” ?
#
python
#
coding
6
reactions
Comments
Add Comment
2 min read
Train own image classifier with one line command
0xkoji
0xkoji
0xkoji
Follow
Mar 3 '19
Train own image classifier with one line command
#
python
#
machinelearning
#
keras
6
reactions
Comments
Add Comment
1 min read
The Google "Crash Course on Machine Learning" and why YOU should do it
vorsprung
vorsprung
vorsprung
Follow
Feb 23 '19
The Google "Crash Course on Machine Learning" and why YOU should do it
#
machinelearning
#
python
206
reactions
Comments
8
comments
2 min read
Classification in Machine Learning - Part 4
Apoorva Dave
Apoorva Dave
Apoorva Dave
Follow
Mar 2 '19
Classification in Machine Learning - Part 4
#
machinelearning
#
python
#
beginners
#
classification
23
reactions
Comments
Add Comment
7 min read
How to Sum Elements of Two Lists in Python
Jeremy Grifski
Jeremy Grifski
Jeremy Grifski
Follow
Feb 27 '19
How to Sum Elements of Two Lists in Python
#
python
#
beginners
#
programming
#
tutorial
12
reactions
Comments
2
comments
4 min read
5 reasons why people are choosing Masonite over Django
Joseph Mancuso
Joseph Mancuso
Joseph Mancuso
Follow
for
Masonite
Feb 27 '19
5 reasons why people are choosing Masonite over Django
#
masonite
#
django
#
python
#
framework
82
reactions
Comments
18
comments
7 min read
Profiling Python with cProfile
Fernando B 🚀
Fernando B 🚀
Fernando B 🚀
Follow
Mar 1 '19
Profiling Python with cProfile
#
python
#
profiling
#
qcachegrind
#
pyprof2calltree
14
reactions
Comments
Add Comment
2 min read
No bytes per second? No problem
vorsprung
vorsprung
vorsprung
Follow
Mar 1 '19
No bytes per second? No problem
#
python
#
data
#
networks
10
reactions
Comments
Add Comment
2 min read
Dead Simple Python: Loops and Iterators
Jason C. McDonald
Jason C. McDonald
Jason C. McDonald
Follow
Feb 22 '19
Dead Simple Python: Loops and Iterators
#
python
#
oop
#
beginners
98
reactions
Comments
15
comments
14 min read
Top 5 Machine Learning Courses for 2019
Brendan Martin
Brendan Martin
Brendan Martin
Follow
Feb 27 '19
Top 5 Machine Learning Courses for 2019
#
datascience
#
machinelearning
#
ai
#
python
14
reactions
Comments
Add Comment
12 min read
Cloudflare Dynamic DNS Updater
Mark Caudill
Mark Caudill
Mark Caudill
Follow
Feb 27 '19
Cloudflare Dynamic DNS Updater
#
dns
#
linux
#
python
7
reactions
Comments
Add Comment
2 min read
Regression from scratch - Wine quality prediction
Apoorva Dave
Apoorva Dave
Apoorva Dave
Follow
Feb 23 '19
Regression from scratch - Wine quality prediction
#
machinelearning
#
regression
#
python
#
beginners
59
reactions
Comments
7
comments
4 min read
Exploring Google Protobuffers with Python
Chen
Chen
Chen
Follow
Feb 26 '19
Exploring Google Protobuffers with Python
#
protobuf
#
code
#
datastructures
#
python
10
reactions
Comments
Add Comment
7 min read
SignalR core python client: A simple Chat Hub Client
Andrés Baamonde Lozano
Andrés Baamonde Lozano
Andrés Baamonde Lozano
Follow
Feb 24 '19
SignalR core python client: A simple Chat Hub Client
#
signalr
#
core
#
python
#
client
25
reactions
Comments
36
comments
2 min read
Logging into Salesforce’s Marketing Cloud API (w/ Python or Postman)
Katie
Katie
Katie
Follow
Feb 26 '19
Logging into Salesforce’s Marketing Cloud API (w/ Python or Postman)
#
python
#
salesforce
#
tutorial
#
api
9
reactions
Comments
Add Comment
8 min read
How to manage Local vs Dev vs Prod settings.py in latest Django RestAPI?
Suri Nuthalapati
Suri Nuthalapati
Suri Nuthalapati
Follow
Feb 25 '19
How to manage Local vs Dev vs Prod settings.py in latest Django RestAPI?
#
help
#
django
#
python
#
discuss
7
reactions
Comments
8
comments
1 min read
ludwig text-classification training
0xkoji
0xkoji
0xkoji
Follow
Feb 24 '19
ludwig text-classification training
#
ludwig
#
machinelearning
#
python
8
reactions
Comments
Add Comment
1 min read
SignalR core python client (II): Authentication
Andrés Baamonde Lozano
Andrés Baamonde Lozano
Andrés Baamonde Lozano
Follow
Feb 24 '19
SignalR core python client (II): Authentication
#
signalr
#
core
#
python
#
authentication
10
reactions
Comments
Add Comment
2 min read
Visual Studio Code Tasks and Split Terminals
Adam Parkin
Adam Parkin
Adam Parkin
Follow
Feb 19 '19
Visual Studio Code Tasks and Split Terminals
#
vscode
#
python
#
django
70
reactions
Comments
5
comments
6 min read
Beginning with Machine Learning - Part 1
Apoorva Dave
Apoorva Dave
Apoorva Dave
Follow
Feb 13 '19
Beginning with Machine Learning - Part 1
#
machinelearning
#
python
#
deeplearning
#
beginners
271
reactions
Comments
22
comments
4 min read
How to Invert a Dictionary in Python: Comprehensions, Defaultdict, and More
Jeremy Grifski
Jeremy Grifski
Jeremy Grifski
Follow
Feb 21 '19
How to Invert a Dictionary in Python: Comprehensions, Defaultdict, and More
#
python
#
beginners
#
programming
#
tutorial
15
reactions
Comments
7
comments
4 min read
How to Start Your First Data Science Project
Steven Bruno
Steven Bruno
Steven Bruno
Follow
Feb 22 '19
How to Start Your First Data Science Project
#
datascience
#
python
#
ai
#
pandas
12
reactions
Comments
Add Comment
3 min read
How to Check if a List is Empty in Python
Jeremy Grifski
Jeremy Grifski
Jeremy Grifski
Follow
Feb 21 '19
How to Check if a List is Empty in Python
#
programming
#
beginners
#
python
#
tutorial
10
reactions
Comments
2
comments
3 min read
Regression in Machine Learning - Part 2
Apoorva Dave
Apoorva Dave
Apoorva Dave
Follow
Feb 17 '19
Regression in Machine Learning - Part 2
#
machinelearning
#
regression
#
python
#
beginners
93
reactions
Comments
2
comments
4 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account