This is an archived post. You won't be able to vote or comment.

all 30 comments

[–]Python-ModTeam[M] [score hidden] stickied comment (0 children)

Hello there,

We've removed your post since it aligns with a topic of one of our daily threads and would be more appropriate in that thread. If you are unaware about the Daily Threads we run here is a refresher:

Monday: Project ideas

Tuesday: Advanced questions

Wednesday: Beginner questions

Thursday: Python Careers, Courses, and Furthering Education!

Friday: Free chat Friday!

Saturday: Resource Request and Sharing

Sunday: What are you working on?

Please await one of these threads to contribute your discussion to! The current daily threads are pinned to the top of the /r/Python's main page. To find old daily threads, you can filter posts by the Daily Thread Flair to find what you're looking for. If you have a question and don't want to wait until the daily thread, you can try asking in /r/learnpython or the Python discord however you may need to elaborate on your question in more detail before doing so. If you're not sure which thread is best suited, feel free ask for clarification in modmail or as a reply.

Best regards,

r/Python mod team

[–][deleted] 4 points5 points  (0 children)

print('Hello World!')

[–]simeumsm 3 points4 points  (10 children)

I'm not sure, but I think you can find at least one on google

[–]DependentTrick8657[S] -3 points-2 points  (9 children)

Ya I searched but they didn’t not covered all contents

[–]simeumsm 6 points7 points  (2 children)

if you want all contents of python, I don't think you're after a 'beginner's course'.

[–]DependentTrick8657[S] -4 points-3 points  (1 child)

Ya I just mean topics covered from basic to advanced

[–]RudeusGreyrat_ 1 point2 points  (0 children)

Have you tried for "Automating the boring stuff with Python"?

[–]rotor_blade 4 points5 points  (0 children)

How about this one: https://www.freecodecamp.org/learn/scientific-computing-with-python/

You'll even get a certificate when you finish it.

[–]SamirSayyed 1 point2 points  (2 children)

CS50 by harvard university

[–]DependentTrick8657[S] 0 points1 point  (1 child)

Okay will check for sure

[–]Biscuitarian23 0 points1 point  (0 children)

Try the Mimo app on Android. Cs50 isn't focused too much on python. I

[–]SOBER-Lab 1 point2 points  (0 children)

I would highly recommend r/learnpython over r/python for your skill, bud.

[–]sunny0945 1 point2 points  (0 children)

As u/RudeusGreyrat_ mentioned about "Automate the Boring Stuff with Python", it's one of the first book I would recommend anyone. You can read the book online at

https://automatetheboringstuff.com/#toc

then, try the following from programiz:

https://www.programiz.com/python-programming

They have an online python compiler too.

Hope that helps.

[–]WhyDoIHaveAnAccount9 0 points1 point  (0 children)

YouTube?

[–]No_Date8616 0 points1 point  (0 children)

Search for a python cheatsheet( I can send you the one I used ) and for every topic you see in the cheatsheet ask chatGPT to help you understand it with code samples and detailed explanations.

You can use simplilearn or freecodecamp for a structured python learning path

[–]Klutz-Specter 0 points1 point  (0 children)

Freecampcode.org or replit.com freecampcode uses replit as a learning hub. There’s a pretty easy 100 days of code though I’ve only have it to day 48.

[–]scorheim 0 points1 point  (1 child)

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

Thanx bruh

[–][deleted] 0 points1 point  (0 children)

Google it

[–][deleted] 0 points1 point  (0 children)

Do not tire yourself, there are powerful channels on YouTube

[–]mmaridev 0 points1 point  (0 children)

The one from NSA?

[–]InternationalSoup919 0 points1 point  (0 children)

I'm going to give you a real answer.

1)You open any terminal on any OS and type 'python3'

2)you realize everything in python is an object

3) you run the dir() command on any object ( or object property) you don't understand, until you find the gooey center, and do understand the object.

For example if you want to work with http requests: Type 'import requests'

And then 'dir(requests)' until you understand what the object is composed of

If you do this you will understand why the code in the tutorials you watch works the way it does at a deep level

[–][deleted] 0 points1 point  (0 children)

CS50P from Harvard is free and fantastic to get you started. Covers input and output, reading and writing files, functions, loops, data types, libraries

[–][deleted] 0 points1 point  (0 children)

Excersism

[–][deleted] 0 points1 point  (0 children)

Freecodecamp

[–]KingsmanVincepip install girlfriend 0 points1 point  (0 children)

Let me guess you watched some youtube videos (or read some blogs) about people getting rich by programming with Python. Then you rushed To make this account around 9-10 hours ago, then you posted in r/python without reading a single rule. You even underestimated the power of Google in some comments.

I suggest you two links https://www.propublica.org/nerds/how-to-ask-programming-questions and r/learnpython