₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,328,118 members, 8,434,169 topics. Date: Friday, 26 June 2026 at 11:03 AM

Toggle theme

Austinoski's Posts

Nairaland ForumAustinoski's ProfileAustinoski's Posts

1 (of 1 pages)

ProgrammingRe: Quadratic Equation Solving App I Developed In Python by Austinoski(op): 11:11pm On Oct 03, 2015
sleepingdemon:
This is kivy python....you could have resized your textbox, although I know its a pain in the ass using kivy for andriod development.
Honestly! it is not easy at all...
ProgrammingRe: I Created A Social Chat App For Android Users by Austinoski(m): 12:28am On Sep 29, 2015
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!
ProgrammingRe: Help With This Python Algorithm.... by Austinoski(m): 11:57pm On Sep 28, 2015
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"wink)
if (answer in guess_list):
player won
else:
player lost
ProgrammingRe: Quadratic Equation Solving App I Developed In Python by Austinoski(op): 11:42pm On Sep 28, 2015
khaynoni:
Does it solve quadratic equations whose answers are COMPLEX?
By the way, well done.
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!
ProgrammingQuadratic Equation Solving App I Developed In Python by Austinoski(op): 9:02am On Sep 28, 2015
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.

ProgrammingRe: Need Python Programmers To Collabo And Share Ideas.. by Austinoski(op): 10:51am On May 12, 2015
Ajibel:
Ooops! I can't program at all without a PC so can't imagine how fun it'll be coding via a Tab.

As for other game concepts, you may have to read it up cuz I've discontinued with game programming for over a year now. Though if I can remember, collision detection is figuring when two things on the screen have touched (that is, collided with) each other...
These are the books I recommend and you can find them online freely:

Invent your computer games with python and pygame
Making games with python and pygame
Beginning game development with python and pygame

Most of the game concepts are being treated but note they are in 2D.
you might also visit - www.pygame.org
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!!!
ProgrammingRe: Code Wrestling Entertainment: Sharpen Ur Skill!!! by Austinoski(op): 10:40am On May 12, 2015
Velocitron:
Python

s = "Hello"
s_reversed = ""

for ch in s:
s_reversed = ch + s_reversed

print(s_reversed)
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!!!
ProgrammingRe: Kivy Framework For Gui Dev. With Python by Austinoski(op): 9:57am On May 12, 2015
umaryusuf:
Yet to do something serious with kivy, am still waiting for wxpython (my favorite Python GUI library) to be fully ready on Python 3.x and mobile devices (Android and iOS) or I stick to PyQt/PySide or explore kivy in future.

As it stand right now, Kivy organization (License by Massachusetts Institute of Technology - MIT) are doing a great job. It looks promising!
Will PyQt and PySide work on my Internet Tablet running Android 4.0.4 huh
ProgrammingRe: Code Wrestling Entertainment: Sharpen Ur Skill!!! by Austinoski(op): 9:50am On May 12, 2015
Celebrimbor:
@Austinoski from your recent posts on this section, you are looking for ways to improve on your programming skills. I suggest that you check out the following sites
projecteuler.net
topcoder.com
and this
http://www.ntnu.edu.tw/acm/
the all contain problems that would develop your skills.
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
ProgrammingRe: Code Wrestling Entertainment: Sharpen Ur Skill!!! by Austinoski(op): 9:45am On May 12, 2015
blueyedgeek:
Must it specifically be the Python programming language that answers should be in?
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!!!
ProgrammingRe: Anybody Here Using Kivy? by Austinoski(m): 1:48pm On May 10, 2015
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!!!
ProgrammingRe: Code Wrestling Entertainment: Sharpen Ur Skill!!! by Austinoski(op): 1:33pm On May 10, 2015
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!
ProgrammingCode Wrestling Entertainment: Sharpen Ur Skill!!! by Austinoski(op): 1:27pm On May 10, 2015
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!!!
ProgrammingKivy Framework For Gui Dev. With Python by Austinoski(op): 1:07pm On May 10, 2015
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!!!
ProgrammingRe: Is Computer Science Course Hard?? by Austinoski(m): 12:52pm On May 10, 2015
emilykel:
please is computer science course difficult??...I want to take it at uni agric makurdi...
Determination is the key to success!
Even if the course is easy if you lack determination you will seldom succeed... Happy Learning!!!
ProgrammingRe: Need Python Programmers To Collabo And Share Ideas.. by Austinoski(op): 7:26am On May 10, 2015
Ajibel:
Then you should start projects. Create GUI apps, if it is game, create a game with pygame, if it is web, learn django and create a blog for yourself. There are tons of projects online bro that you can start or continue from, and like you told the guy above, use google. Go to github, type python and you'll see open source projects you can _fuck and contribute

to. I hardly ask questions nowadays cuz google is who i ask, not nairalanders... All questions posed by upcoming guys have been asked and a google search would reveal it.

Happy coding!
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..
ProgrammingRe: Need Python Programmers To Collabo And Share Ideas.. by Austinoski(op): 9:46pm On May 06, 2015
operaabel:
Would like to learn can you guys put me through? Please.
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!
ProgrammingRe: Need Python Programmers To Collabo And Share Ideas.. by Austinoski(op): 9:36pm On May 06, 2015
Ajibel:
Solve python challenges you can find online...

Dive into other branches of python too like GUI, Web devt, Game devt, Algorithms etc...
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
ProgrammingNeed Python Programmers To Collabo And Share Ideas.. by Austinoski(op): 8:17pm On May 05, 2015
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)