Posts by Lucas Souto • 41 points
2 posts
-
3
votes2
answers876
viewsQ: Is it possible for me to create a runtime class in Python?
I wanted to create a runtime class to do some database updates, for example, but without being dependent on DBMS but using python and I wanted to know if it is possible to create these classes at…
-
0
votes1
answer430
viewsQ: How do I integrate my Django project with Scrapy?
I’m looking to develop a simple project using Django where I will create a web page and this page will capture data from other pages. The problem is that I cannot integrate the Scrapy with Django.…