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):
0 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More