0

What I can create on python? Starting with what is worth beginning?

I start learning python and I don't know what can be done on it.

21st Apr 2020, 3:09 PM
Ало
6 Réponses
+ 3
1) Initially to can learn its basic syntax. 2) You can using that basic syntax to code simple programs (odd or even , calculator , .....) 3) Work out more and then deeply learn the python and view tutorials and need to develop your learn the logics 4) Then try the conplicated programs using (pygame, beautifulsoap..........) 5) Then also still learn and workout make you as a well developer
23rd Apr 2020, 3:02 AM
Bharathkannan R
Bharathkannan R - avatar
+ 2
Desktop and web applications
21st Apr 2020, 5:26 PM
Toni Isotalo
Toni Isotalo - avatar
+ 2
I had this question 2 days ago. I had gone through multiple tutorials and exercises on YouTube and on apps like Sololearn and DataCamp. But I felt like I was struggling to move from beginner to intermediate python mentally and it seemed like I was busy with beginner exercises. Pechka Power I decided I'd go online and find coding tasks in python that start at beginner level and go all the way to complex material. The beginner and intermediate tasks/exercises are helpful because u learn as u go. I'm currently busy with only these type of exercises for the next 2 days or so then I'll go back to "studying" Python. By the way, focus on Sololearn's community and ask them here when u get stuck, this place is amazing ♥ 🙏
21st Apr 2020, 8:22 PM
Butcher
Butcher - avatar
+ 1
It would be easy to create a simple calculater, anything really!
21st Apr 2020, 4:05 PM
12ksins
12ksins - avatar
+ 1
you can make shapes! from turtle import * def square(m): for i in range(4): fd(m) right(90) for i in range(10): square(50) fd(50) The possibilities are endless...
21st Apr 2020, 5:55 PM
Zuke
Zuke - avatar
0
Search for similar questions :-), also Google is your friend
21st Apr 2020, 4:00 PM
Abhay
Abhay - avatar