Become a modern #Python developer with our guides, projects and more.

Joined March 2022
10 Photos and videos
Day 4 of #30DaysOfFlask and I've just learned about handling forms. Created a simple login form and handled POST requests. I feel over-confident already about building the next Web2 Facebook! Can't wait to start working on REST APIs with Flask!
110
Day 3 of #30DaysOfFlask: Exploring Flask templates with Jinja2. Integrated a basic HTML template to display dynamic content. Loving how seamless it is! This was very easy to work with as I have earlier worked on Django's Templates. #Python #CodeNewbie
106
Day 2 of #30DaysOfFlask: Dived into Flask routing and views. Created my first route and viewed my 'Hello, Flask!' page in the browser.🌐 It's time I should add Flask & API Development to my resume 🀣 #WebDevJourney
91
Python Roadmap retweeted
#Python Pop Quiz πŸβ“ What is the output of this code? A) SyntaxError B) RuntimeError C) ['Python'] D) ['P', 'y', 't', 'h', 'o', 'n']
27
12
96
18,491
Breaking: #Python 3.13 gets a JIT Compiler tonybaloney.github.io/posts/…

82
Started the #30DaysOfFlask challenge! I will be taking small steps every day, making small progress. Today, I set up my development environment and installed Flask. Excited to build and learn for the next 30 days! πŸš€ #Python #WebDevelopment
1
83
🐍 Python Quiz Time! πŸ€” Given the list numbers = [1, 5, 8, 10, 13, 15, 18, 20], use filter() to create a new list with only even numbers. What's the output? Reply with your answer! πŸš€ #PythonQuiz #CodingChallenge
0% [5, 13, 15]
0% [1, 5, 13, 15]
100% [8, 10, 18, 20]
0% [1, 8, 13, 18]
1 votes β€’ Final results
88
What's the default state of a Tkinter button? #Python #GUI #Tkinter #PythonProgramming #quiz
0% Active
100% Disabled
0% Normal
0% Focus
1 votes β€’ Final results
1
114
What is the primary purpose of the tkinter grid system? #pythonquiz #Python #pythonprogramming
0% To display images
100% To manage widget placemen
0% To play audio files
0% To draw shapes
2 votes β€’ Final results
102
Python Roadmap retweeted
26 Feb 2023
Python Quiz | Day 54 | What is the output of following code ? Complete Playlist : bit.ly/3GLnZPy
26
34
198
87,457
Python Roadmap retweeted
Python Question; Test your knowledge of working with nested lists in Python. Although this question might seem intimidating, it isn't. I believe you can figure it out.πŸ˜€ What is the output of this code, and why?πŸ€”
34
48
221
51,483
🐍 Python tip of the day : Python's 'functools' module is so useful! Have you used the `partial` function to save a ton of code duplication ? #python #coding
1
217
🐍 Python's `with` statement is a must-have for working with external resources. So much cleaner than try/finally blocks. What do you think ? #python #coding
1
2
190
🐍 Python lovers, have you checked out the itertools module yet? It's packed with functions that make it easy to work perform common tasks like looping, filtering, and combining data. #python #programming
2
161
🐍 Have you used Python's itertools module ? The combinations function makes it so easy to generate all possible combinations of a given list. So cool! #python #programming #coding
129
🐍 Python tip of the day: Did you know that you can use the zip function to iterate over multiple lists in parallel? Give it a try and see how it can streamline your coding process! #python #programming
1
135