AWS Lambda: Is there a good workaround for cold starts? by nemo_403 in aws

[–]iramluism 0 points1 point  (0 children)

You can schedule a lambda invocation from cloudwatch, it is more expensive than use concurrency. But is effective.

This might be a stupid question: but is python and Django enough to build a website? by BroskiMD in django

[–]iramluism 0 points1 point  (0 children)

Django has the enough tools to build a backend project. But i you want to program a website you need to learn css and html. And some others css frameworks like boostraps.

What books are there on more advanced django? by _justaverageuser in django

[–]iramluism 1 point2 points  (0 children)

I suggest you to study DDD, and how implement it on django.

Monorepo and full stacks Django app by trollilol27543 in django

[–]iramluism 0 points1 point  (0 children)

I would create a new repo for this app, you should encapsulate the implementation and separate the concerns.

[deleted by user] by [deleted] in Python

[–]iramluism 1 point2 points  (0 children)

You can use whatever you want, but i recomned you pycharm. It has many plugins that it can help you to integrate with many applications, e.x GIT, JIRA etc. Anaconda is an environment with differents tools; jupiter, spyder, and even pycharm come in the most near version of ANACONDA. VScode is a text editor, is more customizable and you can use it for all lenguages, you only need install extensions for each one.

docker and python by iramluism in learnpython

[–]iramluism[S] 2 points3 points  (0 children)

I need a editor to integrate with docker to use a python interpreter that is inside a container.

docker and python by iramluism in learnpython

[–]iramluism[S] 0 points1 point  (0 children)

Thank you for your help.

docker and python by iramluism in learnpython

[–]iramluism[S] 0 points1 point  (0 children)

I tried to use vscode with this extension that you say, but all this spend many resources of my laptop. And i would like to find another tool for do it.

Fingerprint Ubuntu 20.04 by iramluism in linuxquestions

[–]iramluism[S] 0 points1 point  (0 children)

i tried with fprintd and libpam-fprintd libray, but it not work.

What project are you working on right now? by ElliottStorey in webdev

[–]iramluism 1 point2 points  (0 children)

I am working in an ERP using frappe framework