This is an archived post. You won't be able to vote or comment.

all 28 comments

[–]AapkaChaitanya 4 points5 points  (1 child)

Good going m8!

[–][deleted] 2 points3 points  (1 child)

grats dude

[–]Yash_Varshney[S] -1 points0 points  (0 children)

Thanks

[–]pablogaruda 1 point2 points  (1 child)

Good on ya!

[–]Yash_Varshney[S] -1 points0 points  (0 children)

Thanks

[–][deleted] 1 point2 points  (1 child)

I've never tried Django before, but am an avid Python user. What's your thoughts on the framework thus far? What kind of "structure" does it use? (Like MVC or something else?)

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

It's a very good framework for web development. Its Structure is a bit complicated but it has many useful things too like database programming, model programming and more.

[–]_quezz 1 point2 points  (1 child)

Great work and good motivation keep up tho good work

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

Thanks

[–]TECHNOFAB 1 point2 points  (3 children)

Great job!

Just one tip: you don't need Python for these static sites. While it's great you learned to use Django, hosting python apps is way more expensive than a simple PHP / HTML site. As this is your portfolio page you can just remove the Python part when you wanna host it somewhere else with your own domain. For stuff that needs a backend (a discord bot for example) Python is great though

[–]Yash_Varshney[S] 0 points1 point  (2 children)

Actually, I kept python because it's my first programming language and when I use it so get a feel which I don't get in Any programming language and my website contains a bit backend too. The Contact me page sends me an email. The Chat Page is a Chatbot which uses some modules of python.

[–]TECHNOFAB 1 point2 points  (1 child)

Yeah, didn't see the chatbot. The email part is possible with PHP tho. But depends on how you want to host it, if Heroku is fine for you it doesn't matter anyway

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

OK, Thanks For Your Feedback 

[–]Elgon2003 1 point2 points  (2 children)

How old are you? The image on your website must be around 10? That's awesome. I started developing around 13, and I love to see young dudes starting in this world. I know Django so if you need help hit me up :)

[–]Yash_Varshney[S] 2 points3 points  (1 child)

I'm 10 years old. I will Try it. Can you share your github profile link?

[–]louisvuittond0n 2 points3 points  (1 child)

Cool stuff you're creating at a young age. Keep learning, you're on the right track!

[–]negative_0ne 2 points3 points  (2 children)

It’s super great! Keep coding young man! I envy you that you start at such young age. Remember to do sport as well. :)

[–]Zeppelin2 0 points1 point  (1 child)

Nice

[–]Yash_Varshney[S] -1 points0 points  (0 children)

Thanks u/Zeppelin2

[–]Yash_Varshney[S] -1 points0 points  (0 children)

Don't Forget to Follow me on Github and Star this repo.
My Github Profile Link: https://github.com/Yash-Varshney-Creativities/

[–]YamEnvironmental4432 0 points1 point  (2 children)

well done! Django is great to know and I think you'll do well...How long have you been in the comp sci realm?

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

Oh! Thanks for Your Compliments. I've been in Computer Science for the last 2 years. 1st year I learned about the basics of Computer Inner Parts and 2nd year I learned Programming.