7 Answers
+ 1
It is difficult to give you any pointer to your question.
To your question, a question: What do you want to achieve with Python?
+ 5
OKORONKWO JOSEPH ,
what does it mean when you say `... but i haven't been able to do anything with it ...`. please give some more details.
in general:
> before proceeding with new topics, i would recommend that you continue and finish the `introduction to python` course you have already started.
> also you should do some more exercises to practice and get familiar with python.
> additional exercises can be found in the community section - they are called `code coach` exercises. they are marked with difficulty levels, and you can pratice and code in the built-in editor.
+ 2
You can write and run your Python code in Playground, learn the libraries and modules. Python has a lot of different libraries and modules, and you can try them. You need to learn IDE and GUI, if you want becoming a developer.
+ 1
try to learn a harder language. if you can understand that much better than python, then maybe python is not for you....
or id the other language is so much hard to learn, switch back to python and decide it: I need this
+ 1
Python is friendly language to start with. Try to write small code and print it, it would eventually help you
+ 1
how to start using python in beginner
Don't aim for large initiatives right away; instead, set tiny targets. Begin with simple activities such as a guessing game, to-do list, or calculator.
Practise every day: 30 to 45 minutes is sufficient. Long breaks are inferior to consistency.
Learn by doing: Try a quick exercise following each new topic (loops, lists, functions, etc.). For instance, create a multiplication table if you learn loops.
Make use of free resources: For brief examples, check out W3Schools, freeCodeCamp, or Python documentation.
Select a small project, such as a weather app, spending tracker, or password generator. As soon as you "see" your code functioning, you'll feel inspired.
Don't be afraid to debug; mistakes are common. You'll learn more quickly if you Google them.
Gradually advance: After you feel at ease, begin investigating libraries such as Flask (for web) or Pandas (for data).
0
How to Choose a Programming Language
By Simon Sauter
https://code.sololearn.com/WWE2eu548roL/?ref=app
Hi! alternatively, python is used as the language in which program prototypes are written. it is easy to study, it is possible to quickly write a working model of the program on it.
Where we can use Python:
1. Web Development
2. Game Development
3. Machine Learning and Artificial Intelligence
4. Data Science and Data Visualization
5. Desktop GUI
6. Web Scraping Applications
7. Business Applications
8. Audio and Video Applications
9. CAD Applications
10. Embedded Applications
Computer-Aided Design is the use of computers to aid in the creation, modification, analysis, or optimization of a design.
Computer-Aided Designing is a very complicated application to make as many things have to be taken care of. Objects and their representation, functions are just the tip of the iceberg when it comes to something like this. Python makes this simple too and the most well-known application for CAD is Fandango.