Austinoski's Posts
Nairaland Forum › Austinoski's Profile › Austinoski's Posts
1 (of 1 pages)
sleepingdemon:Honestly! it is not easy at all... |
Nice One! i checked out ur project "Arnergy website" and i think it is awesome... i love web designing, i know Jscript , html and a little CSS but just dnt know where or how to start something... Well done and keep up the good work! |
use a "for" loop and a list to get four or more random numbers from the Computer and then check the players answer to see if it matches any of those numbers in the list, if true then the player won guess_list = [] for i in range(4): guess = random.randrange(1,1150) guess_list.append(guess) answer = int(raw_input("Enter Guessed number" )if (answer in guess_list): player won else: player lost |
khaynoni:give me some of the Complex ones u know and i will test it to see if my App can solve but if it can't, i will start working on a function for those complex equations.. thanks! |
My First Productive Application; a Quadratic Equation Solving Application. i designed every Algorithm myself. i programmed it with Python and programmed the GUI in Kivy Framework for innovative cross platform app development. I am a self taught programmer. I need People to work with and program something better; thereby improving our skills as people around me have little or no interest or passion for computer programming.. i will upload a screenshot of my App so you can see how it looks and give me feedback for i am planning on releasing it to the public via Play Store.
|
Ajibel:I guess I will just have to wait around until Pygame and other modules like wxPython starts working in Android Platform or until I get my hands on a PC... Happy Coding!!! |
Velocitron:Brilliant Algorithm! The Code is tricky, took me some minutes to figure out how you did it.. Below is my version: Python:[br/] s = "Hello" s_reversed = "" rev_int = 0 for i in range(len(s)): rev_int -= 1 s_reversed += s[rev_int] print(s_reversed) Happy Coding!!! |
umaryusuf:Will PyQt and PySide work on my Internet Tablet running Android 4.0.4 ![]() |
Celebrimbor:Thanks A lot!!! I think I know python well enough.. Y not test me by giving me problems to solve and then score me urself, I will appreciate that.. Thanks |
blueyedgeek:If we do it in python lang only it will be easier to read and know which code is correct or incorrect.. But if we have enough java, c, c++ etc programmers in the house, then it is ok to solve the problems in those langs.. Happy Coding!!! |
I do understand it on a basic level, having completed their Paint App Tutorial and the App is in a good working condition with some little tweaks... Tell me exactly where you are having problems so I can try to help you the best way I can... Happy Coding!!! |
Let's start with simple Problems: Write a function that takes a string as an argument and reverses the string then OutPuts it... Happy Coding! |
My Intention for creating this thread is to help New-bees expecially Python New-bees to Post Coding Problems for others to solve and equally solve problems posted by others thereby Sharpening their Coding Skills... Challenging another user is allowed if nairaland is ok with it... I hope to Create a Website for this in the near FUTURE! Happy Coding EveryOne!!! |
Looking for PYTHON programmers who knows how to program with the KIVY FRAMEWORK for GUI Development... Let's Collabo and Build Something Together... Two or More Heads is far more better than One!!! |
emilykel:Determination is the key to success! Even if the course is easy if you lack determination you will seldom succeed... Happy Learning!!! |
Ajibel:Thanks a lot! My computer is Bad so I do most of my coding on my Android Tablet with QPYTHON and Pygame and Django are not working Properly.. I use KIVY for GUI and BOTTLE or FLASK for WEB but they are not easy to program.. I recently went into web-designing and am quite good in JavaScript.. Can you lecture me on game concepts like COLLISION DETECTION, GAME PHYSICS etc.. |
operaabel:If you like me don't have money to go to a reputable engineering school to learn programming then GOOGLE is ur only alternative.... Search and download python programming tutorial pdf books like Dive into Python or Practical Programming... You can equally sign-in to CODECADEMY.COM for free and start learning but u need an HTML5 Browser like GOOGLE CHROME.... Programming is just like football and Python is easy to learn bcoz it has a very clear syntax compared to other languages... I wish u luck! |
Ajibel:I have solved many online challenges and I know Kivy python GUI programming and Application Framework But I think there are things I need to know because I have not done or started any project... Am a self taught Python Programmer |
Python programmers I need a iron to sharpen my python programming skills; I knw python quit well but I don't knw how to sharpen my skills to meet up with modern standard... Python gurus of nairaland, Help... |
1 (of 1 pages)
)