Skip to content

Tag: python

Displaying the difference between two files [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed last year. Improve this question I am learning Python, and have a query. Sorry for inconvenience. I have 2 text files as follow…

How do I create tile-maps in PyGame without download?

I wanted to create tile-maps for my game to take up less space on my computer. I really don’t have much space. I don’t want to download an app to do the job for me, also for the fact that I don’t have much space. How would I go about doing this? Answer There are some tools online and github

How to connect 2 forms in HTML and Django?

I am creating a web page and i’m wondering if i could make sure that the data on the left is filled before pressing the blue button. On the left you can see a form to pay by entering your address, city etc. but on the right you can see another form with stripe implemented to pay with credit card.