Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to see the date of installation of python modules.
Post: RE: How to see the date of installation of python ...

(Mar-31-2023, 12:13 PM)rob101 Wrote: [...] I use pip uninstall package_name to remove anything that I feel I need to [...]. That way there's less of a chance that I'll break something, maybe somethi...
newbieAuggie2019 General Coding Help 4 1,466 Mar-31-2023, 12:40 PM
    Thread: How should I run pip-date in python3?
Post: RE: How should I run pip-date in python3?

(Mar-31-2023, 10:03 AM)Gribouillis Wrote: I'm not a Windows user but look perhaps in the folder Output:c:\users\YOURUSER\appdata\local\programs\python\pythonXXX\Scripts Thanks a lot! Sorry, you pro...
newbieAuggie2019 General Coding Help 5 1,775 Mar-31-2023, 12:28 PM
    Thread: How to see the date of installation of python modules.
Post: RE: How to see the date of installation of python ...

(Mar-31-2023, 10:30 AM)rob101 Wrote: I'm using a Linux based OS and as such, there is a directory located: /home/rob/.local/lib/python3.6/site-packages in which all of the packages that I have insta...
newbieAuggie2019 General Coding Help 4 1,466 Mar-31-2023, 11:31 AM
    Thread: How should I run pip-date in python3?
Post: RE: How should I run pip-date in python3?

(Mar-31-2023, 08:49 AM)newbieAuggie2019 Wrote: the command to run that module is "$ pip-date" in Linux.Hmmm, it seems that actually the dollar sign ("$") is a sort of prompt symbol in Linux,...
newbieAuggie2019 General Coding Help 5 1,775 Mar-31-2023, 11:00 AM
    Thread: How should I run pip-date in python3?
Post: How should I run pip-date in python3?

Hello once again! I keep trying to see the date of the installation of my modules in python3. I installed for that task even one more module called pip-date, but the command to run that module is "...
newbieAuggie2019 General Coding Help 5 1,775 Mar-31-2023, 08:49 AM
    Thread: How to see the date of installation of python modules.
Post: How to see the date of installation of python modu...

Hi again! As my knowledge is still very very limited, I learn mostly by imitating code and then later on, I expand it or manipulate it, till I get what I want. Due to some trials and errors, I have...
newbieAuggie2019 General Coding Help 4 1,466 Mar-31-2023, 08:27 AM
    Thread: How can I change with Python the underline colour in a PDF? [SOLVED]
Post: RE: How can I change with Python the underline col...

(Mar-29-2023, 09:03 AM)Gribouillis Wrote: I suggest okular which is entirely free and also open source and a very good pdf viewer. Thank you! After so many hours trying to find a solution to the ...
newbieAuggie2019 Bar 3 1,671 Mar-29-2023, 10:16 AM
    Thread: Why does graph look different in Codecademy and Jupyter Notebook
Post: RE: Why does graph look different in Codecademy an...

(Feb-21-2023, 09:58 AM)abc123456 Wrote: What is the causing the differences, and how do I get the Jupyter graph to look like the one in Codecademy? Thank you! Hi! The last two graphics are identica...
newbieAuggie2019 Data Science 1 1,452 Mar-29-2023, 09:22 AM
    Thread: How can I change with Python the underline colour in a PDF? [SOLVED]
Post: RE: How can I change with Python the underline col...

Hello again! 1) About my first approach to the problem, I have spent a lot of hours trying to mimic some code I have seen to deal with pdf files. I have tried some modules for that task, like poppler...
newbieAuggie2019 Bar 3 1,671 Mar-29-2023, 07:51 AM
    Thread: Partial KEY search in dict
Post: RE: Partial KEY search in dict

(Mar-28-2023, 04:18 AM)klatlap Wrote: Hi all, i am trying to do a partial search in a dict, [...] As a note the partial search could be anywhere with in the key.Hi! 1) I think your program works...
newbieAuggie2019 General Coding Help 6 1,200 Mar-28-2023, 06:41 AM
    Thread: How can I change with Python the underline colour in a PDF? [SOLVED]
