Can you suggest how do I begin with scripting?
I have basic knowledge of coding in python language only. I can solve simple coding questions which use loops or dictionaries ( just telling this to tell you guys at what place am I in coding ). I want to make better lenses and want to earn money from making lenses, can you guys guide me how to can I learn scripting/ visual scripting effectively.
It would be even better if someone who works at snapchat guides me through.
You should first learn the basics of javascript, specifically ES5 javascript.
There are a lot of places online for this like FreeCodeCamp, it shouldn't be too difficult to transfer your python knowledge to js.
Then you can follow some beginner tutorials in LS such as this one: https://youtu.be/NBGNGYsLA5Q
Read through the lens studio API documentation as well:
https://lensstudio.snapchat.com/api/
Once you've read those you can try making some simple things and when you get stuck search these forums or ask for help. Overtime you will progress to more advanced things as you get comfortable.
Thank you so much.