+ 2
Where can I practice oop in python?
5 Réponses
+ 6
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
+ 4
Jerry Hobby ,
i don't think that `pythonista` is available on android devices.
+ 3
look for Pydroid 3 on Google Play if you're on Android.
+ 2
I find w3schools a good site to learn oop
+ 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.