Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Search
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
TIL: Calculating n digits of pi using Chudnovsky Algorithm
Parambir Singh
Parambir Singh
Parambir Singh
Follow
Aug 10 '19
TIL: Calculating n digits of pi using Chudnovsky Algorithm
#
todayilearned
#
pi
#
python
#
chudnovsky
6
reactions
Comments
4
comments
1 min read
Playing with Django Models
Pallab Ganguly
Pallab Ganguly
Pallab Ganguly
Follow
Aug 10 '19
Playing with Django Models
#
django
#
python
#
mysql
#
dev
22
reactions
Comments
1
comment
10 min read
Automating File Loading Into SQL Server With Python And SQL
SeattleDataGuy
SeattleDataGuy
SeattleDataGuy
Follow
Aug 10 '19
Automating File Loading Into SQL Server With Python And SQL
#
sql
#
python
18
reactions
Comments
Add Comment
2 min read
Solving the "Chicken-Egg" problem with Python
Konstantin
Konstantin
Konstantin
Follow
Aug 10 '19
Solving the "Chicken-Egg" problem with Python
#
python
#
python37
#
imports
#
circulardependencies
12
reactions
Comments
Add Comment
4 min read
detecting Python version in a script
Tony Colston
Tony Colston
Tony Colston
Follow
Aug 10 '19
detecting Python version in a script
#
python
5
reactions
Comments
Add Comment
1 min read
Formatting Large Numbers in Python
Mark Tripney
Mark Tripney
Mark Tripney
Follow
Aug 10 '19
Formatting Large Numbers in Python
#
python
#
beginners
13
reactions
Comments
Add Comment
4 min read
Prompting users for input
Kelvin Wangonya
Kelvin Wangonya
Kelvin Wangonya
Follow
Aug 10 '19
Prompting users for input
#
python
8
reactions
Comments
Add Comment
1 min read
how to pass command line arguments with Python
Tony Colston
Tony Colston
Tony Colston
Follow
Aug 10 '19
how to pass command line arguments with Python
#
python
5
reactions
Comments
1
comment
1 min read
Identifying trolls and bots on Reddit with machine learning (Part 2)
Jason Skowronski
Jason Skowronski
Jason Skowronski
Follow
for
Heroku
Aug 9 '19
Identifying trolls and bots on Reddit with machine learning (Part 2)
#
python
#
machinelearning
15
reactions
Comments
2
comments
11 min read
This time I did it in one line - a CodeWars challenge explanation
Erik Anderson
Erik Anderson
Erik Anderson
Follow
Aug 9 '19
This time I did it in one line - a CodeWars challenge explanation
#
beginners
#
python
8
reactions
Comments
3
comments
2 min read
Adding arguments to CLI commands
Kelvin Wangonya
Kelvin Wangonya
Kelvin Wangonya
Follow
Aug 9 '19
Adding arguments to CLI commands
#
python
13
reactions
Comments
Add Comment
1 min read
How did they do that in one line? Part 2: Isograms
Erik Anderson
Erik Anderson
Erik Anderson
Follow
Aug 8 '19
How did they do that in one line? Part 2: Isograms
#
beginners
#
python
21
reactions
Comments
5
comments
2 min read
Awesome Libs: pipx
Humberto Rocha
Humberto Rocha
Humberto Rocha
Follow
Aug 8 '19
Awesome Libs: pipx
#
python
6
reactions
Comments
Add Comment
2 min read
How to create sub-domain automatically when users register on my SaaS application ?
ADONIS SIMO
ADONIS SIMO
ADONIS SIMO
Follow
Aug 5 '19
How to create sub-domain automatically when users register on my SaaS application ?
#
help
#
saas
#
webdev
#
python
32
reactions
Comments
16
comments
1 min read
Track windows app usage time using python.
Tarun Khare
Tarun Khare
Tarun Khare
Follow
Aug 8 '19
Track windows app usage time using python.
#
python
#
productivity
15
reactions
Comments
Add Comment
2 min read
Simple Remote Backdoor With Python
Steve
Steve
Steve
Follow
Aug 7 '19
Simple Remote Backdoor With Python
#
python
#
backdoor
#
hacking
#
security
40
reactions
Comments
11
comments
8 min read
A converter of a character's case and Ascii codes
vorakl
vorakl
vorakl
Follow
Sep 20 '19
A converter of a character's case and Ascii codes
#
cs
#
csp
#
programming
#
python
7
reactions
Comments
Add Comment
5 min read
Advanced Python: OOP polymorphism
Tim
Tim
Tim
Follow
Aug 8 '19
Advanced Python: OOP polymorphism
#
python
#
tutorial
11
reactions
Comments
Add Comment
1 min read
I learnt Python a year ago, is there some open source projects I can contribute in?
Hassan Zekkouri
Hassan Zekkouri
Hassan Zekkouri
Follow
Aug 7 '19
I learnt Python a year ago, is there some open source projects I can contribute in?
#
help
#
python
#
django
#
webdev
9
reactions
Comments
16
comments
1 min read
Python tips and trick, you haven't already seen
Martin Heinz
Martin Heinz
Martin Heinz
Follow
Aug 6 '19
Python tips and trick, you haven't already seen
#
python
78
reactions
Comments
3
comments
5 min read
Connecting to a Microsoft SQL Server database on macOS using Python
Peter Eysermans
Peter Eysermans
Peter Eysermans
Follow
Aug 8 '19
Connecting to a Microsoft SQL Server database on macOS using Python
#
python
#
database
#
microsoftsqlserver
#
macos
4
reactions
Comments
Add Comment
3 min read
Dead Simple Python: Generators and Coroutines
Jason C. McDonald
Jason C. McDonald
Jason C. McDonald
Follow
Aug 1 '19
Dead Simple Python: Generators and Coroutines
#
python
#
beginners
#
oop
#
functional
142
reactions
Comments
7
comments
14 min read
Dark Side of the Moon : HackerEarth Data Science Competition
Arpit Mishra
Arpit Mishra
Arpit Mishra
Follow
Aug 8 '19
Dark Side of the Moon : HackerEarth Data Science Competition
#
challenge
#
machinelearning
#
python
#
datascience
6
reactions
Comments
Add Comment
2 min read
Tic-Tac-Toe with MCTS
Nested Software
Nested Software
Nested Software
Follow
Aug 7 '19
Tic-Tac-Toe with MCTS
#
python
#
tictactoe
#
mcts
#
uct
20
reactions
Comments
Add Comment
7 min read
Adding options to CLI commands
Kelvin Wangonya
Kelvin Wangonya
Kelvin Wangonya
Follow
Aug 7 '19
Adding options to CLI commands
#
python
#
cli
15
reactions
Comments
3
comments
2 min read
What's the use of if __name__ == '__main__': in Python?
Kelvin Wangonya
Kelvin Wangonya
Kelvin Wangonya
Follow
Aug 3 '19
What's the use of if __name__ == '__main__': in Python?
#
discuss
#
explainlikeimfive
#
python
27
reactions
Comments
11
comments
1 min read
Learn the Django User Authentication System
Dane Hillard
Dane Hillard
Dane Hillard
Follow
Aug 7 '19
Learn the Django User Authentication System
#
django
#
webdev
#
security
#
python
12
reactions
Comments
Add Comment
2 min read
How to Use C Functions in Python
Erik
Erik
Erik
Follow
Aug 4 '19
How to Use C Functions in Python
#
c
#
python
77
reactions
Comments
23
comments
3 min read
Setup python 3.6 enviroment with virtualenv
RobbiNespu
RobbiNespu
RobbiNespu
Follow
Aug 7 '19
Setup python 3.6 enviroment with virtualenv
#
bash
#
fedora
#
python
#
linux
6
reactions
Comments
Add Comment
3 min read
Testing Django Rest Framework, la forma correcta
Víctor Villalobos
Víctor Villalobos
Víctor Villalobos
Follow
Aug 7 '19
Testing Django Rest Framework, la forma correcta
#
python
#
spanish
#
drf
#
test
18
reactions
Comments
1
comment
4 min read
Testing a website from different countries using Python 3 and Proxy Orbit
Frankie
Frankie
Frankie
Follow
Aug 7 '19
Testing a website from different countries using Python 3 and Proxy Orbit
#
tutorial
#
python
#
testing
11
reactions
Comments
Add Comment
3 min read
A gentle introduction to Python generators
Dandy Vica
Dandy Vica
Dandy Vica
Follow
Aug 6 '19
A gentle introduction to Python generators
#
python
#
tutorial
#
beginners
#
functional
13
reactions
Comments
2
comments
3 min read
Versioning any app with Python
Antonio Feregrino
Antonio Feregrino
Antonio Feregrino
Follow
Aug 6 '19
Versioning any app with Python
#
xamarin
#
python
8
reactions
Comments
Add Comment
5 min read
Web Scraping for Data Scientists (With No Web Programming Background)
Valery C. Briz
Valery C. Briz
Valery C. Briz
Follow
Mar 30 '20
Web Scraping for Data Scientists (With No Web Programming Background)
#
python
#
datascience
#
datamining
#
scraping
7
reactions
Comments
Add Comment
5 min read
Deeper into dataclasses
Ignacio Vergara Kausel
Ignacio Vergara Kausel
Ignacio Vergara Kausel
Follow
Aug 6 '19
Deeper into dataclasses
#
python
#
intermediate
#
dataclasses
#
codequality
5
reactions
Comments
Add Comment
8 min read
Top Python Posts from July 29 week
Vicente G. Reyes
Vicente G. Reyes
Vicente G. Reyes
Follow
Aug 5 '19
Top Python Posts from July 29 week
#
python
#
bestofdev
32
reactions
Comments
Add Comment
2 min read
Access Docker Using Rest API
Davinder
Davinder
Davinder
Follow
Aug 5 '19
Access Docker Using Rest API
#
docker
#
devops
#
python
#
go
12
reactions
Comments
Add Comment
3 min read
Using setuptools to package your Python app
Kelvin Wangonya
Kelvin Wangonya
Kelvin Wangonya
Follow
Aug 5 '19
Using setuptools to package your Python app
#
python
#
learning
14
reactions
Comments
3
comments
3 min read
can you please tell me why same month showing twice with same data?
Borhan Tipu
Borhan Tipu
Borhan Tipu
Follow
Aug 5 '19
can you please tell me why same month showing twice with same data?
#
django
#
python
8
reactions
Comments
1
comment
2 min read
Integration testing websockets with Python
Rob Anderson
Rob Anderson
Rob Anderson
Follow
for
Grid Smarter Cities
Aug 5 '19
Integration testing websockets with Python
#
python
#
testing
#
websockets
#
tutorial
18
reactions
Comments
Add Comment
5 min read
How do I turn an image into polygon art with python?
Ice or Fire
Ice or Fire
Ice or Fire
Follow
Aug 5 '19
How do I turn an image into polygon art with python?
#
help
#
python
6
reactions
Comments
2
comments
1 min read
Having fun with dataclasses and abstract base classes
Ignacio Vergara Kausel
Ignacio Vergara Kausel
Ignacio Vergara Kausel
Follow
Aug 5 '19
Having fun with dataclasses and abstract base classes
#
python
#
dataclasses
#
collections
#
abc
6
reactions
Comments
Add Comment
6 min read
Learning python through practice
SRINU
SRINU
SRINU
Follow
Aug 5 '19
Learning python through practice
#
python
7
reactions
Comments
3
comments
1 min read
Unsupervised Data Augmentation
Edward Ma
Edward Ma
Edward Ma
Follow
Aug 10 '19
Unsupervised Data Augmentation
#
machinelearning
#
python
#
ai
#
nlp
6
reactions
Comments
Add Comment
4 min read
Setting up your development environment
Kelvin Wangonya
Kelvin Wangonya
Kelvin Wangonya
Follow
Aug 3 '19
Setting up your development environment
#
python
#
beginners
#
learning
45
reactions
Comments
Add Comment
4 min read
10 Best Books to Learn Data Structure and Algorithms in Java, Python, C, and C++
javinpaul
javinpaul
javinpaul
Follow
Jul 20 '19
10 Best Books to Learn Data Structure and Algorithms in Java, Python, C, and C++
#
beginners
#
java
#
python
#
books
831
reactions
Comments
20
comments
15 min read
Deploying a python-django application using docker
Lewis kori
Lewis kori
Lewis kori
Follow
Aug 2 '19
Deploying a python-django application using docker
#
docker
#
devops
#
django
#
python
55
reactions
Comments
4
comments
7 min read
Python Backends: Flask Versus Django What is right for your next project?
SeattleDataGuy
SeattleDataGuy
SeattleDataGuy
Follow
Aug 4 '19
Python Backends: Flask Versus Django What is right for your next project?
#
python
#
webdev
#
beginners
7
reactions
Comments
Add Comment
6 min read
Solution: Chunked Iterator, Python Riddle
orenovadia
orenovadia
orenovadia
Follow
Aug 3 '19
Solution: Chunked Iterator, Python Riddle
#
python
5
reactions
Comments
Add Comment
2 min read
Getting started with GraphQL in Python
Tomek Poniatowicz
Tomek Poniatowicz
Tomek Poniatowicz
Follow
for
GraphQL Editor
Jul 31 '19
Getting started with GraphQL in Python
#
python
#
graphql
#
beginners
#
tutorial
132
reactions
Comments
1
comment
3 min read
Setting up a Python development environment with pipenv
David Itam Essien
David Itam Essien
David Itam Essien
Follow
Jul 31 '19
Setting up a Python development environment with pipenv
#
python
#
pipenv
#
frontend
#
backend
105
reactions
Comments
14
comments
9 min read
Building Command-Line Applications with Python
Kelvin Wangonya
Kelvin Wangonya
Kelvin Wangonya
Follow
Aug 1 '19
Building Command-Line Applications with Python
#
python
#
beginners
#
learning
66
reactions
Comments
7
comments
1 min read
Our Favorite Machine Learning Courses On Coursera For Free
SeattleDataGuy
SeattleDataGuy
SeattleDataGuy
Follow
Aug 3 '19
Our Favorite Machine Learning Courses On Coursera For Free
#
machinelearning
#
sql
#
python
#
career
42
reactions
Comments
Add Comment
10 min read
22 Best Places to Learn Coding for FREE - Best of Lot
javinpaul
javinpaul
javinpaul
Follow
Jul 16 '19
22 Best Places to Learn Coding for FREE - Best of Lot
#
python
#
java
#
programming
360
reactions
Comments
33
comments
13 min read
VIDEO 📺 📽️ Practical Web Scraping | Auto-Upload to DEV | Part 2 - Pushing a Blog Post
kaelscion
kaelscion
kaelscion
Follow
Aug 2 '19
VIDEO 📺 📽️ Practical Web Scraping | Auto-Upload to DEV | Part 2 - Pushing a Blog Post
#
python
#
tutorial
#
webscraping
#
learntocode
8
reactions
Comments
Add Comment
1 min read
How to cover Django application with Unit Tests
mkdev.me
mkdev.me
mkdev.me
Follow
for
mkdev
Aug 2 '19
How to cover Django application with Unit Tests
#
python
#
django
#
tests
24
reactions
Comments
1
comment
9 min read
Building a Twitter bot in Python to write bigram poems
Thomas J. Weinandy
Thomas J. Weinandy
Thomas J. Weinandy
Follow
Aug 2 '19
Building a Twitter bot in Python to write bigram poems
#
twitter
#
nlp
#
python
#
aws
10
reactions
Comments
Add Comment
9 min read
What I have learned so far with Python
Thomas Cordeiro
Thomas Cordeiro
Thomas Cordeiro
Follow
Aug 2 '19
What I have learned so far with Python
#
discuss
#
python
#
beginners
10
reactions
Comments
6
comments
2 min read
Visualizing the Primary Debates
Charles Landau
Charles Landau
Charles Landau
Follow
Aug 1 '19
Visualizing the Primary Debates
#
showdev
#
dataviz
#
python
#
nlp
15
reactions
Comments
6
comments
1 min read
Falcon API Framework on Docker
Mert Simsek
Mert Simsek
Mert Simsek
Follow
Aug 1 '19
Falcon API Framework on Docker
#
webdev
#
python
#
docker
#
beginners
15
reactions
Comments
3
comments
4 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account