r/pythonhelp

I’ve completed these beginner Python projects should I build more before starting NumPy/Pandas?

Hi everyone,

I’ve studied Python multiple times before, but I didn’t do much practical coding. Recently, I started building small projects to improve my practical Python skills.

So far, I’ve completed:

- Quiz Game

- Number Guessing Game

- Rock Paper Scissors

- Password Manager

- Pig Game

- Mad Libs Generator

My goal is to move towards Machine Learning.

I haven’t learned NumPy or Pandas yet.

My question is: Are these projects enough to move on to NumPy and Pandas, or should I build a few more Python projects first?

If I should build more projects, what kind of projects would you recommend before starting NumPy/Pandas? I’m mainly looking for projects that would actually help with the transition to data/ML, rather than making many more small games.

Would appreciate advice from people who have already followed a Python → NumPy/Pandas → ML path.

reddit.com
u/purvigupta03 — 2 days ago

Learning intermediate level python

I am looking to learn following topics. Any suggestions in terms of any course or online site I can learn from. I am not looking for a certificate (if I get it that’s okay but not a deal breaker) but something that has more exercises involved. Topics I’m interested in:

*args / **kwargs
decorators
generators
iterators
context managers
type hints
dataclasses
object-oriented programming
Python project structure
testing
APIs

reddit.com
u/TechGym43 — 2 days ago
▲ 32 r/pythonhelp+9 crossposts

Beginner-friendly Python walkthrough: solving a binary quadratic problem with gurobipy

I created a practical Python walkthrough for programmers interested in mathematical optimization with gurobipy.

The example formulates Max-Cut as a quadratic binary optimization problem and covers:

- creating a Gurobi model;

- adding binary decision variables;

- constructing a quadratic objective from a matrix;

- calling optimize();

- extracting the binary solution and objective value;

- benchmarking randomly generated problem instances;

- and understanding how MIPGap affects runtime.

It assumes familiarity with Python, and Jupyter notebooks, but no previous optimization experience.

Video: https://youtu.be/TB1ny8o4ImQ

Code: https://github.com/supreethmv/Quantum-Algorithms-and-Applications

I’d particularly appreciate feedback on whether the gurobipy implementation and explanation are approachable for Python developers encountering quadratic optimization for the first time.

u/Future_Ad7567 — 3 days ago

BumbleBee Ai project

So I wanted to know if I can get anybody to volunteer to help me on a project that I have been wanting to do for a while I don't have any experience but I wanted to make an AI like Bumblebee from Transformers that can like connect to stuff and the only way you could hear it talk is by taking Parts out of songs.

Like I said I have a code before and I don't know what I'm doing so I need some help but it would be my first project ever

reddit.com
u/Snuble4040 — 5 days ago
▲ 8 r/pythonhelp+1 crossposts

How to deploy Python Projects Online?

I am beginner and made some python based projects, and want to deploy them online so I tried to use GitHub but it is not working on browser, it required proper HTML, CSS and JavaScript to work online but my code is totally based on python language and I don't know how to use javascript. I want to code by my self and want to show people what I have built, I want to deploy my python projects online and also I'm mobile coder and not having any laptop/pc.

reddit.com
u/CodexSuman — 5 days ago

How to learn advanced python???

Hello everyone, I'm mainly looking for guidance about learning advanced python concepts. I know basics ,loops , control flow ,data structures etc.

I need a proper guide on how to learn modules and library. Idk how to start ,where to start.

I want to be able to work with any library as i need them ,so how do u actually learn to use new library for a given task . ?And i get overwhelmed understanding the structure, working of library

And could u also suggest important python concepts other than basics which i should learn ???

Pls guide !!!!

reddit.com
u/Extra_Search3465 — 7 days ago
▲ 9 r/pythonhelp+2 crossposts

I wrote a Kindle book packed with practical Python projects to build your python skills

Hey everyone,

If you are looking for step-by-step guides to build real Python applications, I just published a project-based resource on Kindle.

You can check it out on Amazon UK and Amazon USA. I'd love to hear your feedback on the project structures!

UK Book

US Book

reddit.com
u/Abdalla_Dev — 10 days ago

Python studies made easy

How would you be motivated to learn programming? - if you had a personal programming coach you could book anytime.

How would it feel differently to code? - if you could seek a quick help anytime you get stuck or feel to give up on a project.

And; How long would you learn enough to even remember? - if you had a personal learning coach by your side everyday.

I am an experienced python developer helping beginners learn enough python "To be dangerous".

If you are a beginner seeing this, don't hesitate to reach me. Also for more details reach me out.

"Let's build your foundation in programming together."

reddit.com
u/Civil-Detective-949 — 12 days ago

Python game tic tac toe

Hello guys I am making a tic tac toe game using python.My question is how to make difficulty-easy, medium, hard etc.In easy level, I use random module but other level i am a little sutck althoug i have some solution .can you guide me ?

reddit.com
u/Ok-Original2285 — 13 days ago