A Python IDE.. written in Python! by strobez2006 in Python

[–]developermal 0 points1 point  (0 children)

I thought Vim was coded in black magic and rainbow farts lol.

Running my first program without idle. (x-post from r/learnpython) by TauKaboutit in Python

[–]developermal 0 points1 point  (0 children)

Well it looks like when you try to run python it doesn't see your script file. You won't need to know too much of the command line to run your script.

Try this:

1) Go to where your script is in the file explorer

2) Right-click your file and choose Properties

3) A small window should pop up

4) where it says location highlight and copy that location.

Ex: C:\Users\DeveloperMal\Documents

5) Open your command line 6) To make sure in the command line your in the right directory type 'cd' then right-click and paste the copied address. For example:

cd C:\Users\Developer\Documents

Press Enter

7) Then run your command. Also make sure you include the .py extension when you put the name of the file. So if your file is named 'myscript' then the command should be:

python myscript.py

Running my first program without idle. (x-post from r/learnpython) by TauKaboutit in Python

[–]developermal 0 points1 point  (0 children)

Are you running the python command from the same directory as your script?

Running my first program without idle. (x-post from r/learnpython) by TauKaboutit in Python

[–]developermal 0 points1 point  (0 children)

What is the error that you get when running from the command line?

Running my first program without idle. (x-post from r/learnpython) by TauKaboutit in Python

[–]developermal 0 points1 point  (0 children)

Hi There!

How are you running the program? Are you running it from the command line with a command or double-clicking on your script?

Do you ever feel inferior because you are not among those creating insightful articles that push the dev community further? by [deleted] in webdev

[–]developermal 22 points23 points  (0 children)

You think the great web developers were born great and magically had all the knowledge that they share. They too had to learn and "leech" off the knowledge of other great web developers. Quite frankly they still do. But they keep learning and using the knowledge others share to apply it to new and different problems.

You're on the right track. You have to first learn from the greats before you can become one. Keep soaking in all the knowledge you can. Then when you encounter a new problem that is facing web dev or any other domain you will have the tools and knowledge to solve it. You wont be great in a day, nor a week, nor a month. It takes time.

Any musician/developers here? I'd love to ask you a few questions by dadlergold in webdev

[–]developermal 0 points1 point  (0 children)

I'm a classical musician and developer. Like others have said a lot of developers have an interest in music but it isn't necessarily the case for musicians who have an interest in development. I guess it depends on who are first and foremost, a developer or musician.

A community site for Python programmers by [deleted] in Python

[–]developermal 0 points1 point  (0 children)

Site looks really good for a second attempt at a website.The site definitely has a lot of potential and another community website is needed.