DEV Community

Python

import antigravity

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
I'm writing Practices of the Python Pro

I'm writing Practices of the Python Pro

40
Comments
2 min read
Skipping tests

Skipping tests

16
Comments 1
2 min read
Using PyUnit For Testing A Selenium Python Test Suite

Using PyUnit For Testing A Selenium Python Test Suite

57
Comments
10 min read
Need your oppinion

Need your oppinion

5
Comments 1
1 min read
How to build a Serverless Twitter bot

How to build a Serverless Twitter bot

16
Comments
4 min read
Capturing print statements while debugging

Capturing print statements while debugging

9
Comments 2
2 min read
Asserting Exceptions with Pytest

Asserting Exceptions with Pytest

45
Comments 7
3 min read
Building an Autoencoder for Generative Models

Building an Autoencoder for Generative Models

35
Comments 2
6 min read
Dead Simple Python: Classes

Dead Simple Python: Classes

283
Comments 25
14 min read
Dead Simple Python: Virtual Environments and pip

Dead Simple Python: Virtual Environments and pip

406
Comments 40
9 min read
Nested json to python object

Nested json to python object

5
Comments 1
1 min read
Dril Or No Dril? Building a text classifier in TensorFlow

Dril Or No Dril? Building a text classifier in TensorFlow

7
Comments
8 min read
Python TDD with Pytest -- Getting Started

Python TDD with Pytest -- Getting Started

22
Comments 8
2 min read
I tried Nodejs and I like it

I tried Nodejs and I like it

7
Comments 3
3 min read
Difference between `==` and `is` in Python, and when to use each of them

Difference between `==` and `is` in Python, and when to use each of them

9
Comments
2 min read
Poetically Packaging Your Python Project

Poetically Packaging Your Python Project

11
Comments
8 min read
How to Create and Publish Python Package.

How to Create and Publish Python Package.

16
Comments 1
4 min read
Caesar Cipher Implementation in Python

Caesar Cipher Implementation in Python

9
Comments
4 min read
Explaining how OAuth works with Spotify as an example

Explaining how OAuth works with Spotify as an example

76
Comments 7
6 min read
My dev life has just started 😎👩‍💻

My dev life has just started 😎👩‍💻

75
Comments 29
1 min read
Detect faces in photos and draw overlay filters

Detect faces in photos and draw overlay filters

6
Comments
1 min read
From CSVs to Tables: Infer Schema Data Types From Raw Spreadsheets

From CSVs to Tables: Infer Schema Data Types From Raw Spreadsheets

7
Comments
8 min read
__str__ vs. __repr__

__str__ vs. __repr__

7
Comments
2 min read
Implement ORM Data Models with SQLAlchemy

Implement ORM Data Models with SQLAlchemy

2
Comments 1
6 min read
4 ways to become an artifitial intelligence developer without a degree

4 ways to become an artifitial intelligence developer without a degree

16
Comments
3 min read
How to create a PIP package hosted on private Github repo

How to create a PIP package hosted on private Github repo

31
Comments 5
4 min read
Kivy tutorial

Kivy tutorial

7
Comments
1 min read
3 Tricky Python Nuances

3 Tricky Python Nuances

133
Comments 23
6 min read
CPython, Cython, PyPy... An introductory guide to the different Python variants

CPython, Cython, PyPy... An introductory guide to the different Python variants

23
Comments
3 min read
Tabletests

Tabletests

6
Comments
4 min read
How Tabletest Works

How Tabletest Works

5
Comments
4 min read
Dead Simple Python: Data Typing and Immutability

Dead Simple Python: Data Typing and Immutability

91
Comments 10
19 min read
Building Python Data Science Container using Docker

Building Python Data Science Container using Docker

24
Comments 17
7 min read
Combining multiple forms in Flask-WTForms but validating independently

Combining multiple forms in Flask-WTForms but validating independently

13
Comments 6
5 min read
Configuring a .pypirc File for Easier Python Packaging

Configuring a .pypirc File for Easier Python Packaging

9
Comments
3 min read
Timsort — the fastest sorting algorithm you’ve never heard of

Timsort — the fastest sorting algorithm you’ve never heard of

229
Comments 8
9 min read
Optional arguments MUST use keywords (Python3)

Optional arguments MUST use keywords (Python3)

10
Comments
2 min read
Managing Django’s settings

Managing Django’s settings

37
Comments 1
3 min read
Rename your files depending on .extension!

Rename your files depending on .extension!

9
Comments
1 min read
Setting Up PEP8 and Pylint on VS Code

Setting Up PEP8 and Pylint on VS Code

98
Comments 16
2 min read
The Hostile Extraction of Tableau Server Data

The Hostile Extraction of Tableau Server Data

14
Comments
8 min read
Masonite Lessons - Using The Factory Pattern

Masonite Lessons - Using The Factory Pattern

12
Comments 3
4 min read
Regex solution

Regex solution

8
Comments 4
1 min read
Learn to Code (for Free)

Learn to Code (for Free)

114
Comments 10
9 min read
Introduction to Strings in Python

Introduction to Strings in Python

7
Comments
3 min read
Learn Functional Python in 10 Minutes

Learn Functional Python in 10 Minutes

41
Comments 4
11 min read
Python code to copy all objects from one S3 bucket to another

Python code to copy all objects from one S3 bucket to another

9
Comments 5
1 min read
Awesome Data Science with Python

Awesome Data Science with Python

32
Comments 3
1 min read
Announcing dotenv-linter: a tool to lint your .env files

Announcing dotenv-linter: a tool to lint your .env files

40
Comments 6
2 min read
I've created my first telegram bot with Python

I've created my first telegram bot with Python

7
Comments 1
1 min read
Awesome Python Security 🕶🐍🔐

Awesome Python Security 🕶🐍🔐

43
Comments 5
1 min read
Building Restful API with Flask, Postman & PyTest - Part 2 (Read Time: 10 Mins)

Building Restful API with Flask, Postman & PyTest - Part 2 (Read Time: 10 Mins)

22
Comments
7 min read
Data Challenge! Rendering All 32,767 Invaders!

Data Challenge! Rendering All 32,767 Invaders!

7
Comments
1 min read
How to Create PDF Documents with Django in 2019

How to Create PDF Documents with Django in 2019

42
Comments 4
5 min read
Immutable objects in Python

Immutable objects in Python

8
Comments 1
4 min read
Do you unit test private methods?

Do you unit test private methods?

13
Comments 13
1 min read
Building a traffic fine scraper with Python

Building a traffic fine scraper with Python

46
Comments 2
5 min read
Visualizing Stocks

Visualizing Stocks

15
Comments
2 min read
Using Codecov With Travis-CI (pytest-cov)

Using Codecov With Travis-CI (pytest-cov)

9
Comments 2
1 min read
Building a futuristic Record Player with Glitch and Raspberry Pi

Building a futuristic Record Player with Glitch and Raspberry Pi

6
Comments
7 min read
loading...