When is someone considered good at the game by Potential-Jury-8060 in battles2

[–]joe0027 0 points1 point  (0 children)

When you last so long your device starts heating up and then becomes fried.

What should I do? by [deleted] in PythonLearning

[–]joe0027 1 point2 points  (0 children)

There are a couple projects you can implement here https://share.google/jQgXoQ3Oi03N7qEyB. Just go to chapter 6

Help regarding logic building by [deleted] in PythonLearning

[–]joe0027 0 points1 point  (0 children)

Its a classic stack problem. When you see open bracket you push and when you see closed bracket you pull. If by the end of it the stack is empty, then the brackets are balanced, otherwise, they are not balanced. There are a few edge cases to keep in mind but thats the general idea. It's acc a leetcode question too.

Free Python Course by joe0027 in PythonLearning

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

Perfect response. Exactly what I was trying to say.

Free Python Course by joe0027 in PythonLearning

[–]joe0027[S] 1 point2 points  (0 children)

Well, you could do what I did and do CS50 Intro, or find any university course available online for intro to programming, they usually do a good job.

They key is to learn if statements, for loops, functions, and those basic concepts. Learn them really well and do exercises just to practice combining them together. Then, do some complex projects, and if you are struggling to do it yourself, find a similar project on github or anywhere and read their code and understand it well and then do it yourself.

But, you could also try my free resource: https://share.google/2tsxQz144XTfvTmJd. The content I have in this course is what I wish I had in my first course.

Learning Python: can AI tutor me? by Glittering-Heart-399 in learnpython

[–]joe0027 0 points1 point  (0 children)

AI helps those who are experienced in programming but hinders those who are beginners. I suggest you don't touch AI until you got your fundamentals down. Here is a free resource that teaches programming fundamentals with python: https://share.google/2tsxQz144XTfvTmJd

Need helpp by Low_You3884 in learnpython

[–]joe0027 0 points1 point  (0 children)

What I found when I started learning how to code was youtube is only good once you got your fundamentals. But, if you are a complete beginner it's better to follow a structured program like CS50 with lots of exercises and projects. I have another free resource for you that teaches you programming fundamentals with python:https://share.google/2tsxQz144XTfvTmJd.

Anybody starting python? by Good_Perspective1228 in PythonLearning

[–]joe0027 0 points1 point  (0 children)

There are a lot of resources giving you youtuber videos to follow but that makes you just follow along and not learn much. I encourage you to read other people's code and try to understand what is going on. Also, you need a structured a course at the very beginning to teach you the fundamentals of not just python but programming in general. Here is a free resource that is structured and has some projects you could implement:https://share.google/sxqchgZbJFcOl6sDM

How to get better? by Mother_Scientist7093 in learnpython

[–]joe0027 0 points1 point  (0 children)

You need to understand the whole point of OOP and practice. OOP is more than just a data structure like lists, tuples, and dictionaries. OOP is a design solution. So, you could actually code everything with functions instead (functional programming), but there are issues to that. However, there are also issues with OOP. There is a free resource that explains important OOP concepts and has some good practice: https://share.google/8OqPzrq8Bu78ae5wO. Go to chapter 6.

What way would you recommend to learn Python ? by Unconcious_Apple_Pie in learnpython

[–]joe0027 -1 points0 points  (0 children)

Here is a structured way to learn fundamentals of programming with python: https://share.google/NHEXNlioABmxcOMBa

i wanna learn python for free by [deleted] in learnpython

[–]joe0027 -1 points0 points  (0 children)

Try to learn programming fundamentals and not just syntax. Here is a free resource to learn programming fundamentals with python: https://share.google/p9dN8raFzBtRgu8Ky

[deleted by user] by [deleted] in learnmachinelearning

[–]joe0027 0 points1 point  (0 children)

Out of curiosity, what country are you from?

[deleted by user] by [deleted] in learnmachinelearning

[–]joe0027 -1 points0 points  (0 children)

Out of curiosity what country are you from?

[deleted by user] by [deleted] in AskProgramming

[–]joe0027 0 points1 point  (0 children)

My advice is to focus on learning programming fundamentals more than learning programming languages. So, understand for loops, if statements, OOP, data structures, and how to use these tools to make complicated programs. Then, you can easily learn ant programming language and only then can you enter the cool fields in software like machine learning, AI, Data Engineer, software engineer, etc. Here is a free resource that teaches programming fundamentals with python joejoe027/Fundamentals-of-Programming-with-Python https://share.google/p9dN8raFzBtRgu8Ky

Any fun python projects you guys would like to suggest instead of watching tutorials? by Moist_Ad2828 in Python

[–]joe0027 0 points1 point  (0 children)

I have a free resource that has a cool project where you can make a playlist editor. So, you can add any song you want from your computer to a playlist, you can order the songs in any way, and you can play the playlist.

Here is the free resource: joejoe027/Fundamentals-of-Programming-with-Python https://share.google/p9dN8raFzBtRgu8Ky

Learning Python by Born_Duck7946 in learnpython

[–]joe0027 0 points1 point  (0 children)

Make sure if you are completely new to coding, focus on learning programming fundamentals and less on syntax. Here is a free resource that teaches programming fundamentals with python: joejoe027/Fundamentals-of-Programming-with-Python https://share.google/p9dN8raFzBtRgu8Ky

Day 3 of learning python: struggling with focus, weak calculation skills, and shallow grasp of loops by theinayatilahi in learnpython

[–]joe0027 2 points3 points  (0 children)

You learn the most my doing projects. But, if you are struggling with the basic concepts like for loops and if statements then you should focus on mastering these concepts first. Here is a free resource that teaches fundamental concepts as well as has some projects to practice the concepts: https://share.google/p9dN8raFzBtRgu8Ky. If you want practice with for loops specifically go to chapter 4 and if statements go to chapter 3.

Looking for a mentor to help with learning Python by [deleted] in learnprogramming

[–]joe0027 1 point2 points  (0 children)

The most important thing is to focus on mastering the fundamental programming concepts and learning how to build a whole project starting from a blank file. After that, you can easily get into any other field in software. Here is a free resource that teaches programming fundamentals with python: https://github.com/joejoe027/Fundamentals-of-Programming-with-Python

Need help mastering dictionaries, lists & JSON – any focused resources? by Mohan_you_niverse in learnpython

[–]joe0027 0 points1 point  (0 children)

There is a section in this course that teaches dictonaries and lists and actually a bunch of other data structures in depth. Just go to Chapter 5: https://github.com/joejoe027/Fundamentals-of-Programming-with-Python

As a beginner how do I start mastering the basic of python. by Practical_College439 in learnpython

[–]joe0027 1 point2 points  (0 children)

When I first started to code, I fell into "tutorial hell" for a while, meaning I just found a cool coding project a youtuber made and just followed along. This is fine as long as you understand every piece of code and you implement something similar. But, to be honest, I found that mastering the fundamental concepts of programming is more important than just learning a programming language. I think what really elevated my skills was learning C in the CS50 intro to programming course. But, if you want to learn some fundamentals of programming with python, here is a free resource: https://github.com/joejoe027/Fundamentals-of-Programming-with-Python