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 DIRECTIVE23# python -m pip install pre-commit4# pre-commit install5# pre-commit run --all-files - Segment a multimedia file in python
Segment a multimedia file in python 1importtime, os
2frompydubimportAudioSegment
3frommoviepy.video.io.ffmpeg_toolsimportffmpeg_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 1importsys
23ASCII_ART_LETTERS= [
4" .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .-----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. ",5"| .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. |", - Configuration of setup.py file for p...
Configuration of setup.py file for publishing a package on pip. 1importsetuptools
23withopen("README.md", "r") asfh:
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`23fromvalidate_emailimportvalidate_email
45defis_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.
Uh oh!
There was an error while loading. Please reload this page.

