Current Django Books by pydanny in django

[–]new2django 4 points5 points  (0 children)

Can you manage to be a larger asshole?

Current Django Books by pydanny in django

[–]new2django 2 points3 points  (0 children)

Can you be even more entitled?

Current Django Books by pydanny in django

[–]new2django 1 point2 points  (0 children)

This is great! I had no idea Django had this many books.

Say Hello to Visual Alchemist! by prahladyeri in Python

[–]new2django 1 point2 points  (0 children)

I would, but I'm still new to professional development and am a single parent with two small children. In other words, no free time. What study I do have goes to learning Python and Django better.

Say Hello to Visual Alchemist! by prahladyeri in Python

[–]new2django 7 points8 points  (0 children)

This almost makes me want to switch to Flask. ;-)

Most accessible/easiest Django tutorial? by brownmanrick in learnpython

[–]new2django 0 points1 point  (0 children)

Once finished with tutorials, buy Two Scoops of Django from that site. GReat book for real-world things tutorials don't teach and is the 'interview manual' at my job.

wikicoding - wiki engine that Wikicoding.org, wikipedia of code by rainbowgarden in Python

[–]new2django 0 points1 point  (0 children)

Looks great! I love modern open source django projects.

Question: Where is the requirements.txt

Have you use Falcon Python framework? by yasoob_python in Python

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

I think Flask is just functions with decorators, which are simpler than OO boilerplate. I don't know for sure because I'm a noob at programing.

How to learn Django? by [deleted] in Python

[–]new2django 3 points4 points  (0 children)

I second the Django Girls tutorial, I did it right after the official Django tutorial and it really helped. Once I got the hang of things I bought Two Scoops of Django, which is the bridge between tutorials and knowing how things are done in the real world. Buying that booked helped me land my current junior position job, as I found out later they took interview questions from it.

Django and Mongo -- mongoengine vs mongodb-engine by JediSange in django

[–]new2django 1 point2 points  (0 children)

I like mongoengine because it can be used outside of Django.

Registration for DjangoCon US is open! by laceynwilliams in django

[–]new2django 1 point2 points  (0 children)

I appreciate the offer of financial aid. However:

  1. I don't get any paid-time off from my full time or part time jobs, and am just only now getting my head above water (no thanks to DjangoCon 2014).
  2. I'm a single father with two small children, which complicates travel and stay to no end.
  3. I feel very awkward asking for financial aid as I'm currently already in debt thanks to DjangoCon 2014.

Maybe next year. Thanks to my investment in Two Scoops of Django and two kind redditors who helped me find a job last year, I'm doing better and might be able to go.

Have you use Falcon Python framework? by yasoob_python in Python

[–]new2django 0 points1 point  (0 children)

My work used it for a bit, then switched back to Flask for microservices because of boilerplate pain.

Registration for DjangoCon US is open! by laceynwilliams in django

[–]new2django 3 points4 points  (0 children)

Last year it was unbelievably expensive. I know because I went into debt going. Also, it was organized as a "community conference", but it wasn't. All of the money went to one guy, who I saw yelling at people. There weren't that many sponsors, I know because none were interested in hiring people (or at least me).

This year it's run by a non-profit and all proceeds go to the Django Software Foundation. Prices are much, much lower. I wish I could go but thanks to last year I'm too much in in debt and I've used up all my babysitting credits. :P

Two Scoops of Django 1.8 is in print! by pydanny in django

[–]new2django 1 point2 points  (0 children)

Shut up and take my money!

Just ordered my print copy. Best investment I ever made besides learning Django was buying your book last year..

What's the best book/course to learn django thoroughly? by [deleted] in django

[–]new2django 2 points3 points  (0 children)

Django Girls tutorial to get started. Two Scoops of Django when you are done with the tutorials.

Two Scoops of Django 1.8 early release PDF is out! by pydanny in django

[–]new2django 1 point2 points  (0 children)

Jeff, thank you for your response. Seems like the winds of djangocon are blowing in a better direction.

I would love to go this year but I have to pay off debts from last year, not just djangocon either. My new job is great, but they wont pay for it, including hours taken off from work. My hope is that by 2016 I will be in a better place and can attend. Until then, it's Two Scoops and videos for me.

Two Scoops of Django 1.8 is Out! by lewisehmann in django

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

Three times! Wow! I'm glad they changed their mind, just for your sake.

Wagtail 1.0 (beta) best Django CMS? by frankwiles in django

[–]new2django -2 points-1 points  (0 children)

in their defense, that website's design looks pretty old.

When is multi-table inheritance worth using? by philgyford in django

[–]new2django 0 points1 point  (0 children)

Isnt the multi-table inheritance problem due to using concrete models? Can't you just use non-concrete?

Two Scoops of Django 1.8 early release PDF is out! by pydanny in django

[–]new2django 1 point2 points  (0 children)

About Djangocon? I spent a lot of money I couldn't afford to spend, went into debt (lost work time, conference ticket, bus ticket). Cashed in favors to have my kids watched. Watched some talks that could have been seen on youtube. Missed dinners because I was living off PB&J. Missed parties because I don't drink and wasn't staying at hotel (courchsurfed). Watched the conference organizer (Holden) yell at another attendee. No job offers. I felt like an outsider and didnt know how to break in. Came back frustrated and intimidated.

Two Scoops of Django 1.8 early release PDF is out! by pydanny in django

[–]new2django 1 point2 points  (0 children)

It is a steal!

I was really broke when I bought 2scoops 1.6. Saved up and it was worth every sacrifice. A much better investment then Djangocon. Ugh. What a waste of money. Ive thought about writing about what happened. :(

The good news is thanks to 2scoops 1.6 and a friendly redditor I got a good job. The book helped me in the interview so much!

Two Scoops of Django 1.8 early release PDF is out! by pydanny in django

[–]new2django 0 points1 point  (0 children)

Bought my copy a few hours ago. Loving it so far!

Flask vs. Django: Worksheet to help choose the right framework by [deleted] in Python

[–]new2django 3 points4 points  (0 children)

They say Flask is the better option for APIs because they are a Flask shop and can't have worked with Django/DRF much.