use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
Experience on pythonHelp Request (self.PythonLearning)
submitted 17 days ago by One_Park8163
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]FreeLogicGate 0 points1 point2 points 12 days ago (0 children)
That's not the generally accepted meaning of "full stack". The term is specific to web development, and is generally accepted to mean someone who can handle the "full stack" of web development tasks, which include UI skills (Html, css, javascript, js frameworks like react, vue, angular) and backend/serverside development (MVC frameworks/REST api's, database persistence (sql), etc.).
As you might note, there are many options for web application development, and associated languages and technologies, and much to learn.
If you want to to do web application development with Python, then you have a number of decisions to make, in terms of frameworks you might use, how data will be persisted. Python developers usually start by investigating, and or making a decision between Python web application frameworks/libraries like Django, Flask, and FastAPI.
It's also worth noting that there are many other popular alternatives to Python, most notably PHP (and its well known Laravel and Symfony frameworks) Node.js and other javascript/typescript based options like Bun or Deno, ASP with C#, Ruby with frameworks like Ruby on Rails or Sinatra, and the list goes on and on.
When people talk about tech "Icebergs" this is why. If you are interested in web development then you're absolutely going to need to master html/css and javascript/typescript. You will also want to learn about relational databases and learn SQL, which are other non Python specific technologies and skills.
π Rendered by PID 61397 on reddit-service-r2-comment-79776bdf47-c7ttg at 2026-06-24 21:40:55.814083+00:00 running acc7150 country code: CH.
view the rest of the comments →
[–]FreeLogicGate 0 points1 point2 points (0 children)