Computer Programming - Seneca Polytechnic College

CPS

Computer Programming - Seneca Polytechnic College

Welcome to Seneca Polytech's Programming Community! 🚀 Whether you're into CPA or CPP, all programs are welcome!

Join

Graduation

Anybody know what to do for graduation, is there like a process you have to go through? anything we have to send in for it to be confirmed?

Professor Recommendations for Semester 4

Hi folks! I am once again asking for professor recommendations for semester 4. If there are any professors that you think I should take, please let me know ✌️ thank you!

If I secured a Co-op job this Summer do I still have to pay tution fees for the campus stuff?

I know I have to pay $500 for the co-op program. But on my account it says I'm being charged extra for campus fees and domestic tution for a total of $1600. Do I have to pay for that even though I won't be in campus and I won't be taking any courses?

where do yall live?

Just got accepted for SIA CPA September 2023 as an international student (russia) and was wondering where it would be best to live. From my research, the Newnham residence seems like a solid option, but I'm curious if there are any cheaper or more convenient options elsewhere. Will appreciate any advise, even not related to the question ❤️

Prof recommendations for 2nd semester?

Specifically the summer term at Newham campus. Any profs to avoid? Thank you...

New CPA student starting in May: how should I prepare?

Hi friends, I'm a CPA student starting my first term in May, and I'm wondering how I can prepare for the courses in advance. I do have previous coding experience in OOP with Java from another 2-year college and in full-stack web development with Python, C#, JavaScript, HTML, CSS from coding bootcamp in Seattle, but these were about 5 years ago. Since the CPA courses start with C and Linux/Unix which I have never learned before, I'm wondering if it will be a good idea to spend some time learning these, probably from Udemy. Do you guys think preparing for such courses in advance is necessary by all means? If so, I will appreciate it if you can provide some recommended websites to learn these besides Udemy. ...

Is it worth to take 3rd year after returning from Co-op replacement?

Hi all, I'm a student in the 4th semester in CPA and about to start an 8-month work term in May. I want to ask current students/graduates: Is it worth finishing 3rd year (PRJ566/666 & Other Professional Option Courses) after returning from the Co-op term? I know some graduates who transferred from CPA to CPP before finishing the Co-op term and graduated directly to start searching for full-time jobs (OR accept direct hire from the Co-op company), but besides the irregular (or fast-track) path,...

McMaster B Tech Software Eng

Hi guys, anyone knows the gpa for this one ? This is my last semester in CPA and prj666 is the only one left. I have applied the McMaster B Tech Software Eng last year December. I got like 4 Bs, one C+, one B+ and one F. The rest of my courses are A or A+. Do you know if it is good to get the offer ? Thanks for your advice....

Seneca Residence Reviews

Hi everyone! I'm an incoming international student this Summer 2023 term and I was just wondering if I can get any feedback/reviews about their stay in the Newnham residence because I might be staying there for my first year. It's getting increasingly difficult and expensive to look for off campus listings without being in Canada to check if legit or not. Thank you!...

Computer Programming & Analysis to bridge pathways to Seneca's DSA, and Ontario Tech's CS degree?

Anyone taking this pathway? Or have intentions? I was accepted to CPA for Sept 2023, Jan 2024. I do have a strong interest in the Bachelor Data Science & Analytics degree, and figured the CPA program will give me a strong foundation into it, since I do not have a background in programming and wangt to learn. I also would be saving money, and will bea ble to gain experience through the two co-op sessions the cpa program offers, besides the other co-op given in the DSA degree program. Note: I also think doing the CPA to DSA bridge is a good idea, because Seneca's CPA program also has a advanced entry pathway to Ontario Tech's Computer Science degree. You are granted credit towards the first 2 years of the degree program, and enter the 3rd year 1st semester. ANY advice to give? My friend said I am better off applying to the DSA degree directly....

Why can't I just return the string in my query function?

I'm not sure why I can just return the string in this query function

Machine learning tutorial

Hello everyone I’m from Taiwan, although Im not in Seneca (I originally want to go there in the future, but not anymore due to some reason). Anyway, I am Google developer student club core team member in NYUST, also a computer enthusiast, this winter vacation I learned some basic AI concept from kaggle, and I would like to share what I learned with you and assist you to open the gate of AI for free on dc. Also I would like to make some awesome friends from Toronto! This will be my first time to...

Wtf does this syntax mean (CVI/opencv python)?

cv.warpPerspective(src, M, dsize[, dst[, flags[, borderMode[, borderValue]]]] ) ->dst Does anyone know what are these random [ in between the parameter names? Source: https://docs.opencv.org/4.x/da/d54/group__imgproc__transform.html#gaf73673a7e8e18ec6963e3774e6a94b87...

Why is my Oracle Group By script not grouping all the employee numbers together?

I want to group by the employee number and the total amounts of sales the employee did. But the employee number is on one table and the unit price for each order is on another table. So i did a join and a group by, but I'm still getting multiple employee numbers and I'm not sure why. Also i replaced any employee number with value Null with 0 thats why I used coalesce.

How boring is Programming in the long run, (Career wise)? Yes this is a serious question.

Is just going to be black interface screens, and coding exclusively? Sitting at a desk for 8 hours non-stop? Do I ike coding..? Sure, do I like it for 8 hours..? HELL NO! Be brutally honest. I was accepted into the CPA program, along with CTY, and CSN....

hi can anyone teach me/ help me understand the functional analysis for DSA456 course Labs

I am not getting good marks by the professor for my work so i wonder whats wrong , if anyone experienced in dsa456 willing to help

How do you call a base template class function from a derived template class?

so i have this dervied class setup and i want to call a base function from the derived class. So i used this statement attached. But i get an error saying I can't use it without template arguments. What arguements do i need to give for collection? do i put in T,100 in collection?