Skip to content
Open navbar menu
Sign UpLog In
Profile icon

BXR Studios

@PythonPrograms
Yo I code
Repls
Community
PythonPrograms
PythonPrograms
published a Repl
7 months ago
0
Merge Sort
Merge SortMerge sort for Year 10 Class
21poopdog3
21poopdog3
ball 👺7 months ago
ZK1206
ZK1206
Sick s in my mouth6 months ago
PythonPrograms
PythonPrograms
shared a Post
3 years ago
are there Angular Templates??
Is there an angular template on replit cause I want to code during school free time, If there isn't, how do I make an angular project on replit??
Coder100
Coder100
Angular requires minimal setup. Read this tutorial All you need is an HTML repl :)3 years ago
RYANTADIPARTHI
RYANTADIPARTHI
I think if you go to the templates section of repl.it, you may find a angular template.3 years ago
PythonPrograms
PythonPrograms
shared a Post
3 years ago
I have looked everywhere to find out how to make my own data structure in python for a new module I am creating called: "DSTRUCT" This module will ha
RYANTADIPARTHI
RYANTADIPARTHI
Thank you PythonPrograms!!3 years ago
SixBeeps
SixBeeps
If you know how it's implemented, then you'd just make it into a class. Most alternative data structures build from already existing structures. For example. the hash table (or dictionary in Python) uses a list to store its keys.3 years ago
RYANTADIPARTHI
RYANTADIPARTHI
most would do it with a pipeline, and then start making it but, here are a few links to help: https://code.tutsplus.com/tutorials/how-to-implement-your-own-data-structure-in-python--cms-28723 https://stackoverflow.com/questions/15281746/whats-the-pythonic-way-to-initialize-set-and-get-my-custom-objects-attributes https://softwareengineering.stackexchange.com/questions/179087/how-when-and-why-do-developers-use-custom-data-structures-in-python Here's an extra image: Screenshot 2020-10-27 at 83 years ago
PythonPrograms
PythonPrograms
shared a Post
3 years ago
Very Recently, I have been taking part in some Hackathons and Code Jams. But I have always wondered... What Would It Take to Start my own Code Jam or
SixBeeps
SixBeeps
A lot of that should be up to you. I know @bramley has hosted a Game Jam on here before, so it's definitely possible.3 years ago
gibbsfreenergy
gibbsfreenergy
Hello @PythonPrograms to have your own Code Jam or Hackathon as an official event in repl.it you will have to contact the admin of repl.it. With their approval and their cooperation with you, this can be possible, however the chances of this happening are unlikely! You could always create your own post, project, or website to host your own Hackathon or Jam. Hope this helps and good luck :)3 years ago
PythonPrograms
PythonPrograms
shared a Post
3 years ago
Dear Repl.it User, So this is an Old Project I made ages ago for a class I took online. And I got full marks I think IDK. To access this, when it as
An Old Project
Python