JW2005
@JW2005
So after I made this code, it will open a new file but the code cannot write anything into the text file I have opened. Any ways that I can do this. I
Python
VulcanWM I suggest you use a database instead of editing files because you can only do that when you have editing perms for the repl so any other user doing the program won’t be able to have the full experience1 year ago
A login and register code is created. There is also a text file to save the user input... But the problem now is the code I wrote only reads the first
Python
This is abt a password checker. I have put the conditions and variables of a strong password but when I run and type a condition of a strong password,
Python
SixBeeps In your logic, you're checking if password (a string) is equal to an instance of Strength (not a string) so those if statements will never execute.
The usage of classes here doesn't make sense. Do you need to use them?1 year ago
Planning to make a website or web app using Django. Can anyone get me through how it works and what requirements are needed? I mean like specific skil
mariediazer I only know the work structure: https://orangesoft.co/blog/9-tips-on-how-to-choose-the-best-app-developer.Work with the customer begins with filling out a brief in which the customer states his wishes regarding the visual presentation and structure of the site, points out errors in the old version of the site, gives examples of competitor sites. Based on the brief, the manager draws up a technical task, considering the possibilities of software and design tools. The stage ends after the approval11 months ago
xfinnbar I recommend not to use Django, especially for a beginner or small application.
Things you will need:
A back-end server language (Python and JavaScript are the best choices)
A back-end server framework (Flask for Python, Express for JavaScript)
A front-end framework, if you want a mobile app-like experience (Svelte.js or Vue.js are the best choices right now)
A database, if you need to store anything (My own ScarletDB for small Python apps, MongoDB for JavaScript apps and large Python apps)2 years ago
Need some keyword or coding that can make the last part work. I dont know where did i got it wrong. HELP!!!!!
python problem (bmi calculator)
Python