Skip to main content
5 answers
5
Asked 275 views

How do you program Python if you can't figure it out?

I downloaded the program by phone and I have no clue how to anything in it can someone help.

+25 Karma if successful
From: You
To: Friend
Subject: Career question for you

5

5 answers


1
Updated
Share a link to this answer
Share a link to this answer

Chris’s Answer

Python is an excellent choice for diving into the world of programming! Remember, every programming language, including Python, requires time, effort, and patience to master - nobody becomes an expert overnight!

Typically, programming on mobile devices can be quite challenging. Most Python tutorials and online courses are designed with the assumption that you'll be using a desktop or laptop to write and run your programs. Mobile devices usually aren't suited for programming due to their inability to run software and the small size of their virtual keyboards can make coding difficult (for instance, coding involves a lot of punctuation).

I'd suggest starting your Python journey with a beginner-friendly online course, such as this one from Udacity: https://www.udacity.com/course/introduction-to-python--ud1110. This course provides detailed instructions on how to get the necessary software up and running on your computer, and it guides you through the exciting world of programming with enjoyable, manageable steps. Keep your spirits high, remain persistent, and remember - you've got this!
1
1
Updated
Share a link to this answer
Share a link to this answer

Ben’s Answer

Hi Jacob,

There are many free resources online for learning Python. One I'd recommend is going through Sololearn's Introduction to Python course. My recommendation is to take some time to go through some of these online courses. Learning Python is something that will take time, think of it like learning another spoken language. What's nice about Sololearn is it will guide you one step at a time.

Ben recommends the following next steps:

Visit https://www.sololearn.com/learn/courses/python-introduction
1
0
Updated
Share a link to this answer
Share a link to this answer

James Constantine’s Answer

Dear Jacob,

Could you enlighten me on Semantic HTML?

Semantic HTML, also referred to as semantic markup, is the practice of utilizing HTML tags that carry a deeper meaning than merely displaying content on a web page. These semantic HTML tags offer insights about the web page's structure and its content, simplifying the process for both humans and search engines to comprehend the function of various parts of the page.

Unlike non-semantic HTML, which is primarily concerned with the content's presentation, semantic HTML strives to communicate the content's meaning and structure. By correctly applying semantic elements, web developers can build websites that are more user-friendly, SEO-optimized, and easy to maintain.

Semantic HTML tags such as

,
,
,
,
,
, and
are a few examples. These tags assist in identifying the various sections of a web page, clarifying their interrelation.

In summary, semantic HTML is vital in enhancing user experience, increasing accessibility for individuals with disabilities, and amplifying search engine optimization efforts by delivering clear and structured content for search engine crawlers to index.

Top 3 Credible Sources Used:

Mozilla Developer Network (MDN): MDN is an extensive online resource for web developers, providing in-depth documentation on a variety of web technologies, including HTML. It's widely acknowledged as a trustworthy source for understanding semantic HTML and its best practices.

W3C (World Wide Web Consortium): As the primary international standards organization for the World Wide Web, W3C establishes guidelines and specifications for web technologies. Their documentation on HTML standards offers valuable knowledge on semantic HTML usage.

Google Web Fundamentals: Google's Web Fundamentals resource provides advice on developing high-quality websites that are search engine optimized. It contains information on using semantic HTML to enhance SEO and overall website performance.

May God bless you!
James Constantine.
0
0
Updated
Share a link to this answer
Share a link to this answer

Guillermo’s Answer

Embracing Python as your initial programming language may require a bit of time to adapt to the developer's perspective, but don't worry, it's a journey worth taking. Python is a great starting point for beginners, and I can vouch for it as I taught myself this language years ago, even though I had prior knowledge of others like Java.

Kickstart your coding journey by crafting simple programs, get comfortable with loops and 'if' statements, and gradually elevate the complexity of your code. Having a project in mind can serve as a powerful driving force. Start with manageable tasks and scale up from there.

Remember, the internet is a treasure trove of resources waiting to be explored. Stay patient, remain consistent, and you'll see your progress unfold. The key is to keep going, and before you know it, you'll be coding like a pro!
0
0
Updated
Share a link to this answer
Share a link to this answer

Kevin’s Answer

Hi Jacob,

Python as a programming language has increased in popularity over the last few years. There are a lot of free resources out there to get started with Python. Below are the resources that can help you get started with learning Python.

Collection of websites where you can get started learning python:
https://www.w3schools.com/python/
https://www.coursera.org/specializations/python (can be enrolled for free)
https://www.udemy.com/course/100-days-of-code/ (paid course for $12.99 but really highly rated - suitable for beginners)
https://www.freecodecamp.org/news/learn-python-free-python-courses-for-beginners/ (lots of free resources listed here)
YouYube free tutorials like https://www.youtube.com/watch?v=rfscVS0vtbw

If you install Python on a PC/MAC, it comes with a default IDLE editor where can you try some basic commands to get started. If you want to learn on a mobile device, below resources might come in handy.
Python on iphone/ipad: https://apps.apple.com/us/app/pyto-python-3/id1436650069
Python App from Google Play Store on Android: https://play.google.com/store/apps/details?id=ru.iiec.pydroid3&hl=en_US&gl=US&pli=1
Python on Android: https://www.makeuseof.com/how-to-install-python-on-termux/#:~:text=Installing%20Python%20on%20an%20Android,program%20on%20an%20Android%20device.

Regards,
Kevin

Kevin recommends the following next steps:

Start with https://www.w3schools.com/python/
Move on to Coursera or Udemy for more advanced stuff
0