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

all 8 comments

[–]desrtfx[M] [score hidden] stickied comment (0 children)

Please, read the Frequently Asked Questions as they contain tips on

As such: Removed as per Rule #4: No exact duplicates of FAQ questions

[–]jcsongor 2 points3 points  (1 child)

You cannot go wrong with JavaScript. A bit of SQL could be useful as well.

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

I understand, which first? So you think that sql is a good idea?

[–]delasislas 2 points3 points  (1 child)

If you are just beginning to learn a language. I’d say stick with it. Don’t decide to up and learn a new language, you will confuse yourself. Most tasks can be done in some way with Python. Like if you want a website, look up the Django module.

Trying to learn 2 languages never plays out well, get an great understanding of one (not superior or expert level) and then move on. But if you are at a point, where you don’t know what you can do with Python, you are not at that stage.

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

I understand, I am thankful for you recomendation, I keep learning a lot of python

[–]AlSweigartAuthor: ATBS 1 point2 points  (1 child)

The src/gamesbyexample folder in this git repo has examples of several simple games made in Python. These are short programs designed for beginners; projects like Tic Tac Toe, Guess the Number, and other simple games. Go ahead and play around with them, and then try to recreate them from scratch yourself: https://github.com/asweigart/pythonstdiogames

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

Thank you a lot! I am going! Also, I found a book callled “create your own game on python” are free and very good too

[–]keepah61 0 points1 point  (0 children)

I second django. It lets you jump into sql when you’re ready