Details
-
AboutI'm a teenager looking forward to become a software developer.
-
SkillsHTML5, JavaScript, CSS3, Python, Java
Joined devRant on 8/1/2018
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
I'm writing a Python script to manipulate Excel files, I'm using the openpyxl module, does anybody know how can I check if a user input is in a column, I've done this:
newItem = input("What is the new item?")
for itemChecker in inventory["A"]:
>>>>if itemChecker == newItem:
>>>>>>>>item_on = True
>>>>if itemChecker != itemNuevo:
>>>>>>>>item_on = False
if the user input (newItem) is in the "A" column of the variable assigned to an Excel file called "inventory", the variable "item_on" is set equal to True, if the user input isn't in the "A" column, "item_on" is set equal to False
what am I doing wrong, I'm not getting any errors but it always says that the user input isn't at the "A" column (sets "item_on" equal to False) even when I know it is1 -
I want to manipulate CSV files with Python and I was using NumPy, what I want to do is 3 columns, with an undetermined number of rows, and I want to be able to remove, add and edit every value, this is my questions:
Should I use NumPy? (if yes, please tell me how, I've been searching on google and I couldn't find anything of help! If not, please tell me what I should use,)3 -
How can I find someone to help me while I learn python?
I mean not necessarily a mentor like an online friend to talk about programming stuff and help us mutually11 -
What do I need to start coding and running python on Windows 10? I mean what do I need to set up and instal like compiler and others..
Also if you could please recommend me some good free compilers and stuff!9 -
What do I need to develop android games, do I need necesarily Android Studio and Unity? I want to develop a game like Bitcoin Billionaire (search it on Play Store if you don't know what game I'm talking about)12
-
Hello, I'm a teenager and I want to become a Software Developer/Software Engineer/Product Engineer, I want to know how to start, what do I need to start learning, I have some knowledge of Javascript and I don't know if should learning Python or Java and where to learn it, please if somebody can answer those questions it would be great help and I would really appreciate it.
PS: I think I may need a mentor, if someone wants to help me my Discord is: patrik1126 -
Can somebody help me? I want to learn PHP, JavaScript, MySQL, Python but I've been struggling for month now, somebody can help me and teach a little bit of what you know?14