Skip to content

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

License

Notifications You must be signed in to change notification settings

AleksNeStu/projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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'