#how to code python
Explore tagged Tumblr posts
rigelmejo · 7 months ago
Text
learning to code!
When I was 9 years old, I learned enough html to code neopets pages, my own geocities websites, and I even made forums on my own sites so my friends could all roleplay together or rant together lol. And then? I forgot so much. I no longer no how to make a forum, or even a 'next page' button - so even the dream of just making a simple blog or webnovel site feels like a huge hurdle now. (9 year old me could probably figure it out in 2 hours).
So I'm relearning! I figured this would be a fun post to place resources I find for coding, since there's coding languages, and I figure maybe if you like running you're blog then you also might be interested in tools for making blogs!
First, for those of you who miss the old geocities and angelfire type of sites to make your own free site on: neocities.org
You can make free sites you can code yourself, the way 9 year old me did. A lot of people have made SUCH amazing sites, it's baffling my mind trying to figure out how they did, I definitely wish I could make an art portfolio site even a fourth as cool as some of the sites people have made on here.
And for those pressed for time, who aren't about to learn coding right now: wix.com is the place I recommend for building a site, it requires no coding skill and is fairly straightforward about adding pages or features by clicking buttons. I used it to make my art portfolio site, I am testing out using it for my webnovel - the alternative is Wordpress, but wix.com is letting me basically make a wordpress blog Inside my own site. It's very beginner friendly in terms of "how the fuck do I set up a 'sign up for updates' message and have my site actually email these people my novel updates?" and "I need a 4x20 grid of my art down the page, that lets people click the art to see it's information and make it bigger."
I did neocities.org's little html tutorial today, it's the part of html I DID remember (links, paragraphs, headers).
My next step is to go through htmldog.com's tutorials. They go from beginner, to intermediate, to CSS. Unlike many a coding tutorial I've seen, they explain what program on your computer you need to WRITE the code in and then how to save it and how to open it. (You'd think this isn't a big deal but I've been looking into how to learn Python for months and I can't find a tutorial explaining what fucking program to write my python in... notepad? do I need something else? I don't fucking know!! My dad finally gave me a printed textbook which supposedly tells you what to download to start... I learned C++ in college and for that you needed Visual Basic to code C++, so I figured I needed Something to Write the fucking python IN.)
36 notes · View notes
cerakuro · 1 year ago
Text
Tumblr media
WHAT the HECK?!!?!! edo phoenix in STARDEW VALLEY???
Tumblr media Tumblr media
portrait done to kind of mimic gigi’s portraits since those are the only ones i use when i’m playing stardew LOL
105 notes · View notes
good-beansdraws · 1 year ago
Text
Fe Aspec Week Day 2: Friendship
Tumblr media
An indulgent piece for today!!!! :') It's no secret the trio's friendship has always had a really special place in my heart, and I've been grateful for the taste of acceptance and contentment it brought me during (and long after) I played the game. To see them find the most caring and complete friendship in each other was truly inspiring.
Here's to all of us finding the people that make us "never long for companionship throughout the rest of our days" <3
Tumblr media
57 notes · View notes
johnono · 5 months ago
Text
I'm gonna start working on my sims 4 radqueer script mod again
15 notes · View notes
media-witch · 5 months ago
Text
This site is so weird, because it makes it where the absolute highlight of my week so far has been finding nine year old code from another tumblr user, updating it, and showing all my friends the ✨️cool code✨️
7 notes · View notes
evg · 5 months ago
Text
in so deep into modding sims 3 that I made a script to mass change 2000 cc files' hex header 😭😭😭😭😭
7 notes · View notes
vvelegrin · 2 months ago
Text
I HATE BAD UI. I HTAE BAD UI. I HATE BAD UI.
3 notes · View notes
allbrows04 · 23 days ago
Text
why TF IS IT CALLED BIOPYTHON. IF YOU DONT. IMPORT IT. AS. FUCKING. BIOPYTHON.
HOW WAS I SUPPOSED TO FUCKING KNOW TO GO "from Bio import Seq 🤓☝️" WHO NAMES A PYTHON MODULE SEQ ANYWAY
WHY TF DID I INSTALL A MODULE CALLED "BIOPYTHON" IN MY VIRTUAL ENVIRONMENT. AND THEN WHEN I ASK MY CODE TO IMPORT BIOPYTHON ITS ALL LIKE
"mOdULe nOt fOuNd- nO moDulE nAmEd 'biOpYtHon"
THERE IS TOO. I JUST IMPORTED IT. YOU SAID YOU IMPORTED IT. WHY CANT I JUST ASK YOU TO IMPORT BIOPYTHON WHEN I JUST INSTALLED IT. WHY DO I HAVE TO ASK YOU TO IMPORT "SEQ" FROM "BIO"??
WHY DOES IT HAVE TWO DIFFERENT NAMES. I SPENT TWO ENTIRE DAYS TRYING TO FIGURE THIS OUT.
2 notes · View notes
dkettchen · 11 months ago
Text
Tumblr media Tumblr media
Now this may not seem like a massive change in format, but boy howdy do I feel proud of myself for writing the functions to automate this ehehehehehe (unfortunately for me ao3 ship stat op used a different formatting for the pre-2020 tables, so I'll have to write another function to sort those ones out too ToT)
9 notes · View notes
clockworkbibliophile · 1 year ago
Text
lord I am so exhausted of applying to dozens of jobs every week without getting a single response other than your application wasn’t selected. my current job is wrecking me and I am so burnt out and just want a job that pays well and doesn’t make me want to die 24/7. im at my wits end like who do I need to pay to make my resume/linkedin stand out because how do people hear back from jobs??? what am I doing wrong
21 notes · View notes
squishmallow36 · 5 months ago
Text
you're just NOW telling me python has a built-in method named maketrans() ???? I can make a string trans?
6 notes · View notes
zukaiaz-x · 8 months ago
Text
Doing homework that I've had a month to work on in one day because it's due tomorrow >>>>
Tumblr media
Coding is not my strong suit
4 notes · View notes
kurtkokainer · 1 year ago
Text
if I can learn how to mod a game coded in python by staring at the raw code instead of taking a python coding course I bet I could totally do that with html and themes too instead of properly learning
19 notes · View notes
monarchamos · 2 years ago
Text
if chuuya's personality really is 2383 lines of code hes like. kinda small for such a complex character. either someone miscounted, lied, or chuuya's short body can only handle so many lines
32 notes · View notes
stary-night · 4 months ago
Text
Watching episode 2 of Severance and it's a little too real because that's exactly what all the STEM industry job openings look like on LinkedIn
4 notes · View notes
genderweird-computer-kisser · 5 months ago
Text
days_of_week = ["monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday"]
day_input = input("Enter a day of the week: ").strip().lower()
if day_input in days_of_week:
print(it's{day_input.capitalize()}, it's time to kiss your computer again!")
else:
print("you think that's a day? well, regardless, kiss your computer anyways.")
6 notes · View notes