+ 2
I have problem in python
Data science and machine which one should i start with
10 odpowiedzi
+ 2
Give me roadmap ,whre to start ,are they available here
+ 2
Yea start learning Python Beginner or Core. Don't forget to make use of the language and explore by reading and trying writing code.
+ 2
Roadmap is available in all languages
+ 1
I personally like python for automation and scriptability. Perhaps you see more to python than the cliche reasons? I am working on an IRC bot and the Django web application framework myself. These are very applicable.
+ 1
then wat next
+ 1
same as me the thing is i had little knowlodge just started answering question random thats y it shows like am on level 5 but mmm am also new , i will start learning from where i will get stuck , am dumb than u
+ 1
Do you use Linux? If you did you could strap all sorts of scripts together in command line. Do you know what a shebang is?
#!/usr/bin/python
# ^ this is shebang - first line ^
# script here!
import re
def MyFunc():
print('More Pythons!\n')
print('I\'m addicted!')
0
You'll be on your way!
0
To be honest I started with python FOR learning to make plugins for my chat bot. I started here and on my profile I'm still not finished the core (I did beginner last winter). Yet I'm starting to feel confident with the language.
0
Bright Nasoloh don't put yourself down like that. Just try to find some manageable practical use examples. When I first started pythons I was looking out for interesting Python codes on the web. I'll admit it took a while to find enough interesting stuff but it was fun looking for pythons.