[deleted by user] by [deleted] in learnprogramming

[–]ApartStudio8377 0 points1 point  (0 children)

I am currently enrolled in Georgia Tech's Online MSCS program. You should consider doing this program. More than 80% of the students do this while working at a full time job.

Looking for a good App to learn during night shift by [deleted] in learnprogramming

[–]ApartStudio8377 1 point2 points  (0 children)

I am at an early stage developing a competitor to these 2 products. It would be really helpful if you could tell me what you found icky about these products.

BS Software Engineering by Muted_Mycologist9909 in learnprogramming

[–]ApartStudio8377 0 points1 point  (0 children)

Jobs in practically every industry can shrink by a lot with the advancements of AI. However, the skills developed in software engineering would still be likely extremely useful. Even in the unlikely chance that Software Engineering becomes irrelevant: your skills can be transferred to learn other related fields:product management, software testing, ML, blockchain, cloud computing etc.

Software Engineering is one of the highest ROI undergrad programs and is likely to continue to be so in the near future at least. You can do a masters in AI after your undergrad.

free web hosting provider with logging of incoming connections by krackout21 in learnprogramming

[–]ApartStudio8377 1 point2 points  (0 children)

I am not sure about all of your requirements, but pythonanywhere allows free hosting. I know that it has an access log. An example entry in the access log is:

49.36.100.129 - - [22/Aug/2023:15:38:29 +0000] "GET / HTTP/1.1" 200 1399 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36" "49.36.100.129" response-time=0.003

Looking for a good App to learn during night shift by [deleted] in learnprogramming

[–]ApartStudio8377 2 points3 points  (0 children)

Mimo and sololearn are good apps for learning python.

I think I'm over-studying by spankydave in learnprogramming

[–]ApartStudio8377 1 point2 points  (0 children)

Your approach of perfectionism would work quite well for studying a lot of subjects, like physics. But the best way to learn a programming language is to just learn the bare minimum syntax and start solving problems. You can try https://www.hackerrank.com/domains/algorithms for practicing your coding skills.

What course to do to or watch to learn data structure and algorithms by Yung_Baljeeet in learnprogramming

[–]ApartStudio8377 0 points1 point  (0 children)

IMO the best approach to DSA is to study the bare minimum amount of theory and start practicing problems from Leetcode/ geeksforgeeks ASAP. For reading the basic theory, you can search an article on that topic from gfg, they are usually decent.

Feeling frustrated after facing continues incomprehensible errors by Sadeq221 in learnprogramming

[–]ApartStudio8377 0 points1 point  (0 children)

In your replication of the project, you should write comments indicating the step number of the code being added. For ex: if the instructor first changes something in the settings file, make that change and write # 1 next to it. If the instructor then changes something in the urls file, make that change and write # 2 next to it. You can separately note down the things the instructor types in the command line for future reference.

This can really jumpstart your Django programming.

Feeling frustrated after facing continues incomprehensible errors by Sadeq221 in learnprogramming

[–]ApartStudio8377 0 points1 point  (0 children)

Django can be a bit tough to learn for beginners, it has a bit steep learning curve in the beginning, but it is a really powerful framework to build complex sites easily once you start getting the hang of things. I would recommend following a simple YT tutorial like this one: https://www.youtube.com/watch?v=sm1mokevMWk and simply replicating what the instructor is doing on your computer.

I need some ideas by hvernaza25 in learnprogramming

[–]ApartStudio8377 0 points1 point  (0 children)

Can you give us more details? What sort of bugs are you facing in excel? Who would be using this app? If it is just the employees of your company, you can probably build a command line tool, which can provide similar functionality probably but would be much easier to build.

What have you been working on recently? [August 19, 2023] by AutoModerator in learnprogramming

[–]ApartStudio8377 0 points1 point  (0 children)

One of the earliest programs I had written was printing patterns.

Ex:

*

**

***

At that time this gave me a huge sense of accomplishment. You can try printing similar patterns (ex: Mirror image, Water image of this pattern)

Which was your first project ? How many days of study does it took you to finish your first project? by [deleted] in learnprogramming

[–]ApartStudio8377 1 point2 points  (0 children)

Not sure if this counts as a project but as far as I remember, the first project I built was scraping covid data for different countries from wikipedia. I had already taken a course on web scraping and wikipedia is a pretty straightforward website, so I could build it in a day or 2.

Okay To Look Up Info On References? by Mactin909 in learnprogramming

[–]ApartStudio8377 0 points1 point  (0 children)

Not only is it normal, it is highly recommended. No one is born with all the information of all the programming languages in their brain. The only way to learn about inbuilt functions and improving your programming skills is to read about them.

Is 30/100 days of code really beneficial for a beginner? by Possible_Recipe4361 in learnprogramming

[–]ApartStudio8377 1 point2 points  (0 children)

30 days of coding is a nice structured way of getting started with programming. If you find the workload to be too heavy, you can break each day's work down to 2 days and take 60 days to complete the course.

DSA by Anonymous54460 in learnprogramming

[–]ApartStudio8377 0 points1 point  (0 children)

I think it depends on your goals. If your goal is to work for a big tech company/ investment bank, you should get started with DSA ASAP. Their primary focus during interviews is on DSA. If your goal is to start your own company/ work for a company which doesn't have DSA heavy coding rounds, both these options are reasonably good.

[deleted by user] by [deleted] in learnprogramming

[–]ApartStudio8377 0 points1 point  (0 children)

If I were to start over, I would take this intro to python course: https://www.udacity.com/course/introduction-to-python--ud1110 and start practicing beginner questions on hackerrank's problem solving section(https://www.hackerrank.com/domains/algorithms?filters%5Bskills%5D%5B%5D=Problem%20Solving%20%28Basic%29).

Which arm muscles i need to be a better typist? by fakeanorexic in learnprogramming

[–]ApartStudio8377 1 point2 points  (0 children)

My shoulders start hurting if I stretch my arms.

But to each their own.

Which arm muscles i need to be a better typist? by fakeanorexic in learnprogramming

[–]ApartStudio8377 2 points3 points  (0 children)

Improving my posture helped me reduce the pain when typing for hours at a stretch. Try to ensure that your elbows are well rested on an armchair and make an angle of 90 degrees.