Programming Language
Abap
ActionScript
Assembly
BASIC
C
C#
C++
Clojure
Cobol
CSS
Dart
Delphi
Elixir
Erlang
F#
Fortran
Go
Groovy
Haskell
Html
Java
Javascript
Julia
Kotlin
Lisp
Lua
Matlab
Objective-C
Pascal
Perl
PHP
Prolog
Python
R
Ruby
Rust
Scala
Scheme
Shell/Bash
SQL
Swift
TypeScript
VBA
Framework
AngularJS
Backbone
Bootstrap CSS
Bootstrap Javascript
Bulma
CakePHP
CodeIgniter
Django
Drupal
Ember
Express
Flask
Flutter
Foundation
Ionic
jQuery
Laravel
Materialize
Next.js
Node.js
Nuxt.js
React
Semantic UI
Spring
Symfony
Unity
Vaadin
Vue
Wordpress
Yii
Zend
Categories
Tags
Pep
New post in Pep
How to write a pep8 configuration (pep8.rc) file?
September 15th, 2022
python
pep
pep8
pip failing to build wheels for scipy
June 4th, 2022
pep
python-3.8
scipy
pip
PYTHON ujson. ERROR: Could not build wheels for ujson which use PEP 517 and cannot be installed directly
June 28th, 2022
rasa
pip
pep
python
ERROR: Could not build wheels for PyNaCl which use PEP 517 and cannot be installed directly
June 7th, 2022
pep
pycharm
python
pep517
pynacl
Python PEP 8: Blank lines at the beginning of a module
July 11th, 2022
python
coding-style
pep8
pep
Triple-double quote v.s. Double quote
November 21st, 2020
quote
docstring
pep
python
pep8
Python PEP: blank line after function definition?
November 20th, 2021
coding-style
python
styles
pep
What PEP 8 guidelines do you ignore, and which ones do you stick to?
August 7th, 2020
pep
python
pep8
Better to 'try' something and catch the exception or test if it's possible first to avoid an exception?
July 8th, 2022
python
if-statement
exception-handling
try-catch
pep
Data Classes vs typing.NamedTuple primary use cases
November 1st, 2021
pep
python-3.7
python-dataclasses
python
namedtuple
What's the function like sum() but for multiplication? product()?
August 13th, 2020
pep
product
built-in
python
What's the difference on docstrings with triple SINGLE quotes and triple DOUBLE quotes?
June 12th, 2022
docstring
pep
python
documentation
How can I use setuptools to generate a console_scripts entry point which calls `python -m mypackage`?
June 20th, 2022
python
setuptools
pep
deployment