Re: Transitioning from BGT to Python or some other mainstream programming

2019-11-04 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: Transitioning from BGT to Python or some other mainstream programming @11, for go, there's the go playground and go tour. The go tour is designed for you to write out the code it displays on the screen, though you can also do it in the playground. There's also go by example.For C

Re: Transitioning from BGT to Python or some other mainstream programming

2019-11-03 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Transitioning from BGT to Python or some other mainstream programming I would, except that a lot of tutorials I googled for were either paid or had inaccessible code previews (yes, I did check your list of resources). URL: https://forum.audiogames.net/post/472510/#p472510

Re: Transitioning from BGT to Python or some other mainstream programming

2019-11-03 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: Transitioning from BGT to Python or some other mainstream programming Honestly, I'd also (sometime in the future and if I were you) learn other languages too. Yes, they may be more complicated and require more effort, but in the end they up have a much greater understanding of how

Re: Transitioning from BGT to Python or some other mainstream programming

2019-11-03 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: Transitioning from BGT to Python or some other mainstream programming Honestly, I'd also (sometime in the future) learn other languages too. Yes, they may be more complicated and require more effort, but in the end up have a much greater understanding of how things work and ultimately

Re: Transitioning from BGT to Python or some other mainstream programming

2019-11-03 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
Re: Transitioning from BGT to Python or some other mainstream programming Here is a link to a few little heavily commented python scripts I put together for you. If you think of anymore let me know and I'll try to add them!https://www.dropbox.com/s/ibt86fddcsju8 … y.zip?dl=1 URL: https

Re: Transitioning from BGT to Python or some other mainstream programming

2019-11-02 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
Re: Transitioning from BGT to Python or some other mainstream programming I'm currently working on a small collection of little python scripts. None of them use lucia but they're heavily commented and should help you somewhat. I'll post back here when I have enough that i consider

Re: Transitioning from BGT to Python or some other mainstream programming

2019-11-02 Thread AudioGames . net Forum — Developers room : Patrick via Audiogames-reflector
Re: Transitioning from BGT to Python or some other mainstream programming @4, yes I agree. I tried to grasp it, but I really don't understand.Thank you. URL: https://forum.audiogames.net/post/472131/#p472131 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin

Re: Transitioning from BGT to Python or some other mainstream programming

2019-11-01 Thread AudioGames . net Forum — Developers room : Lucas1853 via Audiogames-reflector
Re: Transitioning from BGT to Python or some other mainstream programming There are also books to learn python like Think Python, Dive into Python, Learn Python the Hard Way, etc. They obviously don't focus on transitioning from BGT but that's not really what you should be focusing

Re: Transitioning from BGT to Python or some other mainstream programming

2019-11-01 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Transitioning from BGT to Python or some other mainstream programming Hi amerikranion, please write up a guide for lucia.I can use the basics of it, but there is not reely nice documentation available for lucia at the moment... if you don't mind. URL: https://forum.audiogames.net/post

Re: Transitioning from BGT to Python or some other mainstream programming

2019-11-01 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Transitioning from BGT to Python or some other mainstream programming @1, as the other posters mentioned, my guides will assist you with starting out in the world of Python. The first guide runs you through setting up the environment and links you to some tutorials that I have found

Re: Transitioning from BGT to Python or some other mainstream programming

2019-11-01 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Transitioning from BGT to Python or some other mainstream programming @1, as the other posters mentioned, my guides will assist you with starting out in the world of Python. The first guide runs you through setting up the environment and links you to some tutorials that I have found

Re: Transitioning from BGT to Python or some other mainstream programming

2019-10-31 Thread AudioGames . net Forum — Developers room : zenothrax via Audiogames-reflector
Re: Transitioning from BGT to Python or some other mainstream programming https://forum.audiogames.net/topic/3007 … to-python/https://forum.audiogames.net/topic/3013 … nd-speech/https://forum.audiogames.net/topic/3014 … -and-more/ URL: https://forum.audiogames.net/post/471460/#p471460

Re: Transitioning from BGT to Python or some other mainstream programming

2019-10-31 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
Re: Transitioning from BGT to Python or some other mainstream programming Someone had 3 articles on this in the articles room. Also, lucia's a great resource. URL: https://forum.audiogames.net/post/471443/#p471443 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin

Transitioning from BGT to Python or some other mainstream programming

2019-10-31 Thread AudioGames . net Forum — Developers room : Patrick via Audiogames-reflector
Transitioning from BGT to Python or some other mainstream programming Hello.I know how to use BGT and I learned about coding in it back before people started going to Python because of all the issues happening with BGT.My question is, how did everyone just quickly grasp Python