Hello, my name is KOUA Elysee, I am a trainer, Python/Django backend consultant and React Native mobile developer.
Pinned Loading
-
PRECOMMIT DIRECTIVE
PRECOMMIT DIRECTIVE 1# PRECOMMIT DIRECTIVE
23# python -m pip install pre-commit
4# pre-commit install
5# pre-commit run --all-files
-
Segment a multimedia file in python
Segment a multimedia file in python 1import time, os
2from pydub import AudioSegment
3from moviepy.video.io.ffmpeg_tools import ffmpeg_extract_subclip
45 -
Android intent action list
Android intent action list 1'ACTION_AIRPLANE_MODE_CHANGED'
2'ACTION_ALARM_CHANGED'
3'ACTION_ALL_APPS'
4'ACTION_ANSWER'
5'ACTION_APPLICATION_PREFERENCES'
-
ASCII ART SCRIPT
ASCII ART SCRIPT 1import sys
23ASCII_ART_LETTERS = [
4" .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .-----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. ",
5"| .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. |",
-
Configuration of setup.py file for p...
Configuration of setup.py file for publishing a package on pip. 1import setuptools
23with open("README.md", "r") as fh:
4long_description = fh.read()
5 -
Vérifier si une adresse email est co...
Vérifier si une adresse email est correct et existe réellement en python 1# Avec la bibliothèque `validate_email`
23from validate_email import validate_email
45def is_valid_email(email):
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.