+ 2

Where can I practice oop in python?

7th Sep 2024, 8:37 PM
Bryan Arauz
Bryan Arauz - avatar
5 Answers
+ 5
Bryan Arauz Coursera: Offers courses on Python programming, including object-oriented programming. edX: Provides various Python courses, some of which focus on OOP concepts. Udemy: Offers a wide range of Python courses, including those specifically designed for OOP. Codecademy: Provides interactive Python lessons that cover OOP concepts. FreeCodeCamp: Offers a free, interactive learning platform that includes Python lessons on OOP. 2. Python Practice Problems: Project Euler: Provides a collection of mathematical problems that can be solved using Python. Exercism: Offers a platform for practicing Python programming with guided exercises and feedback. LeetCode: Provides a collection of coding problems, including those related to OOP. HackerRank: Offers a platform for practicing coding challenges, including those related to OOP. 3. Build Your Own Projects: Create a Simple Game: Build a text-based game or a simple graphical game using OOP concepts. Develop a Web Application: Build a small web application using
7th Sep 2024, 11:48 PM
BroFar
BroFar - avatar
+ 4
Jerry Hobby , i don't think that `pythonista` is available on android devices.
8th Sep 2024, 6:40 AM
Lothar
Lothar - avatar
+ 3
look for Pydroid 3 on Google Play if you're on Android.
8th Sep 2024, 11:21 AM
Bob_Li
Bob_Li - avatar
+ 2
I find w3schools a good site to learn oop
8th Sep 2024, 6:55 PM
Fateme Biglari
Fateme Biglari - avatar
+ 1
IF you are asking where you can write code and practice what you've learned .... You can do it on SoloLearn in the Code Bits section, but there are limitations. If you are on Windows or Mac, you can install Python on your computer and write whatever you like. If you are using an iPhone or Android device, look at Pythonista. IF you are asking how to learn those things, see BroFar's comment.
8th Sep 2024, 12:39 AM
Jerry Hobby
Jerry Hobby - avatar