Python Forum
Need Recommendation for Training - Python for WebDev and Dashboards - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Need Recommendation for Training - Python for WebDev and Dashboards (/thread-9711.html)



Need Recommendation for Training - Python for WebDev and Dashboards - Cory - Apr-24-2018

Greetings,

Greatly appreciated if I could have some counsel on what training reads or courses (reasonably priced) that would help as a beginner in python development in two areas: (1)web site development (django platform preferably) and (2)python for creating dashboards/scorecards and graphics. I want to learn python first before tackling django...

I'm currently using a beginners guide to python, and while I've picked up the basics, its geared towards gaming development. I feel the need to be more focused in coding using the packages and modules more in keeping with web design and dashboards, vs. game development. I am currently working with mysql so hopefully to get expanded experience in partial stack development (html/css, python/django, mysql/postgre).

Any recommendations greatly appreciated...having a difficult time aiming correctly.

Thanks friends...

Cory


RE: Need Recommendation for Training - Python for WebDev and Dashboards - nilamo - Apr-24-2018

Depending on what your goals are, you honestly probably don't need to know much python. If you follow Django's tutorial, that should give you just enough to get data in and out of a database, which might be all you need.

I'd suggest starting here: https://docs.djangoproject.com/en/2.0/intro/overview/
Then, if anything in particular seems mind-boggling, dig deeper into that particular thing.


RE: Need Recommendation for Training - Python for WebDev and Dashboards - Cory - Apr-24-2018

I really appreciate your comment. I was hoping that was possible...but I my stage you don't know what you don't know...I'll forge ahead accordingly and thanks for your insight.

Cheers!


RE: Need Recommendation for Training - Python for WebDev and Dashboards - nilamo - Apr-24-2018

The language is a deep topic, especially if you start digging into the standard lib. If your goal is just to use python to interface with a database, then you really only need the bare minimum knowledge to be dangerous, lol.