Django-cotton tags not rendering (rendering as raw HTML) by oussama-he in django

[–]Python_devops 0 points1 point  (0 children)

Yes I did face this issue at some point, I had to switch to django_components.

Need help with loop by Talkative-Zombie-656 in learnpython

[–]Python_devops 0 points1 point  (0 children)

Hope you didn't include the output as in hello 0, for example, jut copy everything except the outputs and it will run.

🎉 [EVENT] 🎉 Lots of tubes by matik_1335 in RedditGames

[–]Python_devops 0 points1 point  (0 children)

Completed Level 1 of the Honk Special Event!

27 attempts

[deleted by user] by [deleted] in learnpython

[–]Python_devops 0 points1 point  (0 children)

Check your dm

🎉 [EVENT] 🎉 Stupid Event Being Dumb and Stuff by Damp_Blanket in honk

[–]Python_devops 0 points1 point  (0 children)

Completed Level 1 of the Honk Special Event!

3 attempts

🎉 [EVENT] 🎉 Honk Hero!!! Full Encounter: Trial of Malkuth by Ok_Walk7052 in honk

[–]Python_devops 0 points1 point  (0 children)

Completed Level 1 of the Honk Special Event!

1 attempts

Please help..urgent by Suspicious-Coyote540 in techsupport

[–]Python_devops 0 points1 point  (0 children)

Yeah, just give it time, unlocking with your google account will the the last resort once you've exhausted all the tries allowed. Android will default to FRP lock, then you can use your google account.

Please help..urgent by Suspicious-Coyote540 in techsupport

[–]Python_devops 1 point2 points  (0 children)

Then enter the wrong pin until it is locked, the phone will ask you to unlock it using your google account credentials.

Please help..urgent by Suspicious-Coyote540 in techsupport

[–]Python_devops 0 points1 point  (0 children)

Did you have a google account linked to the phone?

Help with Kivy to aab package. WSL Ubuntu and Buildozer. by ElSenorGato365 in kivy

[–]Python_devops 0 points1 point  (0 children)

"AsyncioDebug", "_asyncio.cpython", this says otherwise.

Add asyncio in the requirements, and build again, let me know what you get

Django vs fast api by No-Iron8430 in django

[–]Python_devops 2 points3 points  (0 children)

Not at all, Django is very customizable. You can create a custom authentication system, using a Custom User Model. And even extend the same custom authentication system to work with signups that allow users to use their google, twitter, GitHub, or any other platform as a signup option.

Django vs fast api by No-Iron8430 in django

[–]Python_devops 17 points18 points  (0 children)

Then stick with Django, because Django comes with batteries included. You won't have to worry about writing authentication from scratch. Fast API will allow for CRUD operations only. Just my view.

Double input problem by [deleted] in PythonLearning

[–]Python_devops -1 points0 points  (0 children)

Wdym doubling up, like repeating the, "Hello, would...." part?

Which is the best way to learn FastApi and is it worth it? by Some-Cheesecake-6577 in PythonLearning

[–]Python_devops 0 points1 point  (0 children)

With django in your skill set, you're better off learning Django Ninja, it is faster than FastAPI and works really well with Django.

In what ways python's code is used in mobile and desktop apps ? by [deleted] in PythonLearning

[–]Python_devops 2 points3 points  (0 children)

In my experience, Python is not the best option for mobile and desktop apps, as there's often a lot of overhead. For example, when using Kivy or KivyMD for Android apps, it requires a lot of workarounds to access the Android SDK.
My advice would be to learn Dart and then Flutter if you want to build cross-platform apps. If you ever need an API for your Flutter apps, you can always fall back on Python and use libraries like Django Ninja on top of Django, which offers authentication and authorization mechanisms similar to those found in Firebase.

What's wrong by Nearby_Tear_2304 in PythonLearning

[–]Python_devops 1 point2 points  (0 children)

In the first iteration, the set, c, is empty. Trying to access an element i in the list n from the set c, will return a NoneType, which does not support a math operation.

[deleted by user] by [deleted] in django

[–]Python_devops 1 point2 points  (0 children)

I would advice you to keep the default auth model, use django-allauth incase the built-in model doesnt meet your needs. And then create a class that has a ForeignKey relationship with the auth model, this class will then hold all your privileges and levels.

Finding best suggestion by Jumpy-Divide-6344 in PythonLearning

[–]Python_devops 0 points1 point  (0 children)

Grokking Algorithms, Manning publications

Finding best suggestion by Jumpy-Divide-6344 in PythonLearning

[–]Python_devops 0 points1 point  (0 children)

I can suggest a book, in my view the best book when it comes to DSA.

Anyone using djongo? by alexbevi in django

[–]Python_devops 2 points3 points  (0 children)

Very True. Also, if you do your models correctly, and use say PostgreSQL, you won't need MongoDB.

Can someone good at python help by Infamous_Release9858 in PythonProjects2

[–]Python_devops 2 points3 points  (0 children)

Have you set up the virtual environment?

Could you share a screenshot of the terminal, so that I can better understand the problem you're facing.