I am not planning to stop at this point, this is just a milestone but not the destination
- 🌱 I’m currently learning Machine Learning
- 📫 How to reach me: [email protected]
- 🍀 Currently I am working on Awesome Sources project.
I am not planning to stop at this point, this is just a milestone but not the destination
Useful resources for every man in dev: sites, GitHub repositories and free-to-download books.
from bot.views import bot
from django.urls import path
urlpatterns = [
path('ANY-RANDOM-LINK/', bot, name="bot"),
# Pull base image
FROM python:3.8
# Set environment variables
ENV PYTHONDONTWRITEBYTECODE 1