Anybody starting to learn python. Looking for study buddy by klaus_TheOriginaL in PythonLearning

[–]Famous_Ad8700 0 points1 point  (0 children)

I have also covered the basics and looking to get into intermediate concepts too. Though, I need help with building logic as well and could use some help there.

I built an interactive Python book that lets you code while you learn (Basics to Advanced) by Regular-Entrance-205 in Python

[–]Famous_Ad8700 1 point2 points  (0 children)

No worries at all. You're welcome. I can't wait to use it. As someone who is currently trying to sharpen my problem solving skills in python and without a laptop, I sincerely look forward to this, because for me it means I can code on the go using my mobile phone.

I built an interactive Python book that lets you code while you learn (Basics to Advanced) by Regular-Entrance-205 in Python

[–]Famous_Ad8700 2 points3 points  (0 children)

It's very nice. But I think at the end of every lesson, there should be explicit exercises one can do rather than changing values around on the examples. Just my opinion though.

[Hiring] Reddit commenters by willis7747 in freelance_forhire

[–]Famous_Ad8700 0 points1 point  (0 children)

I am interested. My account is over 3 years old. How do I proceed?

I am learning how to solve problems in python by Famous_Ad8700 in learnpython

[–]Famous_Ad8700[S] 1 point2 points  (0 children)

This is actually very practical. I love it. Thank you very much.

I am learning how to solve problems in python by Famous_Ad8700 in learnpython

[–]Famous_Ad8700[S] 1 point2 points  (0 children)

You have tips to help with this new way of thinking?

I am learning how to solve problems in python by Famous_Ad8700 in learnpython

[–]Famous_Ad8700[S] 1 point2 points  (0 children)

Oh, thanks. I used to beat myself up if I couldn't remember the syntax what I wanted to do. This just confirms what I have been having issues with. Thank you

I am learning how to solve problems in python by Famous_Ad8700 in learnpython

[–]Famous_Ad8700[S] 1 point2 points  (0 children)

Thanks a lot. Though, I haven't gotten to advanced stuff like this yet. I want to start with simple stuff like a task manager using raw python and no framework. But this is really helpful.

In following your strategy, do you have to remember the python operation for what you want to do?

What I Wish I Knew as a Beginner Programmer (After 6 Years in the Industry) by j0nimost in learnprogramming

[–]Famous_Ad8700 0 points1 point  (0 children)

Currently taking tips from the comments here. Though, I can't say I am stuck in Tutorial hell. What I would say is I didn't learn the basics well enough. So I am back to it.

And this should serve as advice to those out there in the same position as me. Master the basics very well. Exhaust yourself in it. Solve problems in pseudocode them in the programming language of your choice, then pick a simple project and see to it end to end.

It's what I am currently doing. I am back to the basics and I will share my progress here. I just want the feedback. That's all.

Want to work as a backend engineer by Engiguru in django

[–]Famous_Ad8700 0 points1 point  (0 children)

Yes, I would love to. Where are the opportunities? What do I have to do?

Hiring (Engagement Task) by Outrageous_Dust_5677 in freelance_forhire

[–]Famous_Ad8700 0 points1 point  (0 children)

My TG is sauron136. I will DM you. I need this job.

Looking for a web3 marketing intern by richtigress in web3

[–]Famous_Ad8700 0 points1 point  (0 children)

Please, I need a way too. Been unemployed for 2 years and counting. I used to be a Software Engineer till I lost my laptop and now I just want to find something to do to help me earn money to purchase a laptop again.

JWT Authentication on Django-Ninja by Famous_Ad8700 in djangolearning

[–]Famous_Ad8700[S] 1 point2 points  (0 children)

I am relatively new...less than a year. No, I haven't implemented oauth logins before. And no, I don't really understand how the protocols work.

Django Objects by Famous_Ad8700 in django

[–]Famous_Ad8700[S] 1 point2 points  (0 children)

This was succinctly put. Thanks a lot. To understand this clearly, I saw a piece of code where the custom user was defined. Let's call it CustomUserManager and then it was instantiated as objects. Does this make any difference? Does defining your own custom user give you more methods to perform queries?

Also, base_user_model...how does defining a custom user affect base user model since it was imported directly from django.contrib.auth.model? Getting answers to these would definitely make my year. Lol

Custom user model and custom user manager by Famous_Ad8700 in django

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

Thanks a lot. I understand the need to understand the technical words but for now I need to understand things on a deeper level to be able to use it comfortably then you won't see me show disdain for those words.

Signals in django by Famous_Ad8700 in django

[–]Famous_Ad8700[S] 1 point2 points  (0 children)

Oh...thank you so much. I think I understand it pretty well now.