Skip to main content
3 answers
5
Asked 1633 views

About all types of Coding:?

I've been training for coding like javascript, python, data analyst with numpy, but when I think about coding, I have no mindset to even write my own project, it confuses me at the point when I have to think about my acquired skills. I feel I need to master all types of coding letter by letter and master it , am I learning incorrectly?


5

3 answers


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

Doc’s Answer

Jimmy if a particular concept doesn’t make sense, be it in a textbook, or during a class lecture, don't loose your confidence, simply look for a alternate online resources to learn the same content. Everyone learns differently, and just because one source doesn’t make sense, doesn’t mean there’s something wrong with you. It means that you’re not clicking with the delivery method of the material. There thousands of online resources to learn computer programming and there are always tutorials or blog explanations that will make the code your trying to learn crystal clear. Your on the right track as Python is widely regarded as the easiest programming language to learn due to its simple and human-readable syntax. Commands are written in straightforward English terms, reducing the steep learning curve commonly associated with programming languages.

TOP 5 PYTHON LEARNING RESOURCES
1️⃣ PYTHON.ORG — The official Python website is one of the best resources to learn Python, especially for beginners. It provides in-depth documentation and tutorials that help you understand Python syntax, libraries, and use cases. The Python Beginner’s Guide on Python.org is a comprehensive place to start learning Python programming basics. This website is also an excellent reference for experienced developers who want to dive into specific Python libraries and modules.
2️⃣ CODECADEMY — Codecademy is interactive, so it’s an ideal option if you’re new to programming. The course covers essential Python concepts, such as variables, loops, functions, and more. In addition, the free version includes several guided exercises; these let you practice what you’ve learned directly within Python. This structured approach helps you understand core concepts and is ideal for beginner programmers who learn best by doing.
3️⃣ THINK PYTHON — Think Python (by Allen B. Downey) is an open-access e-book that’s perfect if you’re a self-learner and one of the best resources to learn Python. It delivers Python concepts in an easy-to-digest format accompanied by practical examples and exercises. Think Python’s approach is systematic and works well if you prefer a structured, academic-style learning experience. It starts with basics—i.e. variables and functions—and introduces more advanced topics like recursion and data structures.
4️⃣ COURSERA — Coursera's Python for Everybody (by Dr. Charles Severance) on Coursera is another beginner-friendly resource and one of the best free resources to learn Python. It starts with the basics and moves up to more complex data-handling techniques. As a result, it’s ideal if you’re interested in data analysis or automation. Likewise, the course includes video lectures, quizzes, and hands-on assignments, which will help you reinforce what you’ve learned. Although you can access all course content for free, Coursera offers a certificate upon completion if you choose to pay.
5️⃣ LEETCODE — Once you’ve covered the basics, Leetcode is an excellent platform to test your knowledge. The site offers various coding challenges that will improve your problem-solving skills and understanding of algorithms. These are key skills for technical interviews and more advanced Python applications. Furthermore, Leetcode challenges range in difficulty from beginner to advanced, allowing you to grow at your own pace. Completing challenges here is a great way to build confidence and proficiency in Python.

CONCLUSION
While Python is one of the easier programming languages to learn, it still requires dedication and practice. The time it takes to learn Python can vary greatly depending on your prior experience with programming, the complexity of the concepts you're trying to grasp, and the amount of time you can dedicate to learning. However, with a structured learning plan and consistent effort, you can often grasp the basics in a few weeks and become somewhat proficient in a few months.

Hope this was helpful Jimmy
1
0
Updated
Share a link to this answer
Share a link to this answer

James Constantine’s Answer

Good morning, Jimmy!

Do not be discouraged! Be very encouraged! You're a receiver for the multiverses, which means you can access valuable information. There is infinite universes! Open yourself to this infinite intelligence. Just be receptive and keep coding. You will get thoughts for the coding! Just remember an infinitely small receiver is no excuse for no reception! THE TRANSMITTER IS INFINITE!!

I began coding in 1972 and have been self-taught ever since, progressing through FORTRAN, BASIC, QBasic, Visual Basic, Visual Studio, and .NET.

I reached a sticking point in 1996 with SQL. [All stinking Winter!] Could not parse one intelligent statement! All I wanted to do was query the NUTTAB 95 Australian database on all foods under 25mg potassium per 100gr of food for a kidney patient in the Australian outback!

The amount of work I did amounted to the equivalent of about four dieticians because I was programming at night and seeing patients with the software by day which is a recipe for grand burnout which I experienced.

The medical offices in towns like Chinchilla thought I was off with the fairies or mad or something, because they expounded: Nobody ever listens to dietitians and sticks to the diet! Well I got news for you we have reversed diabetes in 6 people because they complied with the dietary directions.

I was just lucky to work with medical officers like Dr Colin Holloway who used natural substances to treat diseases. He knew what was going on! The pharmaceuticals weren't appropriate.

The WHERE clause in SQL (Structured Query Language) is used to filter records in a database based on specified conditions. It enables you to retrieve, update, or delete only those rows that meet the criteria you define.

The WHERE clause is used to filter records.
SQL - WHERE Clause
GeeksforGeeks
https://www.geeksforgeeks.org › sql › sql-where-clause
25 Aug 2025 — In SQL, the WHERE clause is used to filter rows based on specific conditions. Whether you are retrieving, updating, or deleting data.

In Object Explorer, right-click on your server and select Properties.
In the left panel on that Properties page, select the Database settings tab.
In Database default locations, view the current default locations for new data files and new log files.

More items...
View or Change the Default Locations for Data and Log Files - SQL Server
microsoft.com
https://learn.microsoft.com › sql › configure-windows
How do I query a database?
Here's a list of steps for performing a query in a database:

Choose your data. First, determine the data you want to retrieve or update and consider the method you want to use to perform a query. ...
Specify data fields. ...
Assign a table. ...
Filter data.

28 Jan 2025

I've developed NutriMed, MenuWise, Diet Wizard, Engnosis, and Nutrition Wizards.

Python would be good for you!

SEE https://coddy.tech/?

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

Ayush’s Answer

You don't need to be an expert in a language, just focus on the concepts and design. I only started learning Python last month after 11 years in my career. Keep creating projects with structure in mind. If you're worried about which language to use, try a few popular ones like Python or Java. Online coding games and technical challenges are really fun, and you can experiment with different languages there too.

The key is to keep learning and doing. Language is just a tool; what truly matters is the logic, structure, and learning.
0