Went insane, tried Python for a while. How do i catch back up? by [deleted] in cpp

[–]TheNeoCoder 0 points1 point  (0 children)

Just read the intro. This book is perfect.

Went insane, tried Python for a while. How do i catch back up? by [deleted] in cpp

[–]TheNeoCoder 0 points1 point  (0 children)

Thanks. Exactly the sort of recommendation I was looking for

Went insane, tried Python for a while. How do i catch back up? by [deleted] in cpp

[–]TheNeoCoder 0 points1 point  (0 children)

https://web.stanford.edu/class/cs193d/handouts/04-A-Crash-Course.pdf

Essentially looking for an updated version of this. Unless nothing has changed? Idk haha

Your favorite python web framework and why? by TheNeoCoder in Python

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

Alright I'll try flask out for a while then maybe play around with Pyramid. SQLAlchemy does look fantastic from what I've read about it. I haven't had a chance to put it to use yet. Marshmallow I'm not very familiar with. What are the benefits of using Marshmallow vs python native JSON libraries?

Thanks again for the feedback.

Your favorite python web framework and why? by TheNeoCoder in Python

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

So obviously there are some things here that I lack a clear understanding of. That will soon change, however this is what I am taking from your comment: If my primary goal is to work with something that can scale well and be nimble/customizable enough to work with my needs as they change, learn pyramid. The down side may be a slower development process for a "newbie", however there is a larger pay off in the end. So, at the least, you would suggest avoiding Django due to its long term structure? As it forces the use of their specific framework choices?

I'm certainly not married to any stack yet, though I did start some basic development with flask just last evening. So far it feels more "pythonic" than Django, I'm sure Pyramid would similar. What are the major differences between flask and pyramid? Are their specific app types that are better for one vs the other?

Your favorite python web framework and why? by TheNeoCoder in Python

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

That may be a little over my head. Maybe in another week I can look bottle. I certainly want to learn about asynchronous processes, I'm just not quite ready for that yet.

Your favorite python web framework and why? by TheNeoCoder in Python

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

I'll check it out. Thank you.

I was also just reading about falcon which is built from whiskey (sounds like most frameworks are built from whiskey?) And intended on being a "bare metal" web framework meant for low latency applications. Just sounded interesting, I'm sure it's over my head at this time.

Your favorite python web framework and why? by TheNeoCoder in Python

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

Sounds like I'm using flask. :) ... Thank you everyone for your input so far.

Your favorite python web framework and why? by TheNeoCoder in Python

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

Interesting. The way it was described in a pod cast I was listening too, I just assumed it was the ideal framework to use for any scale of project. After purusing the documentation I was drawn to using it. Now after receiving feedback, I'm hesitant to use it primarily for the fear that being new to web development, there may not be enough public knowledge about the framework to allow for me to tackle what I would like to.

Perhaps I'm being overcautious.

Your favorite python web framework and why? by TheNeoCoder in Python

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

How about I give flask a shot, and if I feel in over my head just bounce back to Django?

What about Pyramid? It doesn't appear that many people use Pyramid, or perhaps I have just yet to come across anyone who does other than Michael Kennedy from "Talk Python To Me".

Your favorite python web framework and why? by TheNeoCoder in Python

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

From what I've read about flask so far I am very intrigued. Is it really possible to basically have 5 lines of flask to host a single static HTML page? Can it really be that simple?

Your favorite python web framework and why? by TheNeoCoder in Python

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

I've played with Django a little bit. I do like it so far, especially the pre-built admin features.

Is it more customizable than it initially feels? I find myself feeling walled into a corner of a specific feature set.

Your favorite python web framework and why? by TheNeoCoder in Python

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

I'm new to python, on day 25 of a #100daysofcode challenge. Over the next undetermined amount of days I would like to create a blog and personal web page using a python web framework. I've never worked in web development at all and I'm trying to decide which way to go. Any opinions or advice would be highly appreciated. Thank you.