Post: How can I change with Python the underline colour ...

Hello again, everybody! I try to keep working on my better understanding and use of Python, at least, as much as my little free time allows me... I was taught not to underline or make any other mark...
newbieAuggie2019 Bar 3 1,671 Mar-28-2023, 02:20 AM
    Thread: Problems and doubts with Anaconda and Spyder
Post: RE: Problems and doubts with Anaconda and Spyder

(Feb-07-2023, 12:59 AM)snippsat Wrote: With 200 post you should know that it's [python] and not [code] **wink** Just use the python icon **python** in editor Yes, you are completely right. The only...
newbieAuggie2019 News and Discussions 9 4,683 Feb-07-2023, 05:52 AM
    Thread: Problems and doubts with Anaconda and Spyder
Post: RE: Problems and doubts with Anaconda and Spyder

Quote:You most of course use your path to your Anaconda installation,the example i give was with Miniconda(as i mention the command is the same in Anaconda). Sorry, I saw that you signed off, and I a...
newbieAuggie2019 News and Discussions 9 4,683 Feb-06-2023, 09:28 PM
    Thread: Problems and doubts with Anaconda and Spyder
Post: RE: Problems and doubts with Anaconda and Spyder

Update: By now, I have installed and uninstalled miniconda several times (I also discovered that there were programs listed in the Start menu not yet erased, like anaconda and miniconda files, furthe...
newbieAuggie2019 News and Discussions 9 4,683 Feb-06-2023, 09:08 PM
    Thread: Problems and doubts with Anaconda and Spyder
Post: RE: Problems and doubts with Anaconda and Spyder

Hello again! I tried a new approach, as I had also problems as commented on the last post. As I hope to have cleaned up everything from anaconda and Spyder, I download and execute the miniconda inst...
newbieAuggie2019 News and Discussions 9 4,683 Feb-06-2023, 06:38 PM
    Thread: Problems and doubts with Anaconda and Spyder
Post: RE: Problems and doubts with Anaconda and Spyder

Hi! Thank you for your kind help! First, I think I cleaned everything from anaconda and Spyder. They said there was an uninstaller on the Start list, and there wasn't, but I found it inside the Ana...
newbieAuggie2019 News and Discussions 9 4,683 Feb-06-2023, 04:59 PM
    Thread: Problems and doubts with Anaconda and Spyder
Post: Problems and doubts with Anaconda and Spyder

Hello again! I apologize if this is not the right forum for the following problems and doubts. I was still using Python 3.7.4 for my little simple programs, but I decided to update and use t...
newbieAuggie2019 News and Discussions 9 4,683 Feb-05-2023, 08:51 PM
    Thread: Adding colour to Python console
Post: RE: Adding colour to Python console

(Apr-10-2020, 12:57 PM)Archangelos Wrote: Hello guys, I tried to colourise the texts in a Python consol applications but the results were a little bit weird.Hi! Maybe this can give you some ideas:...
newbieAuggie2019 General Coding Help 4 2,688 Apr-15-2020, 05:15 PM
    Thread: make a turtle object an image
Post: RE: make a turtle object an image

(Apr-12-2020, 04:40 PM)Agusben Wrote: is there another way to save a turtle drawing as a jpg image file?Hi! Maybe you could use the following. I have modified your original program: import turtle ...
newbieAuggie2019 General Coding Help 2 12,492 Apr-15-2020, 01:47 PM
    Thread: problem a with a word question
Post: RE: problem a with a word question

(May-27-2018, 02:01 PM)baobei Wrote: Use a multiple assignment to add the prefix before the given first name and the suffix after the given last name, then print the full name. The string value in f...
newbieAuggie2019 General Coding Help 5 3,994 Nov-22-2019, 05:58 AM

User Panel Messages

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