Skip to main content
9 answers
10
Asked 593 views

Where did you start with beginning to learn programming?

I'm an 11th grader attempting to learn Python. #python #programming #computer-science

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

10

9 answers


0
Updated
Share a link to this answer
Share a link to this answer

James Constantine’s Answer

Hello Victory,

I started in grade 11 in my Physics class thanks to my teacher. He provided computer cards with soft HB pencils to send to Queensland University Physics Department. The PDP10 computer occupied a whole floor of the department. The language was Fortran. I have continued with nine more computer languages since then.

Now I have completed nutrition and dietetics and I write nutrition education software. I have been writing dietary education software for 30 years. Nowadays my programming platform of choice is Microsoft Visual Studio 2017 Professional Version. Use PDF DRIVE site to download PDF files for free as E-Books. You just enter something like "learn Python" on the site https://www.pdfdrive.com/

It is very reliable as a site.

GOD BLESS!
James.
0
0
Updated
Share a link to this answer
Share a link to this answer

Deepa’s Answer

Hi victory, how are you? I will suggest you to go to w3 schools to learn basics of python .it is easy, and you can learn with examples.
Try to learn with examples is the best way you can understand any concept easier. Learn every day for at least whatever the amount of time you can spend on programming, and equally learn Linear Algebra too if you are looking to make any career in data science.
0
0
Updated
Share a link to this answer
Share a link to this answer

Zohra’s Answer

Hi Victory,

That's a great questions. I initially was a as self starter. Which means I googled some free online platforms to learn code as a beginner with no prior experience and there were a bunch. I used Flatiron school's free tutorial. I really liked it because they had developers who were up until 1 am to help you with any and all coding questions and helping to debug. Their dedication to helping gave me the confidence and boost to work a full time job, take grad classes and then code till 1 am every day. I ultimately joined a the boot camp and am successfully working as a developer for 4 plus years now.

Pitfalls I faced, I failed to join in time for the boot camp twice, because I bombed the pre-coding entrance exam..TWICE. Third time's the charm! I successfully finished the bootcamp without ever failing the exam and was able to finish with my cohort. Got a few offers and ultimately joined the firm I'm with now, and quite happy.

The best motivation is self motivation and the willingness to just start.

Good Luck!



0
0
Updated
Share a link to this answer
Share a link to this answer

Aaliyah J.’s Answer

Hi Victory! I hope all is well. You an begin learning programming by watching videos on YouTube. Also, LinkedIn Learning has numerous programming courses. If you do not have a LinkedIn, please create one.
0
0
Updated
Share a link to this answer
Share a link to this answer

Rebecca’s Answer

To learn programming, the best is you start to do your own programming first.
If you are interested in Python, you can find some resources online to learn about the syntax and structure of python. Then, you can start your own coding. You can start coding on some simple project first, e.g. a calculator, control a robot, robotic car, etc. There are good exercise.
After you have familiar with the language, you can code something more complex.
Then, ther than Python, you can also try other programming languages, e.g. Sketch, etc
If you find you are interested in programming, you can consider to take Computer Science as your major in the college and become a developer after graduation.
Hope you enjoy programming! Good Luck!
0
0
Updated
Share a link to this answer
Share a link to this answer

Jerome’s Answer

If you really have an interest in the nuts-and-bolts of programming (and have time), working with your own small computer system and learning to program it is a great way to go. Pick up an inexpensive Raspberry PI or Arduino to play with. Once you have an understanding of your hardware and operating system, then you can explore assembly, moving on to higher-level languages like C and Python; these are available with all Linux distributions for free, and there are plenty of books, websites, and videos to help you along. After you've got the basics down, you may want to consider enrolling in courses to enhance your skills. I'd avoid the boot-camp approach unless you're really in a hurry, because they generally downplay deep understanding of the system in the interest of learning to "code".

Good luck!
0
0
Updated
Share a link to this answer
Share a link to this answer

James’s Answer

There are some great answers here. In addition, I wanted to send along this link for 7 free python resources. I have taken the Udacity course and really enjoyed it.

https://medium.com/pythoneers/7-free-python-resources-for-learning-in-2021-cc30a8601d12
0
0
Updated
Share a link to this answer
Share a link to this answer

Shresth’s Answer

Great choice!
Python is a good choice to start your programming journey, and you would find its application in a vast number of fields ranging from automation, networking, and web development.
You should look into courses from freecodecamp, youtube videos and udemy.
0
0
Updated
Share a link to this answer
Share a link to this answer

Edgar’s Answer

My first experience in programming came through school. However, I liked the hang of it and started resolving programming problems on my own in several specialized web pages. They go from beginner to expert so you should be able to learn pretty quick.

Make sure to be consistent and practice a lot and once you get to high school/college you will be so ahead that you can really take advantage of the teacher's knowledge.
0