Creating a website
I am a beginner to Python, Django and Pycharm. I did learn the basics of python (it is very simple and easy.. i have coded in c++ earlier, so the syntax doesn't seem too difficult). I learned about django a bit. but i am stuck with the exact process i should follow to create a website in pycharm using django.
i was about to develop the website using HTML and javascript in dreamweaver for my new online venture, but my friend suggested i use django (for good number of reasons.
the lessons online are very confusing, and i cannot get a clear idea as to when i start a project in pycharm, how i ccode the html and include the django plugins and what exactly i should code ijn the html and the various python files. dammit this is soooo confusing for a beginner like me.. or maybe i havent come across the right resources. please help me get started on my project. it is getting delayed because of the delay in creating the website. please help me. thanks in advance.
i was about to develop the website using HTML and javascript in dreamweaver for my new online venture, but my friend suggested i use django (for good number of reasons.
the lessons online are very confusing, and i cannot get a clear idea as to when i start a project in pycharm, how i ccode the html and include the django plugins and what exactly i should code ijn the html and the various python files. dammit this is soooo confusing for a beginner like me.. or maybe i havent come across the right resources. please help me get started on my project. it is getting delayed because of the delay in creating the website. please help me. thanks in advance.
Please sign in to leave a comment.
I believe the best tutorial for the beginner is Djangobook
What i have now thought of doing is: 1. prepare an html/css/js code (template) for the website (and mark the locations of where i need database/server interaction, for integrating Django - or PHP or Ruby or whichever best suits my requirement - code later) 2. integrate Django module (plug-ins) at appropriate locations in the website template.
Do you think there is anything i am overlooking?... please recommend.
Also, when i spoke to a web development agency, the manager recommended PHP instead of Python because he believes that although Python is easy and may expedite the process, it is not sufficiently secure as the language has its own layer of security over and above the server security, and that Python gets easily decrypted. Is this a valid concern? My website shall handle Intellectual Copyright data, users' personal information and financial transactions; in that respect, do you think Python is a safe and secure option for me?
regards
Abby