AleksNeStu / projects

🎧 Apps, solutions, code examples, documentation for education purposes πŸš€

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Projects

⛱️ 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 πŸ›Έ

async - Asynchronous, Multi-Threading, Multi-Processing solutions

cache - Cache solutions

cloud - Cloud solutions

code - Code solutions

common - Common code based for rest of the sub-projects

code_tasks - Coding tasks solutions

data - Data Engineering solutions

doc - Documentation

  • cheats - Cheat sheets
  • help - Help for different areas of DEV life:)
  • interview - Interview examples

docker - Docker solutions

frameworks - Frameworks

ml - Machine learning

  • jupyter - Jupyter Notebook and Jupyter Lab
  • ai - Artificial Intelligence

queue - Queue solutions

scripts - Scripts

  • auto - Automation solutions
  • helpers - Helpers
  • python - Python based solutions and examples
  • sh - SH based solutions and examples

Project run locally

chmod +x ./setup.sh && bash ./setup.sh

Notes

  • 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'

About

🎧 Apps, solutions, code examples, documentation for education purposes πŸš€

License:MIT License


Languages

Language:Jupyter Notebook 78.3%Language:Python 20.0%Language:JavaScript 0.7%Language:HTML 0.5%Language:Shell 0.1%Language:Dockerfile 0.1%Language:Vue 0.0%Language:CSS 0.0%Language:TypeScript 0.0%Language:PureBasic 0.0%Language:Makefile 0.0%Language:Mako 0.0%Language:Jinja 0.0%Language:Procfile 0.0%