joeyajames / Python

Python code for YouTube videos.
MIT License
1.64k stars 1.35k forks source link

Python-OOP concepts #94

Open Rajan2531 opened 3 years ago

Rajan2531 commented 3 years ago

Presentation about OOP concepts is very short and incomplete for someone who wants to learn it.

Varun270 commented 3 years ago

Hello, Actually I would love to solve this issue, but was wondering whether this project is accepting PR's or not.

joeyajames commented 3 years ago

Yeah, I haven't really made a complete course on OOP, just an intro to the basics. Varun, if you have time to write some simple code to explain more OOP concepts, including inheritance and design patterns, etc. that would be great. People really like Jupyter Notebooks, so if you can do code in Jupyter that's best, but just .py text files are okay too. Most important is that the code be simple to understand - a learning tool. Entry/intermediate level programmers should be able to figure it out.

Varun270 commented 3 years ago

Hello, @joeyajames I am on it , but I will be coding in pycharm so I guess it would not be an issue you can assign me this issue.

Varun270 commented 3 years ago

Can anyone tell me how to push changes in git actually I have made some commit but after pushing those changes I am getting this error - src refspec secondary does not match any. Please someone help me I am a beginner. I am using comand - git push origin [branch name]

ghost commented 3 years ago

Can anyone tell me how to push changes in git actually I have made some commit but after pushing those changes I am getting this error - src refspec secondary does not match any. Please someone help me I am a beginner. I am using comand - git push origin [branch name]

You might've missed using git add . or git commit -m "<message>"

Varun270 commented 3 years ago

@joeyajames Wanted to know if this repository is still accepting PR's? Would like to do some code Contribution on OOP concepts.

AnuragNagare commented 1 year ago