All Questions
Tagged with source-code python
3 questions
4
votes
2
answers
1k
views
Are there coding standards for whether procedural programs should have source code listed top-down or bottom-up? [closed]
Let's say I have a basic procedural program which is well structured into decomposed functions. For example, a main() function which calls functions a and b, which in turn each call functions c and d, ...
4
votes
2
answers
2k
views
Tried teaching myself to program before college, accidently overwhelmed myself, tips? [closed]
I'm sixteen, I'm overly interested in programming, and I'm currently taking IT classes during my mornings in high school. Last year, I tried teaching myself to code. It was quite exciting, but all I ...
8
votes
3
answers
17k
views
How do I encrypt the source code on the webserver?
I have a web application developed using Python, HTML, CSS & JavaScript.
The customer installs it in any of their own Machine and uses it through their LAN.
In short the customer sets up the ...