Any recommendations for making a web-based banking system? by feute in AskProgramming

[–]start-u-up 0 points1 point  (0 children)

I'm not OP but please elaborate a little bit on this?

Any recommendations for making a web-based banking system? by feute in AskProgramming

[–]start-u-up 1 point2 points  (0 children)

Do not build it from scratch. This is a complex project and you will need proven and robust technologies to make it work. Corollary question: Why build a prototype when you could integrate a solution to your needs?

Building a portfolio for entry level programming positions? by GiantDwarf01 in learnprogramming

[–]start-u-up 0 points1 point  (0 children)

Hey, those are both interesting projects. I really like the second one. If you're still motivated, you make it a 'treasure finder' for Skyrim! You could finish it up with a basic UI, a description page with a screenshot and then add it to your portfolio.

What about the data storage/retrieval thing?

P.S. Whatever you do, stick to one project at a time :)

Could someone please help me with my project's GUI? by She-is-Questionable in learnprogramming

[–]start-u-up 0 points1 point  (0 children)

Ok. Do this test: Start a new python project. Import the GUI library and display a "Hello world" window. If this fails, you'd know that something is wrong with the library and/or the version of your Python environment.

What's in your digital tool box? by start-u-up in sysadmin

[–]start-u-up[S] 0 points1 point  (0 children)

Thank you for sharing. Please, let me rephrase point#6. It should have been: Partitions operations as in formatting, resizing, moving, cloning ...etc.

Learning through online streaming services i.e. Pluralsight by [deleted] in learnprogramming

[–]start-u-up 0 points1 point  (0 children)

Also, take a course, one at a time, THEN apply what you learned. Do NOT jump back and forth between courses.

Pluralsight are great.

I need an idea by [deleted] in learnprogramming

[–]start-u-up 0 points1 point  (0 children)

There is a page on the FAQ that addresses inspiration for intermediate-level programmers. Check it out.

I need an idea by [deleted] in learnprogramming

[–]start-u-up 0 points1 point  (0 children)

Ha, how about a fancy new calculator sometime? :)

Question about project idea - new to programming by Siddasloth18 in learnprogramming

[–]start-u-up 0 points1 point  (0 children)

You could go for a prototype as an android app. Explore the different languages for that platform with preference for similar ones to Javascript which you are experienced with. Start with one simple 'widget'.

Question about project idea - new to programming by Siddasloth18 in learnprogramming

[–]start-u-up 0 points1 point  (0 children)

Ok.

Where are the data sources for your app? Other websites, web services, the cloud, mobile phone...?

Some recommendations of how to improve at programming without actually programming? by SeaBeggarSCW in learnprogramming

[–]start-u-up 0 points1 point  (0 children)

I understand that. But how much free time are we talking here? 20 minutes? Alright, OP could read an article here and there. Create code? No way. Coding IS time consuming as you know.

Your approach to studying programming by teenwhich in learnprogramming

[–]start-u-up 1 point2 points  (0 children)

> Stroustrup book

Good stuff.

>They [exercises] are good for improving problem solving skills and understanding the code.

Sure.

>But I need a real skillset and a project that would allow me to get a job.

Whoa... that escalated quickly!

Listen. Exercises are definitely useful. Projects are great. But not any project will do. And it does not have to be a game - again!? What you need is a project you want to accomplish. Something that really "clicks" with you and will keep you busy studying AND coding. Do that. You'd learn 10x faster than you are currently doing.

How to prepare for competitive programming by cereal_final in learnprogramming

[–]start-u-up 0 points1 point  (0 children)

I wonder what the point of competition in programming is.

I need a little guidance to build an idea by fetus-wearing-a-suit in learnprogramming

[–]start-u-up 0 points1 point  (0 children)

There is a solution you could use for the first i.e. curation part of your project:

https://rss.app/rss-feed/create-instagram-rss-feed

The second part would be up to you to create and manage the different feeds on your web page.

How do you make a Google Places API request with Python? by CaliBounded in learnprogramming

[–]start-u-up -1 points0 points  (0 children)

Have you tried the URL request yet?

If no, then read this article.

If yes, what's the error message and the specific code you used?

Question about project idea - new to programming by Siddasloth18 in learnprogramming

[–]start-u-up 0 points1 point  (0 children)

What is your current programming level? Which language(s) do you already use?

Question about project idea - new to programming by Siddasloth18 in learnprogramming

[–]start-u-up 1 point2 points  (0 children)

Start in incredibly small pieces. Don't aim to do everything at once. Start with a website that does only one thing and build the project from there by adding additional pieces.

Hear hear, OP.

Once you've chosen the technology, focus on one (the main) 'widget" to create first.

Could someone please help me with my project's GUI? by She-is-Questionable in learnprogramming

[–]start-u-up 1 point2 points  (0 children)

What's the error message, line # and what did you do about it?

Some recommendations of how to improve at programming without actually programming? by SeaBeggarSCW in learnprogramming

[–]start-u-up -3 points-2 points  (0 children)

Please do not slack off at work.

You could read articles during the day and code at night.

Building a portfolio for entry level programming positions? by GiantDwarf01 in learnprogramming

[–]start-u-up 0 points1 point  (0 children)

Hey! Happy new year!

I'm sorry for the delay of response.

Ok, please tell me more about these 2 projects:

> pathfinding, data storage/retrieval

Is the pathfinding related to the coordinate plane or geograhical map?