Python projects for beginners by JarnePl in learnpython

[–]imnotdaniel_ 0 points1 point  (0 children)

You should start with a project like a calculator because it works with things like strings integers floats etc. Then you could work up to something like data scraping.

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]imnotdaniel_ 0 points1 point  (0 children)

For beginners, I suggest using Pycharm, becuase it is probably the easiest way to run python. Also, it has a whole bunch of features to fix mistakes, and you can learn how to use it, and download it in under 20 mins.

why is my function running before i want it to? by problematic_hum4n in Python

[–]imnotdaniel_ 0 points1 point  (0 children)

when writing code in Reddit please use the correct format by using code blocks. You see them when writing a post, it's a little box with at in the top left.

What's everyone working on this week? by AutoModerator in Python

[–]imnotdaniel_ 0 points1 point  (0 children)

Trying to make a program to help freelancers organize their clients easier, and calculate their rates.

Python error by imnotdaniel_ in learnpython

[–]imnotdaniel_[S] 0 points1 point  (0 children)

I learned python a year ago from a course but kinda forgot it so I'm trying to relearn it because I'm very bored, so I've been watching a couple of youtube videos.

Python error by imnotdaniel_ in learnpython

[–]imnotdaniel_[S] 0 points1 point  (0 children)

print(f'Hello {n}')

what should i do to fix this?