⛱️ Just to do not forget it 😎 Some educational tips and trainings 🏖️
💻 Deep Dive Coding 🛸
api - API solutions
apps - Applications
- ed_apps_mod -
Education course based developed apps (with own deep dive and modification 😎)
- 001_pypi-web-app - PyPi clone (Demo Web App on Pyton3, Flask, SQLAlchemy, Alembic, Jinja)
- ed_apps_origin -
Education course based developed apps (as is for testing pusposes)
- own_apps -
Own developed apps 🛸
- 001_etl_merge_data - Merge inconsistent data ETL app
- 002_get_youtube_info - Mixed mode (Wed Scrapping and API) based app to get YouTube chanel extended information
async - Asynchronous, Multi-Threading, Multi-Processing solutions
cache - Cache solutions
- python_cache - Python cache
cloud - Cloud solutions
code - Code solutions
- complexity - Complexity
- debug - Debug, Memory
- templates - Code templates (best practices)
- validation - Validation
common - Common code based for rest of the sub-projects
code_tasks - Coding tasks solutions
data - Data Engineering solutions
- db - DB
- etl - ETL (ELT)
- migrations - Data, Schema, DB migrations
- visualization - Data Visualization
doc - Documentation
docker - Docker solutions
frameworks - Frameworks
ml - Machine learning
queue - Queue solutions
scripts - Scripts
- auto - Automation solutions
- helpers - Helpers
- python - Python based solutions and examples
- sh - SH based solutions and examples
chmod +x ./setup.sh && bash ./setup.sh
- Do not use
code
dir as module (with__init__.py
) to avoid an error raising during bootstrap procedures.
Werkzeug AttributeError: 'module' object has no attribute 'InteractiveInterpreter'