Podcast appearances and mentions of julian sequeira

  • 6PODCASTS
  • 10EPISODES
  • 36mAVG DURATION
  • ?INFREQUENT EPISODES
  • Jan 22, 2025LATEST

POPULARITY

20172018201920202021202220232024


Best podcasts about julian sequeira

Latest podcast episodes about julian sequeira

PyBites Podcast
#179 - AI, Developers, and the Future of Code

PyBites Podcast

Play Episode Listen Later Jan 22, 2025 32:08 Transcription Available


Could AI make developers a thing of the past in the world of coding? Join us on the Pybites Podcast as we, Julian Sequeira and Bob Beldebos, explore this compelling question and share our personal experiences with AI's integration into our Python projects.After we quickly recount our holiday experiences, we kick off the new year with reflections on the mindset and habits necessary for success.Moving onto AI, we discuss its dual nature—great for boosting productivity but fraught with limitations when tackling complex tasks. We explore Julian's journey of building a web app using Django, where AI proved both helpful and misleading. The conversation emphasizes the importance of foundational coding knowledge, especially for beginners, and the need for detailed prompts to harness AI tools effectively. AI's strengths, from summarizing articles to generating creative ideas, are highlighted, urging developers to adopt a mindset that balances AI assistance with hands-on coding practice.---Podcast Survey: https://forms.gle/qFC3y4HucWow3pDe6

Python Bytes
#367 A New Cloud Computing Paradigm at Python Bytes

Python Bytes

Play Episode Listen Later Jan 16, 2024 36:21


Topics covered in this episode: Leaving the cloud PEP 723 - Inline script metadata Flet for Android harlequin: The SQL IDE for Your Terminal. Extras Joke Watch on YouTube About the show Sponsored by Bright Data : pythonbytes.fm/brightdata Connect with the hosts Michael: @mkennedy@fosstodon.org Brian: @brianokken@fosstodon.org Show: @pythonbytes@fosstodon.org Join us on YouTube at pythonbytes.fm/live to be part of the audience. Usually Tuesdays at 11am PT. Older video versions available there too. Michael #1: Leaving the cloud Also see Five values guiding our cloud exit We value independence above all else. We serve the internet. We spend our money wisely. We lead the way. We seek adventure. And We stand to save $7m over five years from our cloud exit Slice our new monster 192-thread Dell R7625s into isolated VMs Which added a combined 4,000 vCPUs with 7,680 GB of RAM and 384TB of NVMe storage to our server capacity They created Kamal — Deploy web apps anywhere A lot of these ideas have changed how I run the infrastructure at Talk Python and for Python Bytes. Brian #2: PEP 723 - Inline script metadata Author: Ofek Lev This PEP specifies a metadata format that can be embedded in single-file Python scripts to assist launchers, IDEs and other external tools which may need to interact with such scripts. Example: # /// script # requires-python = ">=3.11" # dependencies = [ # "requests<3", # "rich", # ] # /// import requests from rich.pretty import pprint resp = requests.get("https://peps.python.org/api/peps.json") data = resp.json() pprint([(k, v["title"]) for k, v in data.items()][:10]) Michael #3: Flet for Android via Balázs Remember Flet? Here's a code sample (scroll down a bit). It's amazing but has been basically impossible to deploy. Now we have Android. Here's a good YouTube video showing the build process for APKs. Brian #4: harlequin: The SQL IDE for Your Terminal. Ted Conbeer & other contributors Works with DuckDB and SQLite Speaking of SQLite Jeff Triplett and warnings of using Docker and SQLite in production Anže's post and and article: Django, SQLite, and the Database is Locked Error Extras Brian: Recent Python People episodes Will Vincent Julian Sequeira Pamela Fox Michael: PageFind and how I'm using it When "Everything" Becomes Too Much: The npm Package Chaos of 2024 Essay: Unsolicited Advice for Mozilla and Firefox SciPy 2024 is coming to Washington Joke: Careful with that bike lock combination code

Python People
Julian Sequeira - Pybites, Australia, Mindset, and Teaching New Programmers

Python People

Play Episode Listen Later Jan 13, 2024 54:01


Julian Sequeira is a cofounder of Pybites. He's a Python coach, a podcaster, a career mindset advocate, and is learning guitar.Topics include:Learning guitarVacationing in CanadaPybitesSplitting finances with BobBuilding a community and a teamCoachingConscious positivityAustralia is full of animals that want to kill you. Except kangaroos.Teaching Python to non-technical people The Complete pytest CourseLevel up your testing skills and save time during coding and maintenance.Check out courses.pythontest.com ★ Support this podcast on Patreon ★

australia mindset teaching python programmers pybites brian okken julian sequeira
Python People
Bob Belderbos - Python Challengs, Coaching, Spain

Python People

Play Episode Listen Later Aug 10, 2023 32:31


Bob Belderbos built Pybites with Julian Sequeira. Pybites started with code challenges to help people learn Python, and has grown into a learning platform and community, and now includes coaching.We talk about:The history of PybitesCode challengesCoaching and now even growing the team of coachesSpainBooksLinks:PyBitesCode Challenges platform ★ Support this podcast on Patreon ★ and you can hear your name on the show. How cool is that? The Complete pytest CourseLevel up your testing skills and save time during coding and maintenance.Check out courses.pythontest.com

coaching spain python pybites bob belderbos brian okken julian sequeira
Teaching Python
Episode 59: Crossover with PyBites!

Teaching Python

Play Episode Play 63 sec Highlight Listen Later Jan 22, 2021 45:19


Kelly and Sean team up with Bob Belderbos and Julian Sequeira from @PyBites to answer questions about how our students learn Python using the PyBites platform with small code challenges. In this special crossover episode, we cover everything from how students learn to the way they learn Pytest reporting output to the mindset and chemistry of learning something new. Special Guests: Bob Belderbos and Julian Sequeira.

learning teaching crossover programming computer science python pytest pybites bob belderbos julian sequeira
IT Career Energizer
Involve Yourself In As Many Things As Possible and Don’t Be Intimidated By Job Titles with Julian Sequeira

IT Career Energizer

Play Episode Listen Later Nov 2, 2020 21:55


Phil’s guest on today’s show is Julian Sequeira, a Python coach and co-founder of PyBites, a platform that he and friend Bob Belderbos created to help others to learn Python. Julian currently works for Amazon Web Services where his responsibilities include running the AWS Data Centre Operations Trainee Program, although he can usually be found in the depths of a Data Centre learning and sharing everything he knows about Enterprise Hardware. Julian joins Phil to discuss the importance of leaving your comfort zone and building your communication skills by involving yourself in as many things as possible without becoming overwhelmed. He also talks about why we should never be intimidated by job titles, and to remember that even those in positions of authority are people, too. Full show notes and links to related resources are available on the IT Career Energizer website - https://itcareerenergizer.com

Test & Code - Python Testing & Development
127: WFH, WTF? - Tips and Tricks for Working From Home - Reuven Lerner & Julian Sequeira

Test & Code - Python Testing & Development

Play Episode Listen Later Aug 24, 2020 41:43


Many people have been working from home now that are not used to working from home. Or at least are working from home more than they ever did before. That's definitely true for me. Even though I've been working from home since March, I wanted some tips from people who have been doing it longer. Julian Sequeira, of PyBites fame, has been working from home for about a year. Reuven Lerner, an amazing Python trainer, has been working from home for much longer. We originally had a big list of WFH topics. But we had so much fun with the tips and tricks part, that that's pretty much the whole episode. But there's lots of great tips and tricks, so I'm glad we focused on that. Special Guests: Julian Sequeira and Reuven Lerner.

Test & Code - Python Testing & Development
83: PyBites Code Challenges behind the scenes - Bob Belderbos

Test & Code - Python Testing & Development

Play Episode Listen Later Aug 16, 2019 24:03


Bob Belderbos and Julian Sequeira started PyBites (https://pybit.es/) a few years ago. They started doing code challanges along with people around the world and writing about it. Then came the codechalleng.es (https://codechalleng.es/) platform, where you can do code challenges in the browser and have your answer checked by pytest tests. But how does it all work? Bob joins me today to go behind the scenes and share the tech stack running the PyBites Code Challenges platform. We talk about the technology, the testing, and how it went from a cool idea to a working platform. Special Guest: Bob Belderbos.

behind the scenes python django selenium web applications pytest code challenges pybites bob belderbos julian sequeira
Teaching Python
Episode 12: Intercontinental Python with Bob and Julian from PyBites

Teaching Python

Play Episode Listen Later Feb 21, 2019 44:45


In this episode, Kelly and Sean meet Bob and Julian from PyBit.es to discuss strategies, and how to seek advice and motivation when learning Python. Bob is a driven Pythonista working as a software developer at Oracle.. Bob is passionate about automation, data, web development, code quality, and mentoring other developers.” Julian is a Data Centre Technician at Amazon Web Services. He started coding a few years ago and codes for fun and to solve everyday projects. Together they founded PyBites, a Python blog featuring code challenges, articles, and news. Special Guests: Bob Belderbos and Julian Sequeira.

learning education oracle python amazon web services intercontinental pythonista code challenges pybites julian sequeira
Test & Code - Python Testing & Development
100 Days of Code - Julian Sequeira

Test & Code - Python Testing & Development

Play Episode Listen Later Dec 28, 2018 34:33


Julian Sequeira is Co-Founder of PyBit.es (a blog/platform created to teach and learn Python) and a Python Trainer at Talk Python Training. He's also a survivor of the 100DaysOfCode in Python Challenge. We talk about the 100 days challenge, about learning Python, and about how cool it is to learn within a community. Special Guest: Julian Sequeira.

co founders code python 100 days 100daysofcode talk python training julian sequeira