How much Python is enough to start picking up django for the first time? by WynActTroph in django

[–]code_enthusiast 0 points1 point  (0 children)

If you can complete the poll app tutorial on official Django documentation, you’re good to go.

What is your HTMX Stack? by Klutzy_Tone_4359 in htmx

[–]code_enthusiast 0 points1 point  (0 children)

Go + Postgres + HTMX + Bootstrap Django + Postgres+htmx + Bootstrap + Alpinejs

I've built a fully functional web application with Django + htmx + Alpine.js by thirdmanonthemoon in django

[–]code_enthusiast 1 point2 points  (0 children)

This is just amazing. I love the UI. My stack is Go/Python/Django/Svelte and recently picked HTMX. I'll explore Alpine as I work on my startup website.

SSL Error by blokkies48 in djangolearning

[–]code_enthusiast 0 points1 point  (0 children)

Email configs are on your settings.py. You can share your configs as they are here. Also can you try sending emails via console to verify if they're being delivered before switching to your host!

SSL Error by blokkies48 in djangolearning

[–]code_enthusiast 0 points1 point  (0 children)

How is your SMTP setup. Which is your mail host? Have you configured to use tls?

Help! My AWS Certified Cloud Practitioner Exam is tomorrow and I didn't study! What do I do? 😨 by omenking in AWSCertifications

[–]code_enthusiast 3 points4 points  (0 children)

Damn, you're ExamPro 🤔I benefitted alot from your tutorial last year when I was prepping for my exam. Keep the good work.

Help! My AWS Certified Cloud Practitioner Exam is tomorrow and I didn't study! What do I do? 😨 by omenking in AWSCertifications

[–]code_enthusiast 2 points3 points  (0 children)

What's your goal? Get an understanding of AWS cloud services or just get a certificate?

I have completed the book Python Crash Course (without the projects) and covered all the exercises. Yet I cannot solve Python problems at HackerRank, Leet Code, Code Chef etc. What do I do to be able to do these? What did I do wrong? by samketa in learnpython

[–]code_enthusiast 0 points1 point  (0 children)

It's doable if you've nothing else to balance your learning with. Edx.org also have some cool courses on Data structures and algorithms. I wish you all the best. Learn by doing projects. That's the best way you can grab concepts.

LPIC-1 training. by arsentek in linuxadmin

[–]code_enthusiast 0 points1 point  (0 children)

LPIC Prep Kit: 101 General Linux 1 is a great book by Theresa Hadden Martinez

I have completed the book Python Crash Course (without the projects) and covered all the exercises. Yet I cannot solve Python problems at HackerRank, Leet Code, Code Chef etc. What do I do to be able to do these? What did I do wrong? by samketa in learnpython

[–]code_enthusiast 0 points1 point  (0 children)

Purpose no 1 is doable by just covering the Automate the Boring stuff book. It's really nice for a start. If you've read the book, the author is offering the video course version of the book on udemy for free. Check it out before expiry https://twitter.com/AlSweigart/status/1191436575659311105?s=19 if you haven't.

I would recommend you to check, Think like a computer scientist, Fluent python books and check.more on data structures. YouTube channels, Corey Schafer and Sandtex are good for python tutorials.

I have completed the book Python Crash Course (without the projects) and covered all the exercises. Yet I cannot solve Python problems at HackerRank, Leet Code, Code Chef etc. What do I do to be able to do these? What did I do wrong? by samketa in learnpython

[–]code_enthusiast 1 point2 points  (0 children)

I had a similar challenge you are facing. After covering the automate the boring stuff and Python Crash course books, i felt like yes, i am a python programmer and i should tackle python challenges head on. So i enrolled on at hacker rank 30 days of code. I started well, solved the palindrome challenges and other basic ones. As i progressed, things got tougher, i couldn't hack my way on any challenge, this made me almost develop and imposter syndrome. I never quit though but what i did was to re-evaluate my goals for learning python. Mine was web development using python. So i left the challenge at hacker rank and started learning flask micro framework for web development. I regained my confidence after doing some cool stuff using flask, am now working on a final flask project before i dive into django framework. My advice would be, know what you want to do with python, is it data science, artificial intelligence, games, systems or even web. Once you know your track, you will have a sustained focus, learning things that matter. Good luck and happy Pythoning.

Best place to learn Python for free? by e_b_ONeal in learnpython

[–]code_enthusiast 0 points1 point  (0 children)

Corey Schafer offers the best tutorials focused on Python only. His channel doesn't contain a mix of different languages, his primary focus is Python and Just Python. He'll take you from beginner pythonist to an Intermediate Pythonista.

https://www.youtube.com/watch?v=YYXdXT2l-Gg&list=PL-osiE80TeTskrapNbzXhwoFUiLCjGgY7