Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How do I properly release my code open-source?
Post: How do I properly release my code open-source?

I have a GitHub, and I already know how to create repositories. However, just uploading my code on GitHub isn't enough. I see many GitHub README.md files guide people through the installation process....
Brennan News and Discussions 1 2,575 Jun-30-2018, 03:38 AM
    Thread: How can I make this function faster?
Post: RE: How can I make this function faster?

The function wasn't setup to edit values inside of other values. For reference, the picture I posted above is the YML file that I am manipulating/reading. If I pass in date, it would look like this: d...
Brennan General Coding Help 10 6,202 Jun-29-2018, 08:02 PM
    Thread: How can I make this function faster?
Post: RE: How can I make this function faster?

Sorry about that ichabod801. I'm now working on my edit function. It looks like this: # Editing data of a file. def edit(key, value): with open(file) as loader: document = yaml.safe_load(...
Brennan General Coding Help 10 6,202 Jun-29-2018, 07:44 PM
    Thread: How can I make this function faster?
Post: RE: How can I make this function faster?

(Jun-29-2018, 04:05 PM)volcano63 Wrote: How about writing proper Python code? How about not being an arrogant [CENSORED BY MOD]? If you have nothing nice to say, get off of my thread. I don't need p...
Brennan General Coding Help 10 6,202 Jun-29-2018, 06:10 PM
    Thread: How can I make this function faster?
Post: RE: How can I make this function faster?

IndexError is not being thrown by the .get() statement. It's being thrown by separate[num]. I agree that the variable names are not good. I had already changed them shortly after making this post. wit...
Brennan General Coding Help 10 6,202 Jun-29-2018, 03:24 PM
    Thread: How can I make this function faster?
Post: How can I make this function faster?

Hi, I want to optimize this function and make it faster (if possible). Please let me know if there is a better way of doing this. Thanks! # Reading data from a YML file. def read(value): raw = op...
Brennan General Coding Help 10 6,202 Jun-29-2018, 08:13 AM
    Thread: First Python Project
Post: RE: First Python Project

Thanks a lot for the response! I wasn't aware that many of the functions / methods you suggested even existed while making python-utils. I've made some edits to my code. Please let me know what you th...
Brennan Web Scraping & Web Development 3 3,421 Jun-27-2018, 06:33 PM
    Thread: First Python Project
Post: First Python Project

Hello! My first Python project is called python-utils. You can find the full project on GitHub. FeaturesDecorators - Dynamically alter the functionality of your functions. String Functions - Functio...
Brennan Web Scraping & Web Development 3 3,421 Jun-27-2018, 04:03 AM

User Panel Messages

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