Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Recovering lost source code when the code is running in memory
Post: RE: Recovering lost source code when the code is r...

(Apr-14-2017, 12:11 AM)Larz60+ Wrote: Woz wasn't the inventer of the first personal computer. We had the altair 8080 and imsi along with George Morrow's thinker toy (which was based on the Rcockwell...
teenspirit News and Discussions 13 9,527 Apr-14-2017, 02:17 AM
    Thread: SPYDER IDE is GREAT
Post: RE: SPYDER IDE is GREAT

(Apr-13-2017, 09:01 PM)wavic Wrote: How about Light Table?I am impressed. Very impressed.
teenspirit News and Discussions 7 95,073 Apr-13-2017, 09:13 PM
    Thread: Recovering lost source code when the code is running in memory
Post: RE: Recovering lost source code when the code is r...

(Apr-13-2017, 07:20 PM)Larz60+ Wrote: I would agree you, but only to an extent. When I work on my car, I don't first try and re-invent the lift. The lift has worked well for what is does for many y...
teenspirit News and Discussions 13 9,527 Apr-13-2017, 09:09 PM
    Thread: Approach to coding, good/bad
Post: RE: Approach to coding, good/bad

IT's kind of a double edged sword, because when you code like that, you get fast results on small functions and projects, but big projects you run into problems down the line. My current project, the ...
teenspirit News and Discussions 27 15,632 Apr-13-2017, 04:28 PM
    Thread: Recovering lost source code when the code is running in memory
Post: RE: Recovering lost source code when the code is r...

(Mar-30-2017, 02:03 AM)Larz60+ Wrote: May I ask why you are so compelled to rewrite something that's already written quite well in the first place? That is always the point... If nononee ever rewrot...
teenspirit News and Discussions 13 9,527 Apr-13-2017, 04:15 PM
    Thread: SPYDER IDE is GREAT
Post: SPYDER IDE is GREAT

Everyone should try SPYDER IDE under MIT license, its free and if you use linux only requires sudo apt-get install spyder3, (or your flavor's variation of that). Its very clean and has very advanced f...
teenspirit News and Discussions 7 95,073 Apr-13-2017, 04:09 PM
    Thread: [book] Various python and non python books available each day (free for 24hrs)
Post: RE: [book] Various python and non python books ava...

right now a book about using python with openCV for computer vision projects is free, but it is only for Python 2.7.
teenspirit News and Discussions 188 121,377 Apr-13-2017, 02:33 AM
    Thread: The LOL Translator
Post: RE: The LOL Translator

Turn your program into a function. Then you can add more features or options in the future without having to rewrite any code and can adjust where your current code runs. Also, I recommend the SPYDER...
teenspirit Code sharing 7 6,106 Apr-13-2017, 02:19 AM
    Thread: Help on a program to help with distributing food to the needy
Post: RE: Help on a program to help with distributing fo...

Latest code update:  #! /usr/bin/env python3 # For use in the total() function. from fractions import Fraction # To use in time and date stamps in the file written by the total() function. import tim...
teenspirit General Coding Help 39 22,956 Apr-12-2017, 09:41 PM
    Thread: Open source project that a beginner could contribute to?
Post: RE: Open source project that a beginner could cont...

Thanks for the help everyone! I really appreciate it. You have marked off almost my complete list of bugs already. I wanted there to be no bugs in getting the inputs and the values for everything befo...
teenspirit General Coding Help 16 11,452 Apr-12-2017, 01:50 PM
    Thread: Help on a program to help with distributing food to the needy
Post: RE: Help on a program to help with distributing fo...

Ok, I will try those changes now, I forgot to set the value as equal to the input before i referenced it. I appreciate it.
teenspirit General Coding Help 39 22,956 Apr-10-2017, 12:37 PM
    Thread: Open source project that a beginner could contribute to?
Post: RE: Open source project that a beginner could cont...

Here is the Github Repo on that project: https://github.com/dariankbrown/The-5000 You should probably read through the forum post about it and the changes and updates it needs in the forum thread here...
teenspirit General Coding Help 16 11,452 Apr-10-2017, 02:51 AM
    Thread: Help on a program to help with distributing food to the needy
Post: RE: Help on a program to help with distributing fo...

Ok, thanks for the input on that, i will look into DB's more thoroughly after the program is actually doing what i need it to. I still need to figure out the implementation of the item division, and i...
teenspirit General Coding Help 39 22,956 Apr-10-2017, 02:24 AM
    Thread: Help on a program to help with distributing food to the needy
Post: RE: Help on a program to help with distributing fo...

Here is the most recent update on the code. I am planning on adding mySQL database support soon, after i get the actual division and prediction finished. I need a little bit of help on that, I am not ...
teenspirit General Coding Help 39 22,956 Apr-09-2017, 11:07 PM
    Thread: Open source project that a beginner could contribute to?
Post: RE: Open source project that a beginner could cont...

You could help me with my project. If you have experience with other languages, but are just new to python you could help me solve my logic puzzle that im facing. Maybe i will publish the code to gith...
teenspirit General Coding Help 16 11,452 Apr-09-2017, 01:49 AM
    Thread: Help on a program to help with distributing food to the needy
Post: RE: Help on a program to help with distributing fo...

(Apr-08-2017, 01:29 PM)sparkz_alot Wrote: First, your latest revision. Somewhere along the line you lost the definition of 'timestr'. with open(filename + timestr + '.txt', 'a') as file_object:...
teenspirit General Coding Help 39 22,956 Apr-08-2017, 04:06 PM
    Thread: Help on a program to help with distributing food to the needy
Post: RE: Help on a program to help with distributing fo...

This is now my progress on the program: #! /usr/bin/env python3 #For use in the total() function. from fractions import Fraction #To use in time and date stamps in the file written by the total() fun...
teenspirit General Coding Help 39 22,956 Apr-08-2017, 03:44 AM
    Thread: Help on a program to help with distributing food to the needy
Post: RE: Help on a program to help with distributing fo...

After i get a little bit of a working front end to show Scott why i need the data, I will ask. I live in a rural area and should see him sunday, so i wont drive the thirty five minutes one way just to...
teenspirit General Coding Help 39 22,956 Apr-08-2017, 01:16 AM
    Thread: Help on a program to help with distributing food to the needy
Post: RE: Help on a program to help with distributing fo...

Thank you, i will try it. what about being able to return to the main menu? Also, could you put that python code in [  python][  /python] tags? I cant really see any of it, it is all displayed on two...
teenspirit General Coding Help 39 22,956 Apr-07-2017, 09:27 PM
    Thread: Help on a program to help with distributing food to the needy
Post: RE: Help on a program to help with distributing fo...

I have an update on my program. I am going to make a function be the main menu. My current code is like this: #! /usr/bin/env python3 #for use in the total() function from fractions import Fraction #t...
teenspirit General Coding Help 39 22,956 Apr-07-2017, 08:33 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020