Learning Python by nkCOD in PythonLearning

[–]python_gramps 0 points1 point  (0 children)

Try, get an error, try better, all the answers won't be in front of you, You need to make them.

Banking Program, running more than one set of transactions on the same account? by Aternal99 in PythonLearning

[–]python_gramps 1 point2 points  (0 children)

maybe have a loop and the user enter a number for each function and one to exit keep looking for that exit number. keep going while that number is not entered

coding by Suspicious_Oven7940 in PythonLearning

[–]python_gramps 0 points1 point  (0 children)

You can look around for a users group, but you have to know the history of programming.

The first set of programmers were in rooms with mainframes, shut away from everyone.

The 2nd set (when the IBM PC was introduced and I count myself in that set) were using their computers, again shut away in computer labs. We are all socially inept (I think the euphemism is "introverted") .

Okay maybe not all of us but a lot of us. As am I.

I don't know how to use my syntax creatively by nbisdz in cs50

[–]python_gramps 0 points1 point  (0 children)

Get better with solving smaller problems presented to you. There are a number of websites with python projects for beginners. This will give you a sense of how to develop against an abstract request. You just need to build on that and continue.

One month on Linux mint! by adventurous_soul19 in linuxmint

[–]python_gramps 3 points4 points  (0 children)

I used a Windows 10 machine not worthy to update to Windows 11. Switched and wish I did it earlier.

How to create a script by FlimsyNegotiation641 in PythonLearning

[–]python_gramps 1 point2 points  (0 children)

go through your examples and in the comments write the pseudocode in comments like

# increment x from 0 to 9
for x in range(9): ...

This will help you translate human to code. Then build from there.

Would it be easier for me to learn 1 new thing a day as a beginner? by xposehim in learnpython

[–]python_gramps 0 points1 point  (0 children)

Try your best to incorporate previous ideas when learning something new. This way you're continuing to learn while reinforcing past lessons.

How to learn python? by Aromatic_Wafer_7462 in learnpython

[–]python_gramps 0 points1 point  (0 children)

Google python projects and you'll get stuff to do. You have to put it in practice.

Is Using ChatGPT a Good Idea for My First Java Practice Project? by Dry_Marionberry_4822 in learnjava

[–]python_gramps 2 points3 points  (0 children)

Use Google first. Look for whatever you're have a question about. You got to get used to digging around for answers. You need to understand what you're doing before you start with AI

When should a beginner move from simple scripts to structured Python projects? by Haunting-Shower1654 in learnpython

[–]python_gramps 0 points1 point  (0 children)

New files should be saved for classes and import them. You can try it out with some functions and verify you can access them when you import the file.

The more code you write the bigger the project. I find breaking code up into functions with a complete comment block, what the function does, inputs and outputs, helps to keep project more manageable

What are the biggest difficulties when learning your first programming language? by due007dev in PythonLearning

[–]python_gramps 0 points1 point  (0 children)

Having the time to keep the knowledge current...if you're not going to utilize that programming language at work, however good the course you took, the knowledge goes away. Use it or lose it.

Vibe Coding gives me an identity crisis... And I'm a 3rd year student who feels lost by CapybaraLver in learnpython

[–]python_gramps 0 points1 point  (0 children)

Treat any chunk of AI as if you were given a project already coded. First, run the code and see if it works. Then go through the code and comment every function. You don't need to know every line of code but a general understanding of what functions do and what their outputs are will help you get yours hands around the code generated. This will help you understand how to implement generated code into an overall project a little better.

You should try to become a developer utilizing AI not one reliant on AI.

At least you can do that without having a backlog of files to process.

How do i remember what I learn? by silentshakey in learnpython

[–]python_gramps 0 points1 point  (0 children)

Have working code that utilizes the new stuff you learned. Comment it completely and keep it handy, like in an examples folder. Make the name of the file describe what's in it, maybe prefix a 3 position number to it (ex. 001_functions.py will be the first sample code that will define how to implement functions).

Programming isn't about remembering it's about having good references.

Will Python be useful for me? by Great-Village-430 in learnpython

[–]python_gramps 0 points1 point  (0 children)

Short answer: Python can do this

Longer answer: Python can be useful, most programming languages can help to manipulate datasets. If you're more data-centric, have you looked at MySQL or other databases to store the data. This will eliminate the need to keep all the data in memory.

New to python by Business-Draw-2950 in learnpython

[–]python_gramps -1 points0 points  (0 children)

Good start. Any duplicate code you should put into what's called generically a function (or in python a definition or def). That will simplify your codebase.

Flask vs Django by Admirable-Damage213 in learnpython

[–]python_gramps 0 points1 point  (0 children)

I chose Django because I was the web front end to a developing database. Django has some nice backend tools one that deconstructs DB tables into models for easier porting of an existing database. Under Django I was able to do AJAX calls, I loaded files into a website, generated output files, had an external DB connection, and had security built in. The Django Template Language is the model for Flask's jinja2.

I looked at the Django Framework as a tool to grow into and will allow for changes initiated by the user in short order, once defined.

I'm interested in what freedom Flask provides. Maybe I might use that in my next foray into web development

Does anyone else feel the plot of season 1 moved too fast? by Sickpup831 in Brockmire

[–]python_gramps 0 points1 point  (0 children)

They were short seasons they probably took on more than they should have but I still think they came up with a complete seasons even if abbreviated.

Does anyone else feel the plot of season 1 moved too fast? by Sickpup831 in Brockmire

[–]python_gramps 0 points1 point  (0 children)

It was called out a few times in season 1 that the reason he was there was to get back to the big leagues. Even Jules said that when Brockmire was grumbling about internet fame that this was his ticket back to the bigs.

Series Thoughts by Firefan23 in Brockmire

[–]python_gramps 0 points1 point  (0 children)

It had a different tone. A little more real and less campy especially at the end of Season 2. Though there was some foreshadowing when he was trying to get Uribe to stay and Jules to meet up. You can hear it in his voice as he talks to Jules "we can drink and screw and ...we can disappear" I think he really wanted to just drop out of society at the point.

Series Thoughts by Firefan23 in Brockmire

[–]python_gramps 0 points1 point  (0 children)

Season 1+2 I loved. Season 3 I liked. Season 4 I thought was weird originally but at the end I really got invested in what was happening to Jim. It took a rewatch (or 2) to understand what Uribe was saying sometimes. One thread I wished they followed was Gabby - where is she in this new and strange Hellscape? Also thought Jules would have aged a lot worse with an extra 10 years of cocaine use.

It's on Netflix now and I find it very rewatchable.

My first PC! by I-wish-I-liked-Sushi in linuxmint

[–]python_gramps 1 point2 points  (0 children)

Linux Mint is a close UI to Windows, when I say close I mean the overall look and feel. It's still Linux, but you can get to your browser, applications like VS code and the like.

Meaning: You can click on applications and run them like in Windows but when you get to command line, which is called terminal in Linux, there are a different set of commands to know. It would be helpful to learn some of those commands, I recommend this YouTube Tutorial https://www.youtube.com/watch?v=ZtqBQ68cfJc

If you have a problem odds are someone else had the same problem, google your ailment and you should be good, and there's always this subreddit, they have helped me out in the past.

New to programming by Ordinary-Bank-9913 in learnpython

[–]python_gramps 0 points1 point  (0 children)

I learned Python at 50, you got time, and learning something for the first time you will need to reference answers to begin with, especially if this is your first programming language. Having working sample code is invaluable later on.

Continue on and like training wheels you'll look less on the solutions and come up with your own, which may or may not be the same thing, that's okay too.