Open Rajan2531 opened 3 years ago
Hello, Actually I would love to solve this issue, but was wondering whether this project is accepting PR's or not.
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.
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.
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]
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>"
@joeyajames Wanted to know if this repository is still accepting PR's? Would like to do some code Contribution on OOP concepts.
Presentation about OOP concepts is very short and incomplete for someone who wants to learn it.