Top new questions this week:
|
This is now an iterative review. The next iteration can be found here.
Yep. Fizzbuzz in Python.
I've been coding in Python for all of 90 minutes.
Thoughts?
Program Flow
Take a start_num and ...
|
I am only a beginner when it comes to programming, but after reading tons of tutorials on and offline, I have been able to create this simple math quiz. It does work as intended, and I'm really just ...
|
Here is a game of tic-tac-toe I created to run in python 2.7. I am still learning and feel 400+ lines of code is a bit lengthy for such a small application. However, trying to get some feedback on how ...
|
Attempted to use strtol() to parse a string into an integer and to output any appropriate error messages for failed conversions. How did I do? How could/should it be done? Code works as intended if I ...
|
This is an iterative review.
The previous iteration can be found here.
The next iteration can be found here
I've now been programming in python for all of 4 hours.
At 70 lines it's rather verbose ...
|
I just filled in the first assignment on course which involves learning Python. The assignment was to make vector class which supports scalar multiplication through operator overloading.
The ...
|
I have code which works pretty well. I just need some of your opinions on how to write it better with fewer line of code. I want to use a ternary operator but I couldn't make it work so I did an if ...
|
Greatest hits from previous weeks:
|
The logic is simple, but I was wondering if anyone could help with rewriting the conditional logic. Also, the only error conditions I can think of are the sides should not be equal to or less than ...
|
I created a classic snake game in the canvas element. I have not considered best practices when doing this, I just wanted to finish it first. Now it's time to improve the coding practice. You can ...
|
Can you answer these?
|
Can somebody help me with optimizing this code? I'd like to have some control about placement. Masonry doesn't do the job in that way.
What I have done now is to create some sets of columns. For ...
|
I'm not sure if this is the right subsite of stackexchange because it's not only about code review but a bit about design eihter.
I'm currently developing a network application.
I need to connect a ...
|
Here is my crappy clone of Atomas, a puzzle game where you combine small atoms into more valuable ones.
# Pytomas (an Atomas build for Python)
# Author: Qwerp-Derp
from random import randint
# ...
|