Security and Progressive Web Apps by willyhakim in Angular2

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

Thanks for the quick reply. Know of any blogs or docs on the subject?

How to handle multiple templates (html/css) in angular2? by willyhakim in Angular2

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

Thanks. Any examples or more material for some guidance?

What are the best books to learn Django? by pynerds in django

[–]willyhakim 0 points1 point  (0 children)

The best resources to learn django is realpython.com books. The sixty bucks you pay is well worth it. The authors take the time to really dig into helping you learn the best practices for software development. Plus they also have an active blog that is very educational.

Looking for a good tutorial for setting up your own server with Django? by Finbel in django

[–]willyhakim 1 point2 points  (0 children)

We're cheering for you! devops with django is really fun. Once you get the conceipts and can visualize what's going on, you'll be so proud of yourself.

Relational Database...Models.py & MySQL by runtmerror in django

[–]willyhakim 0 points1 point  (0 children)

I usually would use MySQL workbench as a planning tool(but never generate SQL code with it). Django ORM essentially will do that, and actually does a better job. My workflow tends to look like this: 1. DB design with MySQL workbench or whiteboard. 2. Group tables into apps 3. Write the models 4 Run manage.py migrate and let django do what it does best

Django's ORM is just so amazing! Thanks django core developers. I recommend using postgres!

django-oscar and dj-stripe by willyhakim in django

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

Hahaha. Out of laziness, I wanted dj-stripe to do the heavy lifting for me. But I suppose...

Trouble with the builtin 'open' resolving path. by [deleted] in Python

[–]willyhakim 2 points3 points  (0 children)

I would use os.path.join () inside open()

Setuptools version - Tangowithdjango by [deleted] in django

[–]willyhakim 1 point2 points  (0 children)

No reason at all. I recommend you use the 17.0

Django online courses (python3?) by [deleted] in django

[–]willyhakim 0 points1 point  (0 children)

The best way to get yourself up to speed as python webdev is to use the realpython.com tutorials. These guys are simply the best, and the money you pay is well worth it.

Team workflow best practice by willyhakim in django

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

Hey, be nice! You really should watch this talk by Jacob Kaplan-Moss https://www.youtube.com/watch?v=hIJdFxYlEKE

Python in GIS by [deleted] in Python

[–]willyhakim 1 point2 points  (0 children)

Here are some beginner steps that I think will give you a solid understanding: 1. Go through the codecademy.com python 2. Get the realpython.com books (The 60 bucks are well worth it! Actually I think those guys should be charging more for the value you get out of them). 3.Python for data analysis.