PythoneerMX
@pythoneermx
Followers
627
Following
73
Media
16
Statuses
1K
Generando conocimiento y comunidades a través de Python. Noticias sobre el mundo pythonero.
Sinaloa, México
Joined October 2015
Check out this #Python tutorial: How Long Does It Take to Learn Python? by @realpython
realpython.com
In this article, you'll assess whether or not learning Python is a good investment of your time, how long it will take you, and what background factors you need to consider when planning your...
0
0
1
What You Should Know About The Django User Model https://t.co/HQGhZXMemP a través de @vitorfs
simpleisbetterthancomplex.com
The goal of this article is to discuss the caveats of the default Django user model implementation and also to give you some advice on how to address them. It is important to know the limitations o...
0
0
0
How to Start a Production-Ready Django Project https://t.co/O5HMXNOuct a través de @vitorfs
0
0
1
Check out this #Python tutorial: Beautiful Soup: Build a Web Scraper With Python by @realpython
1
1
3
Check out this #Python tutorial: Build a Blog Using Django, Vue, and GraphQL by @realpython
realpython.com
In this step-by-step project, you'll build a blog from the ground up. You'll turn your Django blog data models into a GraphQL API and consume it in a Vue application for users to read. You'll end up...
1
9
28
Manage asynchronous tasks with Django and Celery https://t.co/esvKqnM2iU
testdriven.io
Managing asynchronous tasks with this in-depth guide on Django and Celery.
0
7
13
Check out this #Python tutorial: Python and MongoDB: Connecting to NoSQL Databases by @realpython
realpython.com
In this step-by-step tutorial, you'll learn how to use Python to interface with the NoSQL database system MongoDB. You'll get an overview of the differences between SQL and NoSQL, and you'll also...
1
9
28
Check out this #Python tutorial: Python import: Advanced Techniques and Tips by @realpython
realpython.com
The Python import system is as powerful as it is useful. In this in-depth tutorial, you'll learn how to harness this power to improve the structure and maintainability of your code.
1
4
15
Check out this #Python tutorial: Absolute vs Relative Imports in Python by @realpython
realpython.com
If you’ve worked on a Python project that has more than one file, chances are you’ve had to use an import statement before. In this tutorial, you’ll not only cover the pros and cons of absolute and...
1
3
10
Check out this #Python tutorial: Python Web Applications: Deploy Your Script as a Flask App by @realpython
realpython.com
In this tutorial, you’ll learn how to go from a local Python script to a fully deployed Flask web application that you can share with the world.
1
3
10
Check out this #Python tutorial: How to Use Python: Your First Steps by @realpython
realpython.com
Learn how to use Python—install it, run code, and work with data types, functions, classes, and loops. Explore essential tools and build a solid foundation.
0
0
1
"Django Rest Framework custom JWT authentication" by @a_atalla #DEVCommunity
dev.to
This article is not a tutorial or a guide, it is more like a request for code review and validate...
0
0
0
Check out this #Python tutorial: The Pandas DataFrame: Make Working With Data Delightful by @realpython
realpython.com
In this tutorial, you'll get started with pandas DataFrames, which are powerful and widely used two-dimensional data structures. You'll learn how to perform basic operations with data, handle missing...
1
0
2
Check out this #Python tutorial: How to Run Your Python Scripts by @realpython
realpython.com
A Python script or program is a file containing executable Python code. Being able to run Python scripts and code is probably the most important skill that you need as a Python developer. By running...
1
2
9
Check out this #Python tutorial: Create and Modify PDF Files in Python by @realpython
1
0
1
Check out this #Python tutorial: Data Management With Python, SQLite, and SQLAlchemy by @realpython
realpython.com
In this tutorial, you'll learn how to store and retrieve data using Python, SQLite, and SQLAlchemy as well as with flat files. Using SQLite with Python brings with it the additional benefit of...
1
1
2
Check out this #Python tutorial: Data Management With Python, SQLite, and SQLAlchemy by @realpython
realpython.com
In this tutorial, you'll learn how to store and retrieve data using Python, SQLite, and SQLAlchemy as well as with flat files. Using SQLite with Python brings with it the additional benefit of...
1
0
1
Check out this #Python tutorial: The Python return Statement: Usage and Best Practices by @realpython
realpython.com
See how Python return values work, including multiple results, so you write clear, testable functions. Follow examples and practice as you go.
1
0
3
Check out this #Python tutorial: Python Practice Problems: Get Ready for Your Next Interview by @realpython
realpython.com
In this tutorial, you'll prepare for future interviews by working through a set of Python practice problems that commonly appear in coding tests. You'll work through the problems yourself and then...
1
0
3
Check out this #Python tutorial: Managing Multiple Python Versions With pyenv by @realpython
1
7
